Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Efficient Image Super-Resolution Using Pixel Attention

About

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 block combines the nearest-neighbor upsampling, convolution and PA layers. It improves the final reconstruction quality with little parameter cost. Our final model- PAN could achieve similar performance as the lightweight networks - SRResNet and CARN, but with only 272K parameters (17.92% of SRResNet and 17.09% of CARN). The effectiveness of each proposed component is also validated by ablation study. The code is available at https://github.com/zhaohengyuan1/PAN.

Hengyuan Zhao, Xiangtao Kong, Jingwen He, Yu Qiao, Chao Dong• 2020

Related benchmarks

TaskDatasetResultRank
Super-ResolutionSet5
PSNR38
751
Super-ResolutionUrban100
PSNR32.01
603
Super-ResolutionSet14
PSNR33.59
586
Image Super-resolutionSet5 (test)
PSNR38
544
Super-ResolutionB100 (test)
PSNR32.18
363
Super-ResolutionBSD100
PSNR32.18
313
Super-ResolutionManga109
PSNR38.7
298
Image Super-resolutionSet14 (test)
PSNR33.59
292
Single Image Super-ResolutionUrban100 (test)
PSNR32.01
289
Image Super-resolutionManga109 (test)
PSNR38.7
233
Showing 10 of 10 rows

Other info

Follow for update