ARM: Any-Time Super-Resolution Method

Abstract

This paper proposes an Any-time super-Resolution Method (ARM) to tackle the over-parameterized single image super-resolution (SISR) models. Our ARM is motivated by three observations: (1) The performance of different image patches varies with SISR networks of different sizes. (2) There is a tradeoff between computation overhead and performance of the reconstructed image. (3) Given an input image, its edge information can be an effective option to estimate its PSNR. Subsequently, we train an ARM supernet containing SISR subnets of different sizes to deal with image patches of various complexity. To that effect, we construct an Edge-to-PSNR lookup table that maps the edge score of an image patch to the PSNR performance for each subnet, together with a set of computation costs for the subnets. In the inference, the image patches are individually distributed to different subnets for a better computation-performance tradeoff. Moreover, each SISR subnet shares weights of the ARM supernet, thus no extra parameters are introduced. The setting of multiple subnets can well adapt the computational cost of SISR model to the dynamically available hardware resources, allowing the SISR task to be in service at any time. Extensive experiments on resolution datasets of different sizes with popular SISR networks as backbones verify the effectiveness and the versatility of our ARM.

Cite

Text

Chen et al. "ARM: Any-Time Super-Resolution Method." Proceedings of the European Conference on Computer Vision (ECCV), 2022. doi:10.1007/978-3-031-19800-7_15

Markdown

[Chen et al. "ARM: Any-Time Super-Resolution Method." Proceedings of the European Conference on Computer Vision (ECCV), 2022.](https://mlanthology.org/eccv/2022/chen2022eccv-arm/) doi:10.1007/978-3-031-19800-7_15

BibTeX

@inproceedings{chen2022eccv-arm,
  title     = {{ARM: Any-Time Super-Resolution Method}},
  author    = {Chen, Bohong and Lin, Mingbao and Sheng, Kekai and Zhang, Mengdan and Chen, Peixian and Li, Ke and Cao, Liujuan and Ji, Rongrong},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2022},
  doi       = {10.1007/978-3-031-19800-7_15},
  url       = {https://mlanthology.org/eccv/2022/chen2022eccv-arm/}
}