Efficient Image Super-Resolution Using Pixel Attention
Hengyuan Zhao, Xiangtao Kong, Jingwen He, Yu Qiao, Chao Dong

TL;DR
This paper introduces a lightweight image super-resolution neural network utilizing a novel pixel attention mechanism that produces 3D attention maps, leading to improved results with fewer parameters.
Contribution
The paper proposes a new pixel attention scheme and two efficient building blocks, achieving comparable performance to larger models with significantly fewer parameters.
Findings
Achieves similar performance to SRResNet and CARN with only 272K parameters
Pixel attention improves super-resolution quality with fewer parameters
Validated effectiveness through ablation studies
Abstract
This work aims at designing a lightweight convolutional neural network for image super resolution (SR). With simplicity bare in mind, we construct a pretty concise and effective network with a newly proposed pixel attention scheme. Pixel attention (PA) is similar as channel attention and spatial attention in formulation. The difference is that PA produces 3D attention maps instead of a 1D attention vector or a 2D map. This attention scheme introduces fewer additional parameters but generates better SR results. On the basis of PA, we propose two building blocks for the main branch and the reconstruction branch, respectively. The first one - SC-PA block has the same structure as the Self-Calibrated convolution but with our PA layer. This block is much more efficient than conventional residual/dense blocks, for its twobranch architecture and attention scheme. While the second one - UPA…
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 · Image Processing Techniques and Applications · Image and Signal Denoising Methods
MethodsConvolution
