Papers › Tackling the Generative Learning Trilemma with Denoising Diffusion GANs

Tackling the Generative Learning Trilemma with Denoising Diffusion GANs

15 Dec 2021ICLR 2022 4arXiv:2112.07804archive 2025-07-28

Zhisheng Xiao, Karsten Kreis, Arash Vahdat

A wide variety of deep generative models has been developed in the past decade. Yet, these models often struggle with simultaneously addressing three key requirements including: high sample quality, mode coverage, and fast sampling. We call the challenge imposed by these requirements the generative learning trilemma, as the existing models often trade some of them for others. Particularly, denoising diffusion models have shown impressive sample quality and diversity, but their expensive sampling does not yet allow them to be applied in many real-world applications. In this paper, we argue that slow sampling in these models is fundamentally attributed to the Gaussian assumption in the denoising step which is justified only for small step sizes. To enable denoising with large steps, and hence, to reduce the total number of denoising steps, we propose to model the denoising distribution using a complex multimodal distribution. We introduce denoising diffusion generative adversarial networks (denoising diffusion GANs) that model each denoising step using a multimodal conditional GAN. Through extensive evaluations, we show that denoising diffusion GANs obtain sample quality and diversity competitive with original diffusion models while being 2000× faster on the CIFAR-10 dataset. Compared to traditional GANs, our model exhibits better mode coverage and sample diversity. To the best of our knowledge, denoising diffusion GAN is the first model that reduces sampling cost in diffusion models to an extent that allows them to be applied to real-world applications inexpensively. Project page and code can be found at https://nvlabs.github.io/denoising-diffusion-gan

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

Code

Syntology Ran 1 of 12 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · violated contract.

By repository: community (archive-listed): 12 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

NVlabs/denoising-diffusion-gan officialmentioned on GitHubpytorchNOASSERTION report
keonlee9420/DiffGAN-TTS mentioned on GitHubpytorch report
komyeongjin/specdiff-gan mentioned on GitHubpytorchMIT report
revsic/torch-diffusion-wavegan 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

12 samples harvested; 1 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.

1ran · violated contract
11unverified

Licence: 0 of the 12 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 taki0112/denoising-diffusion-gan-Tensorflow. “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.

var_func_geometric taki0112/denoising-diffusion-gan-Tensorflow/src/ops.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · 65846ba5525a01b5 · report
adjust_dynamic_range taki0112/denoising-diffusion-gan-Tensorflow/src/utils.py community (archive-listed) unverified MIT (permissive) · 580ee01331365cc1 · report
compute_paddings taki0112/denoising-diffusion-gan-Tensorflow/src/cuda/upfirdn_2d.py community (archive-listed) unverified MIT (permissive) · 809eb892e3916de5 · report
downsample_2d taki0112/denoising-diffusion-gan-Tensorflow/src/cuda/upfirdn_2d_ref.py community (archive-listed) unverified MIT (permissive) · 66260595985bc021 · report
extract taki0112/denoising-diffusion-gan-Tensorflow/src/ops.py community (archive-listed) unverified MIT (permissive) · 54562f70618bd9f0 · report
get_plugin taki0112/denoising-diffusion-gan-Tensorflow/src/cuda/custom_ops.py community (archive-listed) unverified MIT (permissive) · 410f4fa3e787a8a1 · report
inception_processing taki0112/denoising-diffusion-gan-Tensorflow/src/evaluation/frechet_inception_distance.py community (archive-listed) unverified MIT (permissive) · 790a9397a9de1ad7 · report
preprocess_fit_train_image taki0112/denoising-diffusion-gan-Tensorflow/src/utils.py community (archive-listed) unverified MIT (permissive) · d1193687d98d105e · report
random_flip_left_right taki0112/denoising-diffusion-gan-Tensorflow/src/utils.py community (archive-listed) unverified MIT (permissive) · 6fd5e92319c6c9fa · report
torch_normalization taki0112/denoising-diffusion-gan-Tensorflow/src/evaluation/frechet_inception_distance.py community (archive-listed) unverified MIT (permissive) · bd7cdd9c69d44405 · report
upsample_2d taki0112/denoising-diffusion-gan-Tensorflow/src/cuda/upfirdn_2d_ref.py community (archive-listed) unverified MIT (permissive) · 09f6c79e38f3a845 · report
var_func_vp taki0112/denoising-diffusion-gan-Tensorflow/src/ops.py community (archive-listed) unverified MIT (permissive) · bfea3e00a742cd88 · report

Tasks

DiversityImage Generation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Generation CelebA-HQ 256x256 DDGAN FID 7.64 #9 of 19 Archive leaderboard report
Image Generation LSUN Churches 256 x 256 DDGAN FID 5.25 #19 of 27 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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