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

Recursive Generalization Transformer for Image Super-Resolution

About

Transformer architectures have exhibited remarkable performance in image super-resolution (SR). Since the quadratic computational complexity of the self-attention (SA) in Transformer, existing methods tend to adopt SA in a local region to reduce overheads. However, the local design restricts the global context exploitation, which is crucial for accurate image reconstruction. In this work, we propose the Recursive Generalization Transformer (RGT) for image SR, which can capture global spatial information and is suitable for high-resolution images. Specifically, we propose the recursive-generalization self-attention (RG-SA). It recursively aggregates input features into representative feature maps, and then utilizes cross-attention to extract global information. Meanwhile, the channel dimensions of attention matrices (query, key, and value) are further scaled to mitigate the redundancy in the channel domain. Furthermore, we combine the RG-SA with local self-attention to enhance the exploitation of the global context, and propose the hybrid adaptive integration (HAI) for module integration. The HAI allows the direct and effective fusion between features at different levels (local or global). Extensive experiments demonstrate that our RGT outperforms recent state-of-the-art methods quantitatively and qualitatively. Code and pre-trained models are available at https://github.com/zhengchen1999/RGT.

Zheng Chen, Yulun Zhang, Jinjin Gu, Linghe Kong, Xiaokang Yang• 2023

Related benchmarks

TaskDatasetResultRank
Image Super-resolutionManga109
PSNR40.45
656
Image Super-resolutionSet5
PSNR38.62
507
Single Image Super-ResolutionUrban100
PSNR34.63
500
Super-ResolutionB100
PSNR32.64
418
Image Super-resolutionSet14
PSNR34.88
329
Image Super-resolutionUrban100 x4 (test)
PSNR27.98
90
Super-ResolutionODI-SR (test)
WS-PSNR26.55
85
Super-ResolutionSUN 360 Panorama (test)
WS-PSNR27.54
62
Image Super-resolutionManga109 x4 (test)
PSNR32.5
44
Super-ResolutionRASMD
LPIPS0.0383
37
Showing 10 of 15 rows

Other info

Code

Follow for update