CVJul 21, 2022

Unsupervised Night Image Enhancement: When Layer Decomposition Meets Light-Effects Suppression

arXiv:2207.10564v2183 citationsh-index: 53
Originality Incremental advance
AI Analysis

This work addresses night image enhancement for computer vision applications, but it is incremental as it builds on existing methods by integrating layer decomposition and light-effects suppression.

The paper tackles the problem of enhancing night images by addressing both low light and uneven light distributions, specifically suppressing light effects in bright regions while boosting intensity in dark regions, and shows that their method outperforms state-of-the-art methods in quantitative and qualitative evaluations.

Night images suffer not only from low light, but also from uneven distributions of light. Most existing night visibility enhancement methods focus mainly on enhancing low-light regions. This inevitably leads to over enhancement and saturation in bright regions, such as those regions affected by light effects (glare, floodlight, etc). To address this problem, we need to suppress the light effects in bright regions while, at the same time, boosting the intensity of dark regions. With this idea in mind, we introduce an unsupervised method that integrates a layer decomposition network and a light-effects suppression network. Given a single night image as input, our decomposition network learns to decompose shading, reflectance and light-effects layers, guided by unsupervised layer-specific prior losses. Our light-effects suppression network further suppresses the light effects and, at the same time, enhances the illumination in dark regions. This light-effects suppression network exploits the estimated light-effects layer as the guidance to focus on the light-effects regions. To recover the background details and reduce hallucination/artefacts, we propose structure and high-frequency consistency losses. Our quantitative and qualitative evaluations on real images show that our method outperforms state-of-the-art methods in suppressing night light effects and boosting the intensity of dark regions.

Code Implementations1 repo
Foundations

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

Your Notes