Self-DACE++: Robust Low-Light Enhancement via Efficient Adaptive Curve Estimation

arXiv cs.CV / 4/29/2026

📰 NewsDeveloper Stack & InfrastructureSignals & Early TrendsModels & Research

Key Points

  • The paper introduces Self-DACE++, an improved unsupervised, lightweight framework for low-light image enhancement built on the earlier Self-DACE approach.
  • Self-DACE++ uses enhanced Adaptive Adjustment Curves (AACs) with minimal trainable parameters to flexibly adjust dynamic range while preserving color fidelity, structural details, and natural appearance.
  • To maintain efficiency without losing quality, it proposes randomized order training and a network fusion method that compresses the model into an efficient iterative inference structure.
  • It leverages a physics-grounded Retinex-theory objective and adds a dedicated denoising module to estimate and suppress latent noise in dark regions.
  • Experiments on multiple real-world benchmarks show Self-DACE++ outperforms prior state-of-the-art methods and supports real-time inference, with code released on GitHub.

Abstract

In this paper, we present Self-DACE++, an improved unsupervised and lightweight framework for Low-Light Image Enhancement (LLIE), building upon our previous Self-Reference Deep Adaptive Curve Estimation (Self-DACE). To better address the trade-off between computational efficiency and restoration quality, Self-DACE++ introduces enhanced Adaptive Adjustment Curves (AACs). These curves, governed by minimal trainable parameters, flexibly adjust the dynamic range while preserving the color fidelity, structural integrity, and naturalness of the enhanced images. To achieve an extremely lightweight architecture without sacrificing performance, we propose a randomized order training strategy coupled with a network fusion mechanism, which compresses the model into an efficient iterative inference structure. Furthermore, we formulate a physics-grounded objective function based on Retinex theory and incorporate a dedicated denoising module to effectively estimate and suppress latent noise in dark regions. Extensive qualitative and quantitative evaluations on multiple real-world benchmark datasets demonstrate that Self-DACE++ outperforms existing state-of-the-art methods, delivering superior enhancement quality with real-time inference capability. The code is available at https://github.com/John-Wendell/Self-DACE.