Papers › LLDiffusion: Learning Degradation Representations in Diffusion Models for Low-Light...

LLDiffusion: Learning Degradation Representations in Diffusion Models for Low-Light Image Enhancement

27 Jul 2023arXiv:2307.14659archive 2025-07-28

Tao Wang, Kaihao Zhang, Ziqian Shao, Wenhan Luo, Bjorn Stenger, Tae-Kyun Kim, Wei Liu, Hongdong Li

Current deep learning methods for low-light image enhancement (LLIE) typically rely on pixel-wise mapping learned from paired data. However, these methods often overlook the importance of considering degradation representations, which can lead to sub-optimal outcomes. In this paper, we address this limitation by proposing a degradation-aware learning scheme for LLIE using diffusion models, which effectively integrates degradation and image priors into the diffusion process, resulting in improved image enhancement. Our proposed degradation-aware learning scheme is based on the understanding that degradation representations play a crucial role in accurately modeling and capturing the specific degradation patterns present in low-light images. To this end, First, a joint learning framework for both image generation and image enhancement is presented to learn the degradation representations. Second, to leverage the learned degradation representations, we develop a Low-Light Diffusion model (LLDiffusion) with a well-designed dynamic diffusion module. This module takes into account both the color map and the latent degradation representations to guide the diffusion process. By incorporating these conditioning factors, the proposed LLDiffusion can effectively enhance low-light images, considering both the inherent degradation patterns and the desired color fidelity. Finally, we evaluate our proposed method on several well-known benchmark datasets, including synthetic and real-world unpaired datasets. Extensive experiments on public benchmarks demonstrate that our LLDiffusion outperforms state-of-the-art LLIE methods both quantitatively and qualitatively. The source code and pre-trained models are available at https://github.com/TaoWangzj/LLDiffusion.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2307.14659")

Code

Syntology Ran 10 of 14 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · violated contract; 3 ran · our draft was wrong; 4 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

taowangzj/lldiffusion officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 10 ran; 1 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · violated contract
3ran · our draft was wrong
4ran
4unverified

Licence: 14 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from taowangzj/lldiffusion. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

augment taowangzj/lldiffusion/datasets/lol.py official repository ran fingerprinted no licence file found · pointer only · 42590d9db3c69b79 · report
compute_alpha taowangzj/lldiffusion/models/ddm.py official repository ran · our draft was wrong no licence file found · pointer only · 9215fb189fbfb9f4 · report
compute_betas taowangzj/lldiffusion/models/ddm.py official repository ran no licence file found · pointer only · 52d8651f7c78b547 · report
convert taowangzj/lldiffusion/transformer_checkpoint_v2.py official repository ran no licence file found · pointer only · eaf137ee96d0d837 · report
default taowangzj/lldiffusion/models/modules/sr3.py official repository ran · violated contract no licence file found · pointer only · fbf9ec7be545688e · report
exists taowangzj/lldiffusion/models/modules/sr3.py official repository ran · violated contract no licence file found · pointer only · 608e364a9d2376a3 · report
flow_warp taowangzj/lldiffusion/models/estimator/utils.py official repository ran no licence file found · pointer only · 7018e324f2150c43 · report
make_layer taowangzj/lldiffusion/models/estimator/utils.py official repository ran · our draft was wrong no licence file found · pointer only · c04a23de0531da4a · report
modulate taowangzj/lldiffusion/models/modules/dit.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 03310bba324ae4fb · report
opt_get taowangzj/lldiffusion/models/estimator/utils.py official repository ran · honoured contract no licence file found · pointer only · 6f1ea763f40dfc94 · report
get_2d_sincos_pos_embed taowangzj/lldiffusion/models/modules/dit.py official repository unverified no licence file found · pointer only · 4033ff925f9a913a · report
get_2d_sincos_pos_embed_from_grid taowangzj/lldiffusion/models/modules/dit.py official repository unverified no licence file found · pointer only · f10004e059714d42 · report
noise_estimation_loss taowangzj/lldiffusion/models/losses.py official repository unverified no licence file found · pointer only · bbe1a627c59bd3d3 · report
patch_e taowangzj/lldiffusion/models/ddm.py official repository unverified no licence file found · pointer only · 8a2649bf48c87f44 · report

Tasks

Image EnhancementImage GenerationLow-Light Image Enhancement

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections