Papers › Fast Sampling of Diffusion Models via Operator Learning

Fast Sampling of Diffusion Models via Operator Learning

24 Nov 2022arXiv:2211.13449archive 2025-07-28

Hongkai Zheng, Weili Nie, Arash Vahdat, Kamyar Azizzadenesheli, Anima Anandkumar

Diffusion models have found widespread adoption in various areas. However, their sampling process is slow because it requires hundreds to thousands of network evaluations to emulate a continuous process defined by differential equations. In this work, we use neural operators, an efficient method to solve the probability flow differential equations, to accelerate the sampling process of diffusion models. Compared to other fast sampling methods that have a sequential nature, we are the first to propose a parallel decoding method that generates images with only one model forward pass. We propose diffusion model sampling with neural operator (DSNO) that maps the initial condition, i.e., Gaussian distribution, to the continuous-time solution trajectory of the reverse diffusion process. To model the temporal correlations along the trajectory, we introduce temporal convolution layers that are parameterized in the Fourier space into the given diffusion model backbone. We show our method achieves state-of-the-art FID of 3.78 for CIFAR-10 and 7.83 for ImageNet-64 in the one-model-evaluation setting.

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

Code

Syntology Ran 4 of 19 code samples harvested from 1 repository linked to this paper; 15 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 3 ran with no contract checked.

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

devzhk/dsno-pytorch officialmentioned in papermentioned on GitHubpytorchMIT 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; 4 ran; 0 honoured the contract we drafted; 15 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.

1ran · our draft was wrong
3ran
15unverified

Licence: 0 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 devzhk/dsno-pytorch. “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.

data_sampler devzhk/dsno-pytorch/utils/data_helper.py official repository ran · our draft was wrong MIT (permissive) · dbb756dcd778f52f · report
default_init devzhk/dsno-pytorch/models/layers.py official repository ran MIT (permissive) · 04548c6c9fff2b3f · report
get_timestep_embedding devzhk/dsno-pytorch/models/layers.py official repository ran fingerprinted MIT (permissive) · b663f5d919fd45e0 · report
variance_scaling devzhk/dsno-pytorch/models/layers.py official repository ran MIT (permissive) · f34882fce4b22d20 · report
build_state_map devzhk/dsno-pytorch/models/utils.py official repository unverified MIT (permissive) · 4038cee0912727be · report
get_idx devzhk/dsno-pytorch/generate_imagenet.py official repository unverified MIT (permissive) · a57d49ef17dbed05 · report
get_key_map devzhk/dsno-pytorch/models/utils.py official repository unverified MIT (permissive) · 0e7775bc8f637675 · report
get_logsnr_input devzhk/dsno-pytorch/models/tddpmm.py official repository unverified MIT (permissive) · 3470bcd60748b7b6 · report
get_logsnr_schedule devzhk/dsno-pytorch/models/tddpmm.py official repository unverified MIT (permissive) · 347413fbd8917c6f · report
get_random_label devzhk/dsno-pytorch/generate_imagenet.py official repository unverified MIT (permissive) · 71c9af712b11fc4b · report
get_weight devzhk/dsno-pytorch/models/up_or_down_sampling.py official repository unverified MIT (permissive) · 8db300b9f1afb2d3 · report
naive_downsample_2d devzhk/dsno-pytorch/models/up_or_down_sampling.py official repository unverified MIT (permissive) · 9375ef0a6c4c1787 · report
naive_upsample_2d devzhk/dsno-pytorch/models/up_or_down_sampling.py official repository unverified MIT (permissive) · a7d9bb56776bab6d · report
percepLoss devzhk/dsno-pytorch/utils/loss.py official repository unverified MIT (permissive) · f28952b5b1c172f0 · report
save2dir devzhk/dsno-pytorch/generate_imagenet.py official repository unverified MIT (permissive) · 48a5788c680cb78a · report
scaled_dot_product devzhk/dsno-pytorch/models/layersmt.py official repository unverified MIT (permissive) · 770ce3af9e8428eb · report
split_list devzhk/dsno-pytorch/utils/dataset.py official repository unverified MIT (permissive) · c393b5de24f2b4b2 · report
weightedL1 devzhk/dsno-pytorch/utils/loss.py official repository unverified MIT (permissive) · 2a97a27262e3dd56 · report
weightedL2 devzhk/dsno-pytorch/utils/loss.py official repository unverified MIT (permissive) · 36b2614c0d8fb14d · report

Tasks

Operator learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ConvolutionDiffusion

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