paper-with-me

홈 › Papers

ARM: Any-Time Super-Resolution Method

2022-03-21 · Bohong Chen, Mingbao Lin, Kekai Sheng, Mengdan Zhang, Peixian Chen, Ke Li, Liujuan Cao, Rongrong Ji

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. The source code is available at https://github.com/chenbong/ARM-Net.

📄 PDF Abstract BibTeX arXiv:2203.10812

Code (1)

chenbong/arm-net 공식 구현 pytorch

Tasks

Image Super-ResolutionSuper-Resolution

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Cross-sensor super-resolution of irregularly sampled Sentinel-2 time series

2024-04-25 · Aimi Okabayashi, Nicolas Audebert, Simon Donike, Charlotte Pelletier

Satellite imaging generally presents a trade-off between the frequency of acquisitions and the spatial resolution of the images. Super-resolution is often advanced as a way to get the best of both worlds. In this work, w…

Earth ObservationImage Super-ResolutionSuper-ResolutionTime Series

SwiftSRGAN -- Rethinking Super-Resolution for Efficient and Real-time Inference

2021-11-29 · Koushik Sivarama Krishnan, Karthik Sivarama Krishnan

In recent years, there have been several advancements in the task of image super-resolution using the state of the art Deep Learning-based architectures. Many super-resolution-based techniques previously published, requi…

Image Super-ResolutionSuper-Resolution

Learning Continuous Representation of Audio for Arbitrary Scale Super Resolution

2021-10-30 · Jaechang Kim, Yunjoo Lee, Seunghoon Hong, Jungseul Ok

Audio super resolution aims to predict the missing high resolution components of the low resolution audio signals. While audio in nature is a continuous signal, current approaches treat it as discrete data (i.e., input i…

Audio Super-ResolutionSelf-Supervised LearningSuper-Resolution

Space-Time-Aware Multi-Resolution Video Enhancement

2020-03-30 · CVPR 2020 6 · Muhammad Haris, Greg Shakhnarovich, Norimichi Ukita

We consider the problem of space-time super-resolution (ST-SR): increasing spatial resolution of video frames and simultaneously interpolating frames to increase the frame rate. Modern approaches handle these axes one at…

Super-ResolutionVideo EnhancementVideo Super-Resolution

Efficient Conditional Diffusion Model with Probability Flow Sampling for Image Super-resolution

2024-04-16 · Yutao Yuan, Chun Yuan

Image super-resolution is a fundamentally ill-posed problem because multiple valid high-resolution images exist for one low-resolution image. Super-resolution methods based on diffusion probabilistic models can deal with…

Image Super-ResolutionSuper-Resolution