SOTAVerified

SwinFIR: Revisiting the SwinIR with Fast Fourier Convolution and Improved Training for Image Super-Resolution

2022-08-24Code Available1· sign in to hype

Dafeng Zhang, Feiyu Huang, Shizhuo Liu, Xiaobing Wang, Zhezhu Jin

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Transformer-based methods have achieved impressive image restoration performance due to their capacities to model long-range dependency compared to CNN-based methods. However, advances like SwinIR adopts the window-based and local attention strategy to balance the performance and computational overhead, which restricts employing large receptive fields to capture global information and establish long dependencies in the early layers. To further improve the efficiency of capturing global information, in this work, we propose SwinFIR to extend SwinIR by replacing Fast Fourier Convolution (FFC) components, which have the image-wide receptive field. We also revisit other advanced techniques, i.e, data augmentation, pre-training, and feature ensemble to improve the effect of image reconstruction. And our feature ensemble method enables the performance of the model to be considerably enhanced without increasing the training and testing time. We applied our algorithm on multiple popular large-scale benchmarks and achieved state-of-the-art performance comparing to the existing methods. For example, our SwinFIR achieves the PSNR of 32.83 dB on Manga109 dataset, which is 0.8 dB higher than the state-of-the-art SwinIR method.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
BSD100 - 2x upscalingHAT_FIRPSNR32.71Unverified
BSD100 - 2x upscalingSwinFIRPSNR32.64Unverified
BSD100 - 3x upscalingSwinFIRPSNR29.55Unverified
BSD100 - 3x upscalingHAT_FIRPSNR29.6Unverified
BSD100 - 4x upscalingHAT_FIRPSNR28.07Unverified
BSD100 - 4x upscalingSwinFIRPSNR28.03Unverified
Manga109 - 2x upscalingHAT_FIRPSNR40.77Unverified
Manga109 - 2x upscalingSwinFIRPSNR40.61Unverified
Manga109 - 3x upscalingSwinFIRPSNR35.77Unverified
Manga109 - 3x upscalingHAT_FIRPSNR35.92Unverified
Manga109 - 4x upscalingSwinFIRSSIM0.93Unverified
Manga109 - 4x upscalingHAT_FIRPSNR33.03Unverified
Set14 - 2x upscalingSwinFIRPSNR34.93Unverified
Set14 - 2x upscalingHAT_FIRPSNR35.17Unverified
Set14 - 3x upscalingSwinFIRPSNR31.24Unverified
Set14 - 3x upscalingHAT_FIRPSNR31.37Unverified
Set14 - 4x upscalingSwinFIRPSNR29.36Unverified
Set14 - 4x upscalingHAT_FIRPSNR29.44Unverified
Set5 - 2x upscalingSwinFIRPSNR38.65Unverified
Set5 - 2x upscalingHAT_FIRPSNR38.74Unverified
Set5 - 3x upscalingHAT_FIRPSNR35.21Unverified
Set5 - 3x upscalingSwinFIRPSNR35.15Unverified
Urban100 - 2x upscalingSwinFIRPSNR34.57Unverified
Urban100 - 2x upscalingHAT_FIRPSNR34.94Unverified
Urban100 - 3x upscalingSwinFIRPSNR30.43Unverified
Urban100 - 3x upscalingHAT_FIRPSNR30.77Unverified
Urban100 - 4x upscalingSwinFIRPSNR28.12Unverified
Urban100 - 4x upscalingHAT_FIRPSNR28.43Unverified

Reproductions