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

Efficient Long-Range Attention Network for Image Super-resolution

About

Recently, transformer-based methods have demonstrated impressive results in various vision tasks, including image super-resolution (SR), by exploiting the self-attention (SA) for feature extraction. However, the computation of SA in most existing transformer based models is very expensive, while some employed operations may be redundant for the SR task. This limits the range of SA computation and consequently the SR performance. In this work, we propose an efficient long-range attention network (ELAN) for image SR. Specifically, we first employ shift convolution (shift-conv) to effectively extract the image local structural information while maintaining the same level of complexity as 1x1 convolution, then propose a group-wise multi-scale self-attention (GMSA) module, which calculates SA on non-overlapped groups of features using different window sizes to exploit the long-range image dependency. A highly efficient long-range attention block (ELAB) is then built by simply cascading two shift-conv with a GMSA module, which is further accelerated by using a shared attention mechanism. Without bells and whistles, our ELAN follows a fairly simple design by sequentially cascading the ELABs. Extensive experiments demonstrate that ELAN obtains even better results against the transformer-based SR models but with significantly less complexity. The source code can be found at https://github.com/xindongzhang/ELAN.

Xindong Zhang, Hui Zeng, Shi Guo, Lei Zhang• 2022

Related benchmarks

TaskDatasetResultRank
Super-ResolutionSet5
PSNR38.17
751
Image Super-resolutionManga109
PSNR39.62
656
Super-ResolutionUrban100
PSNR32.76
603
Super-ResolutionSet14
PSNR33.94
586
Image Super-resolutionSet5 (test)
PSNR38.36
544
Image Super-resolutionSet5
PSNR38.36
507
Single Image Super-ResolutionUrban100
PSNR33.44
500
Super-ResolutionB100
PSNR32.45
418
Super-ResolutionB100 (test)
PSNR32.45
363
Image Super-resolutionSet14
PSNR34.2
329
Showing 10 of 71 rows
...

Other info

Code

Follow for update