FLOL: Fast Baselines for Real-World Low-Light Enhancement
Juan C. Benito, Daniel Feijoo, Alvaro Garcia, Marcos V. Conde
TL;DR
The paper tackles efficient and robust low-light image enhancement (LLIE) for real-world scenes. It introduces FLOL+, a two-stage network that first enhances illumination in the frequency domain via Fourier Illumination Enhancement (FIE) and then denoises by fusing frequency and spatial information guided by an SNR map. FLOL+ achieves state-of-the-art results on real-world benchmarks (e.g., LOLv2-Real, LSRW, UHD-LL) while using roughly 10x fewer parameters and 7x fewer FLOPs, enabling HD images to be processed in real time (e.g., ~12 ms). By training on diverse real data and evaluating on unpaired datasets, FLOL+ demonstrates robustness to domain gaps and sensor variability, offering a practical, efficient baseline for real-world LLIE applications.
Abstract
Low-Light Image Enhancement (LLIE) is a key task in computational photography and imaging. The problem of enhancing images captured during night or in dark environments has been well-studied in the image signal processing literature. However, current deep learning-based solutions struggle with efficiency and robustness in real-world scenarios (e.g. scenes with noise, saturated pixels, bad illumination). We propose a lightweight neural network that combines image processing in the frequency and spatial domains. Our method, FLOL+, is one of the fastest models for this task, achieving state-of-the-art results on popular real scenes datasets such as LOL and LSRW. Moreover, we are able to process 1080p images under 12ms. Code and models at https://github.com/cidautai/FLOL
