Papers › Denoising Diffusion Implicit Models

Denoising Diffusion Implicit Models

6 Oct 2020ICLR 2021 1arXiv:2010.02502archive 2025-07-28

Jiaming Song, Chenlin Meng, Stefano Ermon

Denoising diffusion probabilistic models (DDPMs) have achieved high quality image generation without adversarial training, yet they require simulating a Markov chain for many steps to produce a sample. To accelerate sampling, we present denoising diffusion implicit models (DDIMs), a more efficient class of iterative implicit probabilistic models with the same training procedure as DDPMs. In DDPMs, the generative process is defined as the reverse of a Markovian diffusion process. We construct a class of non-Markovian diffusion processes that lead to the same training objective, but whose reverse process can be much faster to sample from. We empirically demonstrate that DDIMs can produce high quality samples 10 × to 50 × faster in terms of wall-clock time compared to DDPMs, allow us to trade off computation for sample quality, and can perform semantically meaningful image interpolation directly in the latent space.

PaperPDFConference PDFCodeCode 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="2010.02502")

Code

Syntology Ran 28 of 50 code samples harvested from 13 repositories linked to this paper; 22 have no recorded run. Of those that ran: 6 ran · honoured contract; 1 ran · violated contract; 10 ran · our draft was wrong; 5 ran · fixture could not drive it; 6 ran with no contract checked.

By repository: official repository: 1 sample from 1 repository, 1 ran; community (archive-listed): 48 samples from 12 repositories, 26 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

29 repositories listed; official and paper-mentioned ones first.

ermongroup/ddim officialmentioned in papermentioned on GitHubpytorch report
acids-ircam/diffusion_models mentioned on GitHubpytorch report
ai4science-westlakeu/cl_diffphycon mentioned on GitHubpytorchMIT report
arpitbansal297/cold-diffusion-models mentioned on GitHubpytorch report
clu0/unet.cu mentioned on GitHubpytorch report
crowsonkb/v-diffusion-jax mentioned on GitHubjax report
dzq84/MusicScore-script mentioned on GitHubpytorch report
hankpipi/diffusers-hetu mentioned on GitHubjaxApache-2.0 report
liaopeiyuan/pndm mentioned on GitHubpytorch report
locuslab/deq-ddim mentioned on GitHubpytorch report
luping-liu/PNDM mentioned on GitHubpytorch report
lzhmeng/lca mentioned on GitHubpytorch report
milmor/diffusion-transformer-keras mentioned on GitHubtfMIT report
openai/improved-diffusion mentioned on GitHubpytorch report
roselv/research_super-resolution mentioned on GitHubpytorch report
sillsill777/Diffusion mentioned on GitHubpytorch report
tcl9876/denoising_synthesis mentioned on GitHubtf report
teticio/audio-diffusion mentioned on GitHubpytorchGPL-3.0 report
thomaskerdreux/pdm_sar_insar_generation mentioned on GitHubpytorch report
vios-s/diff-scm mentioned on GitHubpytorch report
MS-P3/code4 mindspore 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

50 samples harvested; 28 ran; 6 honoured the contract we drafted; 22 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.

6ran · honoured contract
1ran · violated contract
10ran · our draft was wrong
5ran · fixture could not drive it
6ran
22unverified

Licence: 5 of the 50 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 13 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

generalized_steps ermongroup/ddim/functions/denoising.py official repository ran · fixture could not drive it MIT (permissive) · d47e6201b6d56d24 · report
DDIM_Sampler sillsill777/Diffusion/src/diffusion.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 90c29baae4786a34 · report
DenoiseDiffusion cjfghk5697/Pytorch-Research-Paper-Implementations/Diffusion/DDIM/utils.py community (archive-listed) ran MIT (permissive) · c370ef3ea0fa0679 · report
DiffusionModel MaximeVandegar/Papers-in-100-Lines-of-Code/Denoising_Diffusion_Implicit_Models/ddim.py community (archive-listed) ran MIT (permissive) · 6fc3db72787362d1 · report
GaussianDiffusion vios-s/diff-scm/diff_scm/models/respace.py community (archive-listed) ran Apache-2.0 (permissive) · 1c689f4f46a815d7 · report
GaussianDiffusion roselv/research_super-resolution/improved_diffusion/respace.py community (archive-listed) ran no licence file found · pointer only · df3592aebd0cf5fb · report
NoBackendFound ai4science-westlakeu/cl_diffphycon/diffusion/diffusion_2d.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 5f9df048692654a5 · report
_extract_into_tensor vios-s/diff-scm/diff_scm/models/respace.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · c0914b56b436e16e · report
_extract_into_tensor thomaskerdreux/pdm_sar_insar_generation/improved_diffusion/respace.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 9d4faf5271f6d099 · report
approx_standard_normal_cdf dan8991/Image-coding-perceptual-enhancement-with-diffusion-models/improved_diffusion/losses.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · cfd76fd0d89574a4 · report
approx_standard_normal_cdf thomaskerdreux/pdm_sar_insar_generation/improved_diffusion/respace.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 770545141dcc88e9 · report
betas_for_alpha_bar dan8991/Image-coding-perceptual-enhancement-with-diffusion-models/improved_diffusion/gaussian_diffusion.py community (archive-listed) ran · honoured contract MIT (permissive) · 2ab2316ac6fdd869 · report
create_named_schedule_sampler dan8991/Image-coding-perceptual-enhancement-with-diffusion-models/improved_diffusion/resample.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 35572566acf61c78 · report
discretized_gaussian_log_likelihood dan8991/Image-coding-perceptual-enhancement-with-diffusion-models/improved_diffusion/losses.py community (archive-listed) ran · our draft was wrong MIT (permissive) · cd33283d615fb3d7 · report
discretized_gaussian_log_likelihood thomaskerdreux/pdm_sar_insar_generation/improved_diffusion/respace.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 235921fca3756724 · report
extract ai4science-westlakeu/cl_diffphycon/diffusion/diffusion_2d.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 83246126c5853561 · report
gather cjfghk5697/Pytorch-Research-Paper-Implementations/Diffusion/DDIM/utils.py community (archive-listed) ran · our draft was wrong MIT (permissive) · ea4eae1fc415c0a6 · report
gen_order_1 liaopeiyuan/pndm/runner/method.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 8bdf90c511d6d2f4 · report
generalized_steps_fp_ddim locuslab/deq-ddim/functions/denoising.py community (archive-listed) ran · our draft was wrong MIT (permissive) · dbae5423e8c79d4a · report
get_named_beta_schedule dan8991/Image-coding-perceptual-enhancement-with-diffusion-models/improved_diffusion/gaussian_diffusion.py community (archive-listed) ran · honoured contract MIT (permissive) · a086d6286a40b889 · report
linear_beta_schedule ai4science-westlakeu/cl_diffphycon/diffusion/diffusion_2d.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 6a00659c3eac0648 · report
normal_kl dan8991/Image-coding-perceptual-enhancement-with-diffusion-models/improved_diffusion/losses.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · cf2798b666b231ca · report
normal_kl thomaskerdreux/pdm_sar_insar_generation/improved_diffusion/respace.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · a9f45d5b9f695246 · report
parse_resume_step_from_filename dan8991/Image-coding-perceptual-enhancement-with-diffusion-models/improved_diffusion/train_util.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 76313eaf1a6e8f2a · report
sigmoid_beta_schedule ai4science-westlakeu/cl_diffphycon/diffusion/diffusion_2d.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 42f0a0d13dfa897c · report
space_timesteps dan8991/Image-coding-perceptual-enhancement-with-diffusion-models/improved_diffusion/respace.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 9b6e4e070473e76f · report
zero_module dan8991/Image-coding-perceptual-enhancement-with-diffusion-models/improved_diffusion/nn.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 129b804760b3115f · report
DDIMSampler lzhmeng/lca/ldm/models/diffusion/ddim.py community (archive-listed) unverified no licence file found · pointer only · 2f3f43c470a3f1f5 · report
GaussianDiffusion ai4science-westlakeu/cl_diffphycon/diffusion/diffusion_2d.py community (archive-listed) unverified MIT (permissive) · ad236506b49f3e1a · report
GaussianDiffusion thomaskerdreux/pdm_sar_insar_generation/improved_diffusion/respace.py community (archive-listed) unverified MIT (permissive) · d4f7305d0fb61bbc · report
LossType thomaskerdreux/pdm_sar_insar_generation/improved_diffusion/respace.py community (archive-listed) unverified MIT (permissive) · a7bd467e8d6a25f8 · report
SpacedDiffusion vios-s/diff-scm/diff_scm/models/respace.py community (archive-listed) unverified Apache-2.0 (permissive) · c96205f522de7689 · report
SpacedDiffusion roselv/research_super-resolution/improved_diffusion/respace.py community (archive-listed) unverified no licence file found · pointer only · 9c0f3e1c3c31ac12 · report
SpacedDiffusion thomaskerdreux/pdm_sar_insar_generation/improved_diffusion/respace.py community (archive-listed) unverified MIT (permissive) · 09b989b1d38c4c5e · report
_WrappedModel thomaskerdreux/pdm_sar_insar_generation/improved_diffusion/respace.py community (archive-listed) unverified MIT (permissive) · 652d72eb6c09c0c5 · report
avg_pool_nd dan8991/Image-coding-perceptual-enhancement-with-diffusion-models/improved_diffusion/nn.py community (archive-listed) unverified MIT (permissive) · ecd0fc28815b65ae · report
conv_nd dan8991/Image-coding-perceptual-enhancement-with-diffusion-models/improved_diffusion/nn.py community (archive-listed) unverified MIT (permissive) · fe4eb545bbb728e0 · report
cosine_beta_schedule ai4science-westlakeu/cl_diffphycon/diffusion/diffusion_2d.py community (archive-listed) unverified MIT (permissive) · 071922f4a3ff4a0f · report
create_model dan8991/Image-coding-perceptual-enhancement-with-diffusion-models/improved_diffusion/script_util.py community (archive-listed) unverified MIT (permissive) · 054f55da997b7f04 · report
create_model_and_diffusion dan8991/Image-coding-perceptual-enhancement-with-diffusion-models/improved_diffusion/script_util.py community (archive-listed) unverified MIT (permissive) · f4409032385d5a9f · report
get_rate dan8991/Image-coding-perceptual-enhancement-with-diffusion-models/improved_diffusion/train_util.py community (archive-listed) unverified MIT (permissive) · 3b22181998058aea · report
get_scale_table dan8991/Image-coding-perceptual-enhancement-with-diffusion-models/improved_diffusion/unet.py community (archive-listed) unverified MIT (permissive) · 539ad5765db599ac · report
make_master_params dan8991/Image-coding-perceptual-enhancement-with-diffusion-models/improved_diffusion/fp16_util.py community (archive-listed) unverified MIT (permissive) · a863803cdd5f3ce6 · report
make_output_format dan8991/Image-coding-perceptual-enhancement-with-diffusion-models/improved_diffusion/logger.py community (archive-listed) unverified MIT (permissive) · b2962581b6ee5713 · report
mpi_weighted_mean dan8991/Image-coding-perceptual-enhancement-with-diffusion-models/improved_diffusion/logger.py community (archive-listed) unverified MIT (permissive) · e515a67f7f32e76d · report
profile dan8991/Image-coding-perceptual-enhancement-with-diffusion-models/improved_diffusion/logger.py community (archive-listed) unverified MIT (permissive) · a44b129e592dde0c · report
sample_step crowsonkb/v-diffusion-jax/diffusion/sampling.py community (archive-listed) unverified MIT (permissive) · 98e6bf4f8ba372cd · report
sr_create_model_and_diffusion dan8991/Image-coding-perceptual-enhancement-with-diffusion-models/improved_diffusion/script_util.py community (archive-listed) unverified MIT (permissive) · c3bbe37b1f68ac0e · report
unflatten_master_params dan8991/Image-coding-perceptual-enhancement-with-diffusion-models/improved_diffusion/fp16_util.py community (archive-listed) unverified MIT (permissive) · 30e43bcf12d042b0 · report
default identical code first harvested elsewhere ran · violated contract licence of this copy not recorded · d1ef6b8cb9a28a53 · report

Tasks

DenoisingImage Generation

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