CVJul 19, 2022

KinD-LCE Curve Estimation And Retinex Fusion On Low-Light Image

arXiv:2207.09210v33 citationsh-index: 9
AI Analysis

This addresses noise and color distortion in low-light images for computer vision tasks like object detection, though it appears incremental with modifications to existing Retinex-based methods.

The paper tackles low-light image enhancement by proposing KinD-LCE, which uses light curve estimation and Retinex fusion to improve brightness and reduce detail loss, achieving a PSNR of 19.7216 and SSIM of 0.8213 on benchmark datasets.

Low-light images often suffer from noise and color distortion. Object detection, semantic segmentation, instance segmentation, and other tasks are challenging when working with low-light images because of image noise and chromatic aberration. We also found that the conventional Retinex theory loses information in adjusting the image for low-light tasks. In response to the aforementioned problem, this paper proposes an algorithm for low illumination enhancement. The proposed method, KinD-LCE, uses a light curve estimation module to enhance the illumination map in the Retinex decomposed image, improving the overall image brightness. An illumination map and reflection map fusion module were also proposed to restore the image details and reduce detail loss. Additionally, a TV(total variation) loss function was applied to eliminate noise. Our method was trained on the GladNet dataset, known for its diverse collection of low-light images, tested against the Low-Light dataset, and evaluated using the ExDark dataset for downstream tasks, demonstrating competitive performance with a PSNR of 19.7216 and SSIM of 0.8213.

Foundations

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

Your Notes