Fast Context-Based Low-Light Image Enhancement via Neural Implicit Representations
Tomáš Chobola, Yu Liu, Hanyi Zhang, Julia A. Schnabel, Tingying Peng
TL;DR
Low-light image enhancement for high-resolution imagery remains challenging due to domain gaps and computational bottlenecks. The authors propose CoLIE, a zero-shot LLIE framework that uses neural implicit representations to map 2D coordinates to the illumination field conditioned on local context in the HSV color space, estimating $\hat{x}_V = \mathbf{y}_V + f_\theta(\cdot)$ and deriving $\hat{z}_V = \mathbf{y}_V / \hat{x}_V$ under Retinex. The model employs a two-branch MLP with SIREN-style activations to fuse pixel coordinates $(p_i)$ and context $\mathcal{N}(p_i)$, and it uses a guided filter to upscale from low-resolution predictions to full resolution efficiently. Experiments on UHD-LL, MIT FiveK, and microscopy demonstrate competitive PSNR/SSIM, strong qualitative restoration, and improved downstream detection, highlighting practical impact in real-world low-light conditions.
Abstract
Current deep learning-based low-light image enhancement methods often struggle with high-resolution images, and fail to meet the practical demands of visual perception across diverse and unseen scenarios. In this paper, we introduce a novel approach termed CoLIE, which redefines the enhancement process through mapping the 2D coordinates of an underexposed image to its illumination component, conditioned on local context. We propose a reconstruction of enhanced-light images within the HSV space utilizing an implicit neural function combined with an embedded guided filter, thereby significantly reducing computational overhead. Moreover, we introduce a single image-based training loss function to enhance the model's adaptability to various scenes, further enhancing its practical applicability. Through rigorous evaluations, we analyze the properties of our proposed framework, demonstrating its superiority in both image quality and scene adaptability. Furthermore, our evaluation extends to applications in downstream tasks within low-light scenarios, underscoring the practical utility of CoLIE. The source code is available at https://github.com/ctom2/colie.
