Papers › Your Diffusion Model is Secretly a Noise Classifier and Benefits from Contrastive Training

Your Diffusion Model is Secretly a Noise Classifier and Benefits from Contrastive Training

12 Jul 2024arXiv:2407.08946archive 2025-07-28

Yunshu Wu, Yingtao Luo, Xianghao Kong, Evangelos E. Papalexakis, Greg Ver Steeg

Diffusion models learn to denoise data and the trained denoiser is then used to generate new samples from the data distribution. In this paper, we revisit the diffusion sampling process and identify a fundamental cause of sample quality degradation: the denoiser is poorly estimated in regions that are far Outside Of the training Distribution (OOD), and the sampling process inevitably evaluates in these OOD regions. This can become problematic for all sampling methods, especially when we move to parallel sampling which requires us to initialize and update the entire sample trajectory of dynamics in parallel, leading to many OOD evaluations. To address this problem, we introduce a new self-supervised training objective that differentiates the levels of noise added to a sample, leading to improved OOD denoising performance. The approach is based on our observation that diffusion models implicitly define a log-likelihood ratio that distinguishes distributions with different amounts of noise, and this expression depends on denoiser performance outside the standard training distribution. We show by diverse experiments that the proposed contrastive diffusion training is effective for both sequential and parallel settings, and it improves the performance and speed of parallel samplers significantly.

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="2407.08946")

Code

Syntology Ran 12 of 19 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 5 ran · our draft was wrong; 1 ran · fixture could not drive it; 6 ran with no contract checked.

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

yunshuwu/ContrastiveDiffusionLoss officialmentioned in paperpytorch 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

19 samples harvested; 12 ran; 0 honoured the contract we drafted; 7 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.

5ran · our draft was wrong
1ran · fixture could not drive it
6ran
7unverified

Licence: 19 of the 19 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 yunshuwu/ContrastiveDiffusionLoss. “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.

Normalize yunshuwu/ContrastiveDiffusionLoss/network_arch/ema_ddpm_unet.py official repository ran · our draft was wrong no licence file found · pointer only · c3a6b977022957cb · report
format_time yunshuwu/ContrastiveDiffusionLoss/dnnlib/util.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 674eca7b9e1b6439 · report
format_time_brief yunshuwu/ContrastiveDiffusionLoss/dnnlib/util.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 32af001972a0699f · report
get_ckpt_path yunshuwu/ContrastiveDiffusionLoss/ckpt_util.py official repository ran no licence file found · pointer only · d3d30f649b83beae · report
get_ddpm_schedule yunshuwu/ContrastiveDiffusionLoss/utils.py official repository ran no licence file found · pointer only · 4a8b7eda64bac8b1 · report
get_timestep_embedding yunshuwu/ContrastiveDiffusionLoss/network_arch/ema_ddpm_unet.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · cb49209c125de1b4 · report
logistic_integrate yunshuwu/ContrastiveDiffusionLoss/utils.py official repository ran no licence file found · pointer only · 4e2ebe7dd3aa1d85 · report
logsnr_uniform_selector yunshuwu/ContrastiveDiffusionLoss/utils.py official repository ran no licence file found · pointer only · 3dfb3d007332417e · report
md5_hash yunshuwu/ContrastiveDiffusionLoss/ckpt_util.py official repository ran · our draft was wrong no licence file found · pointer only · 07d90bd6ae1be7db · report
nonlinearity yunshuwu/ContrastiveDiffusionLoss/network_arch/ema_ddpm_unet.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 3137073275f8c21a · report
prepreation_karras yunshuwu/ContrastiveDiffusionLoss/diffusion_models/seq_samplers.py official repository ran no licence file found · pointer only · 54a1664f139dc5e9 · report
sample_fn_ddpm yunshuwu/ContrastiveDiffusionLoss/diffusion_models/seq_samplers.py official repository ran no licence file found · pointer only · 26e89fe4f7a4342f · report
ask_yes_no yunshuwu/ContrastiveDiffusionLoss/dnnlib/util.py official repository unverified no licence file found · pointer only · 9d31d2c4cd16bb2d · report
parasam_forward yunshuwu/ContrastiveDiffusionLoss/diffusion_models/_para_samplers.py official repository unverified no licence file found · pointer only · a09285676a1aca60 · report
parasam_forward yunshuwu/ContrastiveDiffusionLoss/diffusion_models/para_samplers.py official repository unverified no licence file found · pointer only · 52b472cd0e155aa1 · report
parasam_forward yunshuwu/ContrastiveDiffusionLoss/diffusion_models/para_samplers_visualization.py official repository unverified no licence file found · pointer only · bb3944742c2d662a · report
parasam_forward_mmd yunshuwu/ContrastiveDiffusionLoss/diffusion_models/para_samplers.py official repository unverified no licence file found · pointer only · 709391ce90e2c2c5 · report
parasam_forward_mmd yunshuwu/ContrastiveDiffusionLoss/diffusion_models/para_samplers_visualization.py official repository unverified no licence file found · pointer only · b9df12d4cc178f7b · report
sample_fn_karras yunshuwu/ContrastiveDiffusionLoss/diffusion_models/seq_samplers.py official repository unverified no licence file found · pointer only · 501d3dd1ed3f35a2 · report

Tasks

Denoising

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DiffusionSPEED

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