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

Exploring Frequency-Inspired Optimization in Transformer for Efficient Single Image Super-Resolution

About

Transformer-based methods have exhibited remarkable potential in single image super-resolution (SISR) by effectively extracting long-range dependencies. However, most of the current research in this area has prioritized the design of transformer blocks to capture global information, while overlooking the importance of incorporating high-frequency priors, which we believe could be beneficial. In our study, we conducted a series of experiments and found that transformer structures are more adept at capturing low-frequency information, but have limited capacity in constructing high-frequency representations when compared to their convolutional counterparts. Our proposed solution, the cross-refinement adaptive feature modulation transformer (CRAFT), integrates the strengths of both convolutional and transformer structures. It comprises three key components: the high-frequency enhancement residual block (HFERB) for extracting high-frequency information, the shift rectangle window attention block (SRWAB) for capturing global information, and the hybrid fusion block (HFB) for refining the global representation. To tackle the inherent intricacies of transformer structures, we introduce a frequency-guided post-training quantization (PTQ) method aimed at enhancing CRAFT's efficiency. These strategies incorporate adaptive dual clipping and boundary refinement. To further amplify the versatility of our proposed approach, we extend our PTQ strategy to function as a general quantization method for transformer-based SISR techniques. Our experimental findings showcase CRAFT's superiority over current state-of-the-art methods, both in full-precision and quantization scenarios. These results underscore the efficacy and universality of our PTQ strategy. The source code is available at: https://github.com/AVC2-UESTC/Frequency-Inspired-Optimization-for-EfficientSR.git.

Ao Li, Le Zhang, Yun Liu, Ce Zhu• 2023

Related benchmarks

TaskDatasetResultRank
Image Super-resolutionManga109
PSNR31.06
656
Image Super-resolutionSet5 (test)
PSNR33.44
544
Single Image Super-ResolutionUrban100
PSNR26.49
500
Single Image Super-ResolutionSet5
PSNR32.45
352
Single Image Super-ResolutionUrban100 (test)
PSNR32.86
289
Single Image Super-ResolutionSet14
PSNR28.8
252
Image Super-resolutionManga109 (test)
PSNR39.39
233
Image Super-resolutionBSD100 (test)
PSNR32.33
216
Single Image Super-ResolutionBSD100
PSNR27.68
211
Super-ResolutionDIV2K
PSNR30.59
101
Showing 10 of 14 rows

Other info

Code

Follow for update