Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Activating More Pixels in Image Super-Resolution Transformer

About

Transformer-based methods have shown impressive performance in low-level vision tasks, such as image super-resolution. However, we find that these networks can only utilize a limited spatial range of input information through attribution analysis. This implies that the potential of Transformer is still not fully exploited in existing networks. In order to activate more input pixels for better reconstruction, we propose a novel Hybrid Attention Transformer (HAT). It combines both channel attention and window-based self-attention schemes, thus making use of their complementary advantages of being able to utilize global statistics and strong local fitting capability. Moreover, to better aggregate the cross-window information, we introduce an overlapping cross-attention module to enhance the interaction between neighboring window features. In the training stage, we additionally adopt a same-task pre-training strategy to exploit the potential of the model for further improvement. Extensive experiments show the effectiveness of the proposed modules, and we further scale up the model to demonstrate that the performance of this task can be greatly improved. Our overall method significantly outperforms the state-of-the-art methods by more than 1dB. Codes and models are available at https://github.com/XPixelGroup/HAT.

Xiangyu Chen, Xintao Wang, Jiantao Zhou, Yu Qiao, Chao Dong• 2022

Related benchmarks

TaskDatasetResultRank
Image Super-resolutionManga109
PSNR41.01
875
Super-ResolutionSet5
PSNR38.91
821
Image Super-resolutionSet5
PSNR38.91
774
Super-ResolutionUrban100
PSNR35.09
670
Super-ResolutionSet14
PSNR35.29
649
Image Super-resolutionSet5 (test)
PSNR38.91
626
Image Super-resolutionSet14
PSNR35.29
565
Single Image Super-ResolutionUrban100
PSNR34.45
500
Image Super-resolutionUrban100
PSNR35.09
424
Super-ResolutionManga109
PSNR41.01
368
Showing 10 of 115 rows
...

Other info

Code

Follow for update