Awesome
[When Fast Fourier Transform Meets Transformer for Image Restoration] (ECCV 2024)
Official implementation.
Authors
Xingyu Jiang, Xiuhui Zhang, Ning Gao, Yue Deng *
School of Astronautics, Beihang University, Beijing, China
News
- Oct 17, 2024: The train code is now open and our paper is available here!
- Jul 25, 2024: Paper accepted at ECCV 2024.
<hr />Abstract: Natural images can suffer from various degradation phenomena caused by adverse atmospheric conditions or unique degradation mechanism. Such diversity makes it challenging to design a universal framework for kinds of restoration tasks. Instead of exploring the commonality across different degradation phenomena, existing image restoration methods focus on the modification of network architecture under limited restoration priors. In this work, we first review various degradation phenomena from a frequency perspective as prior. Based on this, we propose an efficient image restoration framework, dubbed SFHformer, which incorporates the Fast Fourier Transform mechanism into Transformer architecture. Specifically, we design a dual domain hybrid structure for multi-scale receptive fields modeling, in which the spatial domain and the frequency domain focuses on local modeling and global modeling, respectively. Moreover, we design unique positional coding and frequency dynamic convolution for each frequency component to extract rich frequency-domain features. Extensive experiments on thirty-one restoration datasets for a range of ten restoration tasks such as deraining, dehazing, deblurring, desnowing, denoising, super-resolution and underwater/low-light enhancement, demonstrate that our SFHformer surpasses the state-of-the-art approaches and achieves a favorable trade-off between performance, parameter size and computational cost.
Introduction
<p align='center'> <img src = "image/introduce.jpg">Network Architecture
<p align='center'> <img src = "image/method.jpg">Results
Experiments are performed for different image restoration tasks including, image dehazing, image deraining, image desnowing, image denoising, image super-resolution, single-image motion deblurring, defocus deblurring, image raindrop removal, low-light image enhancement and underwater image enhancement.
<details> <summary><strong>Image Dehazing</strong> (click to expand) </summary> <p align='center'> <img src = "image/haze_result.png"> </details> <details> <summary><strong>Image Deraining</strong> (click to expand) </summary> <p align='center'> <img src = "image/rain_result.png"> </details> <details> <summary><strong>Image Desnowing</strong> (click to expand) </summary> <p align='center'> <img src = "image/snow.png"> </details> <details> <summary><strong>Image Super-resolution</strong> (click to expand) </summary> <p align='center'> <img src = "image/supp_super.png"> </details> <details> <summary><strong>Image Raindrop Removal</strong> (click to expand) </summary> <p align='center'> <img src = "image/raindrop.png"> </details> <details> <summary><strong>Single-Image Motion Deblurring</strong> (click to expand) </summary> <p align="center"> <img src = "image/motion_deblur.png" > </details> <details> <summary><strong>Defocus Deblurring</strong> (click to expand) </summary> <p align="center"> <img src = "image/supp_defocus.png"> </details> <details> <summary><strong>Image Denoising</strong> (click to expand) </summary> <p align="center"> <img src = "image/supp_noise.png"> </details> <details> <summary><strong>Underwater Image Enhancement</strong> (click to expand) </summary> <p align="center"> <img src = "image/underwater_result.png"> </details> <details> <summary><strong>Low-light Image Enhancement</strong> (click to expand) </summary> <p align="center"> <img src = "image/lowlight.png"> </details>