HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Recursive Generalization Transformer for Image Super-Resolution

Zheng Chen Yulun Zhang Jinjin Gu Linghe Kong Xiaokang Yang

Recursive Generalization Transformer for Image Super-Resolution

Abstract

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.

Code Repositories

zhengchen1999/rgt
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
image-super-resolution-on-manga109-4xRGT+
PSNR: 32.68
SSIM: 0.9303
image-super-resolution-on-manga109-4xRGT
PSNR: 32.50
SSIM: 0.9291
image-super-resolution-on-set14-4x-upscalingRGT+
PSNR: 29.28
SSIM: 0.7979
image-super-resolution-on-set14-4x-upscalingRGT
PSNR: 29.23
SSIM: 0.7972

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Recursive Generalization Transformer for Image Super-Resolution | Papers | HyperAI