Papers › Elucidating the Design Space of Diffusion-Based Generative Models

Elucidating the Design Space of Diffusion-Based Generative Models

1 Jun 2022arXiv:2206.00364archive 2025-07-28

Tero Karras, Miika Aittala, Timo Aila, Samuli Laine

We argue that the theory and practice of diffusion-based generative models are currently unnecessarily convoluted and seek to remedy the situation by presenting a design space that clearly separates the concrete design choices. This lets us identify several changes to both the sampling and training processes, as well as preconditioning of the score networks. Together, our improvements yield new state-of-the-art FID of 1.79 for CIFAR-10 in a class-conditional setting and 1.97 in an unconditional setting, with much faster sampling (35 network evaluations per image) than prior designs. To further demonstrate their modular nature, we show that our design changes dramatically improve both the efficiency and quality obtainable with pre-trained score networks from previous work, including improving the FID of a previously trained ImageNet-64 model from 2.07 to near-SOTA 1.55, and after re-training with our proposed improvements to a new SOTA of 1.36.

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

Code

Syntology Ran 11 of 21 code samples harvested from 5 repositories linked to this paper; 10 have no recorded run. Of those that ran: 7 ran · honoured contract; 3 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: community (archive-listed): 13 samples from 5 repositories, 6 ran; 8 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.

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

nvlabs/edm officialmentioned in papermentioned on GitHubpytorchNOASSERTION report
YichengDWu/tinyedm mentioned on GitHubpytorch report
carzit/sd-webui-samplers-scheduler mentioned on GitHubpytorch report
crowsonkb/k-diffusion mentioned on GitHubpytorch report
dopplerchase/cira-diff mentioned on GitHubpytorch report
friedmanroy/ctrl-shift mentioned on GitHubpytorchMIT report
intuitive-robots/beso mentioned on GitHubpytorch report
lucidrains/imagen-pytorch mentioned on GitHubpytorchMIT report
milmor/diffusion-transformer mentioned on GitHubpytorchMIT report
onefly123/PAS mentioned on GitHubpytorch report
p-hss/consistency-climate-downscaling mentioned on GitHubpytorchMIT report
pals-ttic/sjc mentioned on GitHubpytorch report
pku-ml/adainf mentioned on GitHubpytorch report
plai-group/vcdm mentioned on GitHubpytorch report
robbiewatt1/climatediffuse mentioned on GitHubpytorch report
sangyun884/fast-ode mentioned on GitHubpytorch report
stability-ai/generative-models mentioned 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

21 samples harvested; 11 ran; 7 honoured the contract we drafted; 10 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.

7ran · honoured contract
3ran · our draft was wrong
1ran · fixture could not drive it
10unverified

Licence: 13 of the 21 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 5 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.

calculate_fid_from_inception_stats plai-group/vcdm/fid.py community (archive-listed) ran · honoured contract licence not identified · pointer only · 5a0fd9882013c6a5 · report
downscale_pos crowsonkb/k-diffusion/k_diffusion/models/image_transformer_v2.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · ce526ffedb8faa2e · report
karras_t_schedule pals-ttic/sjc/adapt.py community (archive-listed) ran · honoured contract fingerprinted licence not identified · pointer only · 8285678722ad9b94 · report
power_schedule pals-ttic/sjc/adapt.py community (archive-listed) ran · honoured contract licence not identified · pointer only · c5ab2a66337ec866 · report
tsr_stats pals-ttic/sjc/run_sjc.py community (archive-listed) ran · our draft was wrong fingerprinted licence not identified · pointer only · f3cf3784fb4488db · report
zero_init crowsonkb/k-diffusion/k_diffusion/models/image_transformer_v2.py community (archive-listed) ran · our draft was wrong MIT (permissive) · d63461a574db572f · report
checkpoint crowsonkb/k-diffusion/k_diffusion/models/image_transformer_v2.py community (archive-listed) unverified MIT (permissive) · bed894f151989fee · report
edm_generalised_stochastic_sampler christopher-beckham/toy-edm/src/edm_generalised_stochastic_sampler.py community (archive-listed) unverified no licence file found · pointer only · 16450717abebe540 · report
edm_sample friedmanroy/ctrl-shift/sampling.py community (archive-listed) unverified MIT (permissive) · 34c52bd69ff1a403 · report
edm_schedule friedmanroy/ctrl-shift/sampling.py community (archive-listed) unverified MIT (permissive) · c0c71f52be7b3680 · report
extend_coords friedmanroy/ctrl-shift/generate_dist_shift.py community (archive-listed) unverified MIT (permissive) · 206dcd48bf0f2883 · report
overlap_coords friedmanroy/ctrl-shift/generate_dist_shift.py community (archive-listed) unverified MIT (permissive) · 83cbd2453e3efe71 · report
trunc_coords friedmanroy/ctrl-shift/generate_dist_shift.py community (archive-listed) unverified MIT (permissive) · a049710a973819ad · report
betas_for_alpha_bar identical code first harvested elsewhere ran · honoured contract licence of this copy not recorded · 2ab2316ac6fdd869 · report
calculate_fid_from_inception_stats identical code first harvested elsewhere ran · honoured contract licence of this copy not recorded · 45e941764344e7f3 · report
get_denoised identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 3eed7631aeebeabc · report
get_named_beta_schedule identical code first harvested elsewhere ran · honoured contract licence of this copy not recorded · a086d6286a40b889 · report
parse_int_list identical code first harvested elsewhere ran · honoured contract licence of this copy not recorded · cacd4f6ec202d9b4 · report
ablation_sampler identical code first harvested elsewhere unverified licence of this copy not recorded · daa5186ef7b993ca · report
ablation_sampler identical code first harvested elsewhere unverified licence of this copy not recorded · 9fbf646e18eed1db · report
edm_sampler identical code first harvested elsewhere unverified licence of this copy not recorded · 8b16b0674af254db · report

Tasks

Image Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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