Home

Awesome

<h1 align="left"><img src="figs/colie.png" align="center" width="7%"><strong>CoLIE</strong></h1>

[Paper] [Colab demo] [BibTeX]

Fast Context-Based Low-Light Image Enhancement via Neural Implicit Representations

<blockquote> <p align="left"> <p align="left"> <a href='https://chobola.ai/' target='_blank'>Tomáš Chobola</a>*&emsp; <a href='' target='_blank'>Yu Liu</a>&emsp; <a href='https://scholar.google.de/citations?user=ZE_mde0AAAAJ&hl=cs&oi=sra' target='_blank'>Hanyi Zhang</a>&emsp; <a href='https://scholar.google.de/citations?user=FPykfZ0AAAAJ&hl=cs&oi=ao' target='_blank'>Julia A. Schnabel</a>&emsp; <a href='https://scholar.google.de/citations?user=jUiKc6QAAAAJ&hl=cs&oi=sra' target='_blank'>Tingying Peng</a>*&emsp; <br> Technical University of Munich&emsp;Helmholtz AI&emsp;King’s College London </p> </p> </blockquote>

* Corresponding author

Accepted to ECCV 2024.

video test

🔥 Frame-by-frame enhancement of a low-light clip from Game of Thrones.

Overview

low light image enhancement

<!--- 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. -->

Neural Implicit Representation for Low-Light Enhancement

colie architecture

Our proposed framework begins with the extraction of the Value component from the HSV image representation. Subsequently, we employ a neural implicit representation (NIR) model to infer the illumination component which is an essential part for effective enhancement of the input low-light image. This refined Value component is then reintegrated with the original Hue and Saturation components, forming a comprehensive representation of the enhanced image. The architecture of CoLIE involves dividing the inputs into two distinct parts: the elements of the Value component and the coordinates of the image. Each of these components is subject for regularization with unique parameters within their respective branches. By adopting this structured approach, our framework ensures precise control over the enhancement process.

Code

Requirements

Running the code

python colie.py

The code execution is controlled with the following parameters:

The strength of the regularisation terms in the loss functon is defined by the following parameters:

Please refer to the example in notebook.ipynb (or in Colab here) for example code execution and visualisation.

Results

sota comparison

Comparison with the state-of-the-art methods for unsupervised low-light image enhancement (RUAS, SCI).

results microscopy

Fluorescence microscopy intensity correction.

darkface grid

Results on the DarkFace dataset.

Citing CoLIE

Please consider citing our paper if our code are useful:

@inproceedings{chobola2024fast,
      title={Fast Context-Based Low-Light Image Enhancement via Neural Implicit Representations}, 
      author={Tomáš Chobola and Yu Liu and Hanyi Zhang and Julia A. Schnabel and Tingying Peng},
      booktitle={Proceedings of the European Conference on Computer Vision (ECCV)},
      year={2024}
}