Using KL-Divergence to Focus Frequency Information in Low-Light Image Enhancement
Yan Xingyang, Huang Xiaohong, Zhang Zhao, You Tian, Xu Ziheng
TL;DR
This work tackles low-light image enhancement by shifting from pixel-wise losses to distribution-based fitting in the Fourier domain. The proposed LLFDisc model employs EnhancedLCA in a U-shaped architecture and introduces two key losses: a Fourier-domain KL-Divergence loss $L_{FKL}$ that treats amplitude and phase as Gaussian distributions, and a KL-enhanced VGG perceptual loss $L_{VggKL}$. The combination of these losses with a streamlined single-branch network achieves state-of-the-art performance on LOLv1/v2 and LSRW-Huawei, while maintaining efficiency. Collectively, the approach improves global frequency-consistency and structural fidelity in enhanced images, offering practical benefits for real-world low-light imaging tasks.
Abstract
In the Fourier domain, luminance information is primarily encoded in the amplitude spectrum, while spatial structures are captured in the phase components. The traditional Fourier Frequency information fitting employs pixel-wise loss functions, which tend to focus excessively on local information and may lead to global information loss. In this paper, we present LLFDisc, a U-shaped deep enhancement network that integrates cross-attention and gating mechanisms tailored for frequency-aware enhancement. We propose a novel distribution-aware loss that directly fits the Fourier-domain information and minimizes their divergence using a closed-form KL-Divergence objective. This enables the model to align Fourier-domain information more robustly than with conventional MSE-based losses. Furthermore, we enhance the perceptual loss based on VGG by embedding KL-Divergence on extracted deep features, enabling better structural fidelity. Extensive experiments across multiple benchmarks demonstrate that LLFDisc achieves state-of-the-art performance in both qualitative and quantitative evaluations. Our code will be released at: https://github.com/YanXY000/LLFDisc
