Toward Sufficient Spatial-Frequency Interaction for Gradient-aware Underwater Image Enhancement
Chen Zhao, Weiling Cai, Chenyu Dong, Ziqi Zeng
TL;DR
Underwater images suffer from color distortion and scattering; the paper addresses this by exploiting Fourier-domain information, arguing that degradation primarily lies in the amplitude component. It introduces SFGNet, a two-stage framework consisting of DSFFNet for dense spatial-frequency fusion and a gradient-aware corrector (GAC) that uses a gradient map to refine edges and textures. The DSFFNet employs dense Fourier fusion blocks (DFF) and dense spatial fusion blocks (DSF) with cross connections, and constrains the amplitude in Fourier space via $\mathcal{L}_{s1}$; the GAC uses a curriculum strategy to adaptively fuse gradient-based guidance through $\lambda$ and optimizes with $\mathcal{L}_g$ and a perceptual term via a pre-trained network $\phi$. The approach achieves competitive state-of-the-art results on UIEBD and LSUI datasets, indicating that combining spatial-frequency interaction and gradient guidance improves both objective metrics and visual quality; code is available at GitHub.
Abstract
Underwater images suffer from complex and diverse degradation, which inevitably affects the performance of underwater visual tasks. However, most existing learning-based Underwater image enhancement (UIE) methods mainly restore such degradations in the spatial domain, and rarely pay attention to the fourier frequency information. In this paper, we develop a novel UIE framework based on spatial-frequency interaction and gradient maps, namely SFGNet, which consists of two stages. Specifically, in the first stage, we propose a dense spatial-frequency fusion network (DSFFNet), mainly including our designed dense fourier fusion block and dense spatial fusion block, achieving sufficient spatial-frequency interaction by cross connections between these two blocks. In the second stage, we propose a gradient-aware corrector (GAC) to further enhance perceptual details and geometric structures of images by gradient map. Experimental results on two real-world underwater image datasets show that our approach can successfully enhance underwater images, and achieves competitive performance in visual quality improvement. The code is available at https://github.com/zhihefang/SFGNet.
