Search papers, labs, and topics across Lattice.
This paper introduces an internally referenced low-light image enhancement (LLIE) framework to address the challenges of self-supervised LLIE, which struggles with disentangling illumination, textures, and noise due to the absence of external paired data. The framework extracts reliable physical and structural references directly from the degraded input image by using a local exposure-simulated scheme for illumination estimation and a dual-domain preservation strategy for structural preservation. Experiments demonstrate state-of-the-art performance in noise suppression and textural fidelity.
Achieve state-of-the-art low-light image enhancement by cleverly extracting reliable references from the degraded image itself, sidestepping the need for paired training data.
Self-supervised low-light image enhancement (LLIE) is highly appealing as it eliminates the reliance on external paired data. However, the lack of external references causes networks to struggle with decoupling entangled illumination, delicate textures, and amplified noise. To resolve this challenge, we propose an Internally Referenced LLIE framework that extracts reliable physical and structural references from the degraded input image itself. First, we introduce a local exposure-simulated scheme to extract a low-frequency pseudo ground-truth. This serves as an internal physical reference to guide global illumination estimation and correct color casts. Second, we propose a dual-domain preservation strategy with spatial and spectral constraints to construct internal structural references. Specifically, an Illumination-Aligned Perceptual loss preserves global structures under illumination shifts, while a Shift-Invariant Spectral Correlation loss captures fine-grained local structures and suppresses high-frequency noise. Finally, we propose a Gain-Adaptive Feature Modulation (GAFM) mechanism to address highly spatially-variant residual noise. By transforming the self-estimated illumination map into an internal spatial gain prior, GAFM dynamically guides a blind-spot network for spatially-aware denoising. Extensive experiments demonstrate that our method achieves state-of-the-art performance, delivering superior noise suppression and textural fidelity. Code will be publicly released at https://visonj.github.io/IRLE/.