pith. sign in

arxiv: 2402.05809 · v3 · pith:DON23YOInew · submitted 2024-02-08 · 💻 cs.CV · cs.AI

You Only Need One Color Space: An Efficient Network for Low-light Image Enhancement

classification 💻 cs.CV cs.AI
keywords colorimageslow-lightenhancementimagespacebrightnesscidnet
0
0 comments X
read the original abstract

Low-Light Image Enhancement (LLIE) task tends to restore the details and visual information from corrupted low-light images. Most existing methods learn the mapping function between low/normal-light images by Deep Neural Networks (DNNs) on sRGB and HSV color space. Nevertheless, enhancement involves amplifying image signals, and applying these color spaces to low-light images with a low signal-to-noise ratio can introduce sensitivity and instability into the enhancement process. Consequently, this results in the presence of color artifacts and brightness artifacts in the enhanced images. To alleviate this problem, we propose a novel trainable color space, named Horizontal/Vertical-Intensity (HVI). It not only decouples brightness and color from RGB channels to mitigate the instability during enhancement but also adapts to low-light images in different illumination ranges due to the trainable parameters. Further, we design a novel Color and Intensity Decoupling Network (CIDNet) with two branches dedicated to processing the decoupled image brightness and color in the HVI space. Within CIDNet, we introduce the Lightweight Cross-Attention (LCA) module to facilitate interaction between image structure and content information in both branches, while also suppressing noise in low-light images. Finally, we conducted 22 quantitative and qualitative experiments to show that the proposed CIDNet outperforms the state-of-the-art methods on 11 datasets. The code is available at https://github.com/Fediory/HVI-CIDNet.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Enlight: Fast Low-Light Image Enhancement via Multi-Objective Optimization and Shadow-Aware Refinement

    cs.CV 2026-06 unverdicted novelty 5.0

    ENLIGHT is a zero-shot optimization framework for low-light image enhancement using global illumination adjustment followed by shadow-aware local refinement to achieve competitive quality with lower inference time.

  2. NTIRE 2026 Challenge on Efficient Low Light Image Enhancement: Methods and Results

    cs.CV 2026-05 unverdicted novelty 2.0

    The NTIRE 2026 E-LLIE challenge evaluated 27 lightweight models for low-light image enhancement and reported advances in balancing quality with mobile efficiency.