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

Transforming Image Super-Resolution: A ConvFormer-based Efficient Approach

About

Recent progress in single-image super-resolution (SISR) has achieved remarkable performance, yet the computational costs of these methods remain a challenge for deployment on resource-constrained devices. In particular, transformer-based methods, which leverage self-attention mechanisms, have led to significant breakthroughs but also introduce substantial computational costs. To tackle this issue, we introduce the Convolutional Transformer layer (ConvFormer) and propose a ConvFormer-based Super-Resolution network (CFSR), offering an effective and efficient solution for lightweight image super-resolution. The proposed method inherits the advantages of both convolution-based and transformer-based approaches. Specifically, CFSR utilizes large kernel convolutions as a feature mixer to replace the self-attention module, efficiently modeling long-range dependencies and extensive receptive fields with minimal computational overhead. Furthermore, we propose an edge-preserving feed-forward network (EFN) designed to achieve local feature aggregation while effectively preserving high-frequency information. Extensive experiments demonstrate that CFSR strikes an optimal balance between computational cost and performance compared to existing lightweight SR methods. When benchmarked against state-of-the-art methods such as ShuffleMixer, the proposed CFSR achieves a gain of 0.39 dB on the Urban100 dataset for the x2 super-resolution task while requiring 26\% and 31\% fewer parameters and FLOPs, respectively. The code and pre-trained models are available at https://github.com/Aitical/CFSR.

Gang Wu, Junjun Jiang, Junpeng Jiang, Xianming Liu• 2024

Related benchmarks

TaskDatasetResultRank
Image Super-resolutionManga109
PSNR39
875
Super-ResolutionSet5
PSNR38.07
821
Image Super-resolutionSet5
PSNR38.07
774
Super-ResolutionUrban100
PSNR32.28
670
Super-ResolutionSet14
PSNR33.74
649
Image Super-resolutionSet5 (test)
PSNR34.65
626
Image Super-resolutionSet14
PSNR33.74
565
Super-ResolutionManga109
PSNR38.94
368
Super-ResolutionBSD100
PSNR32.24
329
Super-ResolutionRealSR (test)
PSNR29.25
92
Showing 10 of 13 rows

Other info

Code

Follow for update