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

CATANet: Efficient Content-Aware Token Aggregation for Lightweight Image Super-Resolution

About

Transformer-based methods have demonstrated impressive performance in low-level visual tasks such as Image Super-Resolution (SR). However, its computational complexity grows quadratically with the spatial resolution. A series of works attempt to alleviate this problem by dividing Low-Resolution images into local windows, axial stripes, or dilated windows. SR typically leverages the redundancy of images for reconstruction, and this redundancy appears not only in local regions but also in long-range regions. However, these methods limit attention computation to content-agnostic local regions, limiting directly the ability of attention to capture long-range dependency. To address these issues, we propose a lightweight Content-Aware Token Aggregation Network (CATANet). Specifically, we propose an efficient Content-Aware Token Aggregation module for aggregating long-range content-similar tokens, which shares token centers across all image tokens and updates them only during the training phase. Then we utilize intra-group self-attention to enable long-range information interaction. Moreover, we design an inter-group cross-attention to further enhance global information interaction. The experimental results show that, compared with the state-of-the-art cluster-based method SPIN, our method achieves superior performance, with a maximum PSNR improvement of 0.33dB and nearly double the inference speed.

Xin Liu, Jie Liu, Jie Tang, Gangshan Wu• 2025

Related benchmarks

TaskDatasetResultRank
Image Super-resolutionUrban100 x4 (test)
PSNR27.04
90
Image Super-resolutionUrban100 x2 (test)
PSNR33.33
72
Image Super-resolutionUrban100 x3 (test)
PSNR29.24
58
Image Super-resolutionManga109 x2 (test)
PSNR39.57
52
Super-ResolutionManga109 x3 (test)
PSNR34.69
49
Image Super-resolutionB100 x4 (test)
PSNR27.8
45
Image Super-resolutionB100 x2 (test)
PSNR32.41
39
Super-ResolutionDroneVehicle x8 2.0 (test)
PSNR22.73
34
Super-ResolutionDroneVehicle x4 2.0 (test)
PSNR29.65
34
Image Super-resolutionSet14 x2 scale (test)
PSNR34.11
32
Showing 10 of 25 rows

Other info

Code

Follow for update