CVFeb 27, 2023

Spatially-Adaptive Feature Modulation for Efficient Image Super-Resolution

arXiv:2302.13800v1217 citationsh-index: 49Has Code
Originality Incremental advance
AI Analysis

This work addresses the computational and memory constraints of low-power devices for image super-resolution, representing an incremental improvement in efficiency.

The paper tackles the problem of making image super-resolution efficient for low-power devices by proposing a spatially-adaptive feature modulation mechanism combined with a convolutional channel mixer, resulting in a method that is 3x smaller in parameters than state-of-the-art efficient SR methods while maintaining comparable performance.

Although numerous solutions have been proposed for image super-resolution, they are usually incompatible with low-power devices with many computational and memory constraints. In this paper, we address this problem by proposing a simple yet effective deep network to solve image super-resolution efficiently. In detail, we develop a spatially-adaptive feature modulation (SAFM) mechanism upon a vision transformer (ViT)-like block. Within it, we first apply the SAFM block over input features to dynamically select representative feature representations. As the SAFM block processes the input features from a long-range perspective, we further introduce a convolutional channel mixer (CCM) to simultaneously extract local contextual information and perform channel mixing. Extensive experimental results show that the proposed method is $3\times$ smaller than state-of-the-art efficient SR methods, e.g., IMDN, in terms of the network parameters and requires less computational cost while achieving comparable performance. The code is available at https://github.com/sunny2109/SAFMN.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes