Papers › Fast Diffusion Model

Fast Diffusion Model

12 Jun 2023arXiv:2306.06991archive 2025-07-28

Zike Wu, Pan Zhou, Kenji Kawaguchi, Hanwang Zhang

Diffusion models (DMs) have been adopted across diverse fields with its remarkable abilities in capturing intricate data distributions. In this paper, we propose a Fast Diffusion Model (FDM) to significantly speed up DMs from a stochastic optimization perspective for both faster training and sampling. We first find that the diffusion process of DMs accords with the stochastic optimization process of stochastic gradient descent (SGD) on a stochastic time-variant problem. Then, inspired by momentum SGD that uses both gradient and an extra momentum to achieve faster and more stable convergence than SGD, we integrate momentum into the diffusion process of DMs. This comes with a unique challenge of deriving the noise perturbation kernel from the momentum-based diffusion process. To this end, we frame the process as a Damped Oscillation system whose critically damped state -- the kernel solution -- avoids oscillation and yields a faster convergence speed of the diffusion process. Empirical results show that our FDM can be applied to several popular DM frameworks, e.g., VP, VE, and EDM, and reduces their training cost by about 50% with comparable image synthesis performance on CIFAR-10, FFHQ, and AFHQv2 datasets. Moreover, FDM decreases their sampling steps by about 3x to achieve similar performance under the same samplers. The code is available at https://github.com/sail-sg/FDM.

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

Code

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

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

sail-sg/fdm officialmentioned in papermentioned on GitHubpytorchApache-2.0 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

17 samples harvested; 11 ran; 3 honoured the contract we drafted; 6 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.

3ran · honoured contract
5ran · our draft was wrong
1ran · fixture could not drive it
2ran
6unverified

Licence: 0 of the 17 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 sail-sg/fdm. “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.

interpolate_fn sail-sg/fdm/dpm_solver.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 6a35b62fbc80f70a · report
calculate_fid_from_inception_stats sail-sg/fdm/fid.py official repository ran · honoured contract Apache-2.0 (permissive) · 45e941764344e7f3 · report
constant sail-sg/fdm/torch_utils/misc.py official repository ran Apache-2.0 (permissive) · 6d32f9cf6f29b386 · report
expand_dims sail-sg/fdm/dpm_solver.py official repository ran · our draft was wrong Apache-2.0 (permissive) · e6110366588c5c65 · report
file_ext sail-sg/fdm/dataset_tool.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · a2b45afa097b55b6 · report
format_time sail-sg/fdm/dnnlib/util.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 674eca7b9e1b6439 · report
format_time_brief sail-sg/fdm/dnnlib/util.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 32af001972a0699f · report
maybe_min sail-sg/fdm/dataset_tool.py official repository ran · honoured contract Apache-2.0 (permissive) · dd1dc700e87f36cc · report
parse_int_list sail-sg/fdm/generate.py official repository ran · honoured contract Apache-2.0 (permissive) · cacd4f6ec202d9b4 · report
parse_tuple sail-sg/fdm/dataset_tool.py official repository ran Apache-2.0 (permissive) · 07b21b35ecb4815c · report
weight_init sail-sg/fdm/training/networks.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · d41a4250066bce93 · report
ask_yes_no sail-sg/fdm/dnnlib/util.py official repository unverified Apache-2.0 (permissive) · 9d31d2c4cd16bb2d · report
edm_sampler sail-sg/fdm/generate.py official repository unverified Apache-2.0 (permissive) · 8b16b0674af254db · report
is_persistent sail-sg/fdm/torch_utils/persistence.py official repository unverified Apache-2.0 (permissive) · e8b31ffccfa05efc · report
model_wrapper sail-sg/fdm/dpm_solver.py official repository unverified Apache-2.0 (permissive) · 97b0ff6064fc438d · report
params_and_buffers sail-sg/fdm/torch_utils/misc.py official repository unverified Apache-2.0 (permissive) · b5ae713738eb4d27 · report
profiled_function sail-sg/fdm/torch_utils/misc.py official repository unverified Apache-2.0 (permissive) · f4664bbb3c2df6e0 · report

Tasks

Image Generationmodel

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DiffusionSGDSGD with MomentumSPEED

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