Papers › gDDIM: Generalized denoising diffusion implicit models

gDDIM: Generalized denoising diffusion implicit models

11 Jun 2022arXiv:2206.05564archive 2025-07-28

Qinsheng Zhang, Molei Tao, Yongxin Chen

Our goal is to extend the denoising diffusion implicit model (DDIM) to general diffusion models~(DMs) besides isotropic diffusions. Instead of constructing a non-Markov noising process as in the original DDIM, we examine the mechanism of DDIM from a numerical perspective. We discover that the DDIM can be obtained by using some specific approximations of the score when solving the corresponding stochastic differential equation. We present an interpretation of the accelerating effects of DDIM that also explains the advantages of a deterministic sampling scheme over the stochastic one for fast sampling. Building on this insight, we extend DDIM to general DMs, coined generalized DDIM (gDDIM), with a small but delicate modification in parameterizing the score network. We validate gDDIM in two non-isotropic DMs: Blurring diffusion model (BDM) and Critically-damped Langevin diffusion model (CLD). We observe more than 20 times acceleration in BDM. In the CLD, a diffusion model by augmenting the diffusion process with velocity, our algorithm achieves an FID score of 2.26, on CIFAR10, with only 50 number of score function evaluations~(NFEs) and an FID score of 2.86 with only 27 NFEs. Code is available at https://github.com/qsh-zh/gDDIM

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.05564")

Code

Syntology Ran 2 of 13 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 2 ran · our draft was wrong.

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

qsh-zh/gDDIM officialmentioned in papermentioned on GitHubjaxApache-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

13 samples harvested; 2 ran; 0 honoured the contract we drafted; 11 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.

2ran · our draft was wrong
11unverified

Licence: 0 of the 13 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 qsh-zh/gDDIM. “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.

get_data_inverse_scaler qsh-zh/gDDIM/blur_jax/datasets.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 6c419026e778dee2 · report
get_data_scaler qsh-zh/gDDIM/blur_jax/datasets.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 346d2e6cc8b48a5d · report
classifier_fn_from_tfhub qsh-zh/gDDIM/blur_jax/evaluation.py official repository unverified Apache-2.0 (permissive) · 54a00db9aadf092f · report
crop_resize qsh-zh/gDDIM/blur_jax/datasets.py official repository unverified Apache-2.0 (permissive) · fd14d238ccd5f679 · report
default_init qsh-zh/gDDIM/blur_jax/models/layers.py official repository unverified Apache-2.0 (permissive) · f537ef3271967db2 · report
get_act qsh-zh/gDDIM/blur_jax/models/layers.py official repository unverified Apache-2.0 (permissive) · d513609dfe366c7a · report
get_eps_coef_worker_fn qsh-zh/gDDIM/blur_jax/deis.py official repository unverified Apache-2.0 (permissive) · 0799e47f0b8f6e3f · report
get_normalization qsh-zh/gDDIM/blur_jax/models/normalization.py official repository unverified Apache-2.0 (permissive) · bc1b60776e93f98c · report
get_optimizer qsh-zh/gDDIM/blur_jax/losses.py official repository unverified Apache-2.0 (permissive) · a62e3de255f21e59 · report
ncsn_conv1x1 qsh-zh/gDDIM/blur_jax/models/layers.py official repository unverified Apache-2.0 (permissive) · 0565e49d381b2ef0 · report
optimization_manager qsh-zh/gDDIM/blur_jax/losses.py official repository unverified Apache-2.0 (permissive) · 562a245a3880c52b · report
runge_kutta qsh-zh/gDDIM/blur_jax/deis.py official repository unverified Apache-2.0 (permissive) · a60d8113b6861b0e · report
single_poly_coef qsh-zh/gDDIM/blur_jax/deis.py official repository unverified Apache-2.0 (permissive) · dc3aa97fa4491cac · report

Tasks

Denoising

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