CVAIJun 28, 2024

DPEC: Dual-Path Error Compensation Method for Enhanced Low-Light Image Clarity

arXiv:2407.09553v58 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses image quality issues for low-light photography applications, representing an incremental improvement over existing deep learning-based methods.

The paper tackles noise amplification and color distortions in low-light image enhancement by proposing the DPEC method, which incorporates error estimation and denoising to preserve texture and restore brightness, achieving significant outperformance over state-of-the-art methods in experiments.

For the task of low-light image enhancement, deep learning-based algorithms have demonstrated superiority and effectiveness compared to traditional methods. However, these methods, primarily based on Retinex theory, tend to overlook the noise and color distortions in input images, leading to significant noise amplification and local color distortions in enhanced results. To address these issues, we propose the Dual-Path Error Compensation (DPEC) method, designed to improve image quality under low-light conditions by preserving local texture details while restoring global image brightness without amplifying noise. DPEC incorporates precise pixel-level error estimation to capture subtle differences and an independent denoising mechanism to prevent noise amplification. We introduce the HIS-Retinex loss to guide DPEC's training, ensuring the brightness distribution of enhanced images closely aligns with real-world conditions. To balance computational speed and resource efficiency while training DPEC for a comprehensive understanding of the global context, we integrated the VMamba architecture into its backbone. Comprehensive quantitative and qualitative experimental results demonstrate that our algorithm significantly outperforms state-of-the-art methods in low-light image enhancement. The code is publicly available online at https://github.com/wangshuang233/DPEC.

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