Our new X account is live! Follow @wizwand_team for updates
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
Super-ResolutionSet5
PSNR38.91
751
Image Super-resolutionManga109
PSNR41.01
656
Super-ResolutionUrban100
PSNR35.09
603
Super-ResolutionSet14
PSNR35.29
586
Image Super-resolutionSet5 (test)
PSNR38.91
544
Image Super-resolutionSet5
PSNR38.91
507
Single Image Super-ResolutionUrban100
PSNR34.45
500
Image Super-resolutionSet14
PSNR35.29
329
Super-ResolutionBSD100
PSNR32.74
313
Super-ResolutionManga109
PSNR41.01
298
Showing 10 of 97 rows
...

Other info

Code

Follow for update