Single-Stage Signal Attenuation Diffusion Model for Low-Light Image Enhancement and Denoising

arXiv cs.CV / 4/8/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper proposes the Signal Attenuation Diffusion Model (SADM), a single-stage diffusion framework for low-light image enhancement (LLIE) that jointly performs brightness recovery and noise suppression.
  • It argues that prior diffusion-based LLIE approaches often use two-stage pipelines or auxiliary correction networks that break the coupling between enhancement and denoising, hurting performance due to mismatched objectives.
  • SADM integrates a signal attenuation coefficient into the forward noise addition process to encode physical priors of low-light degradation, explicitly guiding the reverse denoising toward simultaneous optimization.
  • The authors validate SADM’s sampling design for consistency with DDIM using multi-scale pyramid sampling, aiming to balance interpretability, restoration quality, and computational efficiency.
  • Overall, the work targets improved LLIE results while removing extra correction modules or staged training present in mainstream diffusion LLIE methods.

Abstract

Diffusion models excel at image restoration via probabilistic modeling of forward noise addition and reverse denoising, and their ability to handle complex noise while preserving fine details makes them well-suited for Low-Light Image Enhancement (LLIE). Mainstream diffusion based LLIE methods either adopt a two-stage pipeline or an auxiliary correction network to refine U-Net outputs, which severs the intrinsic link between enhancement and denoising and leads to suboptimal performance owing to inconsistent optimization objectives. To address these issues, we propose the Signal Attenuation Diffusion Model (SADM), a novel diffusion process that integrates the signal attenuation mechanism into the diffusion pipeline, enabling simultaneous brightness adjustment and noise suppression in a single stage. Specifically, the signal attenuation coefficient simulates the inherent signal attenuation of low-light degradation in the forward noise addition process, encoding the physical priors of low-light degradation to explicitly guide reverse denoising toward the concurrent optimization of brightness recovery and noise suppression, thereby eliminating the need for extra correction modules or staged training relied on by existing methods. We validate that our design maintains consistency with Denoising Diffusion Implicit Models(DDIM) via multi-scale pyramid sampling, balancing interpretability, restoration quality, and computational efficiency.