Global Learnable Attention for Single Image Super-Resolution
Jian-Nan Su, Min Gan, Guang-Yong Chen, Jia-Li Yin, and C. L. Philip, Chen

TL;DR
This paper introduces a novel Global Learnable Attention mechanism for single image super-resolution that adaptively adjusts similarity scores of non-local textures, especially useful for severely damaged textures, leading to state-of-the-art results.
Contribution
The paper proposes a new learnable attention method that dynamically modifies similarity scores, incorporating low-similarity textures for improved super-resolution, and employs SB-LSH for computational efficiency.
Findings
Achieves state-of-the-art super-resolution performance across various degradation types.
Reduces computational complexity from quadratic to linear using SB-LSH.
Demonstrates the effectiveness of learnable similarity scores in repairing severely damaged textures.
Abstract
Self-similarity is valuable to the exploration of non-local textures in single image super-resolution (SISR). Researchers usually assume that the importance of non-local textures is positively related to their similarity scores. In this paper, we surprisingly found that when repairing severely damaged query textures, some non-local textures with low-similarity which are closer to the target can provide more accurate and richer details than the high-similarity ones. In these cases, low-similarity does not mean inferior but is usually caused by different scales or orientations. Utilizing this finding, we proposed a Global Learnable Attention (GLA) to adaptively modify similarity scores of non-local textures during training instead of only using a fixed similarity scoring function such as the dot product. The proposed GLA can explore non-local textures with low-similarity but more accurate…
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 · Advanced Vision and Imaging · Image Processing Techniques and Applications
MethodsRepair
