IVCVAug 2, 2019

Attention Guided Low-light Image Enhancement with a Large Scale Low-light Simulation Dataset

arXiv:1908.00682v3323 citations
AI Analysis

This addresses the problem of enhancing low-light images for applications like photography and surveillance, though it is incremental with a novel method for a known bottleneck.

The paper tackles low-light image enhancement by proposing an attention-guided method that uses a large synthetic dataset to learn separate attention maps for brightness and noise, resulting in state-of-the-art performance with significant quantitative and visual improvements.

Low-light image enhancement is challenging in that it needs to consider not only brightness recovery but also complex issues like color distortion and noise, which usually hide in the dark. Simply adjusting the brightness of a low-light image will inevitably amplify those artifacts. To address this difficult problem, this paper proposes a novel end-to-end attention-guided method based on multi-branch convolutional neural network. To this end, we first construct a synthetic dataset with carefully designed low-light simulation strategies. The dataset is much larger and more diverse than existing ones. With the new dataset for training, our method learns two attention maps to guide the brightness enhancement and denoising tasks respectively. The first attention map distinguishes underexposed regions from well lit regions, and the second attention map distinguishes noises from real textures. With their guidance, the proposed multi-branch decomposition-and-fusion enhancement network works in an input adaptive way. Moreover, a reinforcement-net further enhances color and contrast of the output image. Extensive experiments on multiple datasets demonstrate that our method can produce high fidelity enhancement results for low-light images and outperforms the current state-of-the-art methods by a large margin both quantitatively and visually.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes