CVFeb 27, 2023

Spatial-Frequency Attention for Image Denoising

arXiv:2302.13598v127 citationsh-index: 21
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in image denoising for computer vision applications, offering an incremental improvement over prior transformer methods.

The paper tackles the limitation of existing transformer-based image denoising methods in modeling long-range dependencies due to computational constraints, proposing SFANet with spatial-frequency attention to enhance this capability and achieving leading performance on multiple benchmarks.

The recently developed transformer networks have achieved impressive performance in image denoising by exploiting the self-attention (SA) in images. However, the existing methods mostly use a relatively small window to compute SA due to the quadratic complexity of it, which limits the model's ability to model long-term image information. In this paper, we propose the spatial-frequency attention network (SFANet) to enhance the network's ability in exploiting long-range dependency. For spatial attention module (SAM), we adopt dilated SA to model long-range dependency. In the frequency attention module (FAM), we exploit more global information by using Fast Fourier Transform (FFT) by designing a window-based frequency channel attention (WFCA) block to effectively model deep frequency features and their dependencies. To make our module applicable to images of different sizes and keep the model consistency between training and inference, we apply window-based FFT with a set of fixed window sizes. In addition, channel attention is computed on both real and imaginary parts of the Fourier spectrum, which further improves restoration performance. The proposed WFCA block can effectively model image long-range dependency with acceptable complexity. Experiments on multiple denoising benchmarks demonstrate the leading performance of SFANet network.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes