CVOct 11, 2021

SurroundNet: Towards Effective Low-Light Image Enhancement

arXiv:2110.05098v133 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and effective low-light image enhancement, which is incremental as it builds on existing CNN and Retinex-based methods.

The paper tackles the trade-off between model complexity and performance in low-light image enhancement by introducing SurroundNet, which reduces parameters by 80-98% (to under 150K) while achieving competitive results on real-world datasets.

Although Convolution Neural Networks (CNNs) has made substantial progress in the low-light image enhancement task, one critical problem of CNNs is the paradox of model complexity and performance. This paper presents a novel SurroundNet which only involves less than 150$K$ parameters (about 80-98 percent size reduction compared to SOTAs) and achieves very competitive performance. The proposed network comprises several Adaptive Retinex Blocks (ARBlock), which can be viewed as a novel extension of Single Scale Retinex in feature space. The core of our ARBlock is an efficient illumination estimation function called Adaptive Surround Function (ASF). It can be regarded as a general form of surround functions and be implemented by convolution layers. In addition, we also introduce a Low-Exposure Denoiser (LED) to smooth the low-light image before the enhancement. We evaluate the proposed method on the real-world low-light dataset. Experimental results demonstrate that the superiority of our submitted SurroundNet in both performance and network parameters against State-of-the-Art low-light image enhancement methods. Code is available at https: github.com/ouc-ocean-group/SurroundNet.

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