High-Frequency Prior-Driven Adaptive Masking for Accelerating Image Super-Resolution
Wei Shang, Dongwei Ren, Wanying Zhang, Pengfei Zhu, Qinghua Hu, Wangmeng Zuo

TL;DR
This paper introduces a training-free adaptive masking technique that dynamically focuses computation on high-frequency regions in image super-resolution, significantly reducing FLOPs while maintaining or improving performance.
Contribution
The proposed method is a novel, training-free adaptive masking approach that accelerates super-resolution models by focusing on critical high-frequency regions, compatible with CNNs and Transformers.
Findings
Reduces FLOPs by 24-43% on benchmark models.
Maintains or improves super-resolution performance metrics.
Robust to unseen degradations like noise and compression.
Abstract
The primary challenge in accelerating image super-resolution lies in reducing computation while maintaining performance and adaptability. Motivated by the observation that high-frequency regions (e.g., edges and textures) are most critical for reconstruction, we propose a training-free adaptive masking module for acceleration that dynamically focuses computation on these challenging areas. Specifically, our method first extracts high-frequency components via Gaussian blur subtraction and adaptively generates binary masks using K-means clustering to identify regions requiring intensive processing. Our method can be easily integrated with both CNNs and Transformers. For CNN-based architectures, we replace standard convolutions with an unfold operation followed by convolutions, enabling pixel-wise sparse computation guided by the mask. For Transformer-based…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Generative Adversarial Networks and Image Synthesis · Sparse and Compressive Sensing Techniques
MethodsL1 Regularization · Adaptive Masking · k-Means Clustering
