Intriguing Findings of Frequency Selection for Image Deblurring
Xintian Mao, Yiming Liu, Fengze Liu, Qingli Li, Wei Shen, Yan Wang

TL;DR
This paper introduces a novel frequency domain operation for image deblurring that leverages kernel-level information, improving existing architectures with minimal added complexity and achieving significant PSNR gains.
Contribution
The paper proposes the Res FFT-ReLU Block, a new module that incorporates frequency domain analysis into deblurring networks, enhancing kernel-level feature utilization.
Findings
Achieves 33.85 dB PSNR on GoPro dataset
Improves backbone architectures with minimal parameters
Maintains low computational complexity
Abstract
Blur was naturally analyzed in the frequency domain, by estimating the latent sharp image and the blur kernel given a blurry image. Recent progress on image deblurring always designs end-to-end architectures and aims at learning the difference between blurry and sharp image pairs from pixel-level, which inevitably overlooks the importance of blur kernels. This paper reveals an intriguing phenomenon that simply applying ReLU operation on the frequency domain of a blur image followed by inverse Fourier transform, i.e., frequency selection, provides faithful information about the blur pattern (e.g., the blur direction and blur level, implicitly shows the kernel pattern). Based on this observation, we attempt to leverage kernel-level information for image deblurring networks by inserting Fourier transform, ReLU operation, and inverse Fourier transform to the standard ResBlock. 1x1…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Image Processing Techniques · Image and Signal Denoising Methods · Image Processing Techniques and Applications
MethodsConvolution
