Papers › DiffWave: A Versatile Diffusion Model for Audio Synthesis

DiffWave: A Versatile Diffusion Model for Audio Synthesis

21 Sep 2020ICLR 2021 1arXiv:2009.09761archive 2025-07-28

Zhifeng Kong, Wei Ping, Jiaji Huang, Kexin Zhao, Bryan Catanzaro

In this work, we propose DiffWave, a versatile diffusion probabilistic model for conditional and unconditional waveform generation. The model is non-autoregressive, and converts the white noise signal into structured waveform through a Markov chain with a constant number of steps at synthesis. It is efficiently trained by optimizing a variant of variational bound on the data likelihood. DiffWave produces high-fidelity audios in different waveform generation tasks, including neural vocoding conditioned on mel spectrogram, class-conditional generation, and unconditional generation. We demonstrate that DiffWave matches a strong WaveNet vocoder in terms of speech quality (MOS: 4.44 versus 4.43), while synthesizing orders of magnitude faster. In particular, it significantly outperforms autoregressive and GAN-based waveform models in the challenging unconditional generation task in terms of audio quality and sample diversity from various automatic and human evaluations.

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

Code

Syntology Ran 20 of 33 code samples harvested from 7 repositories linked to this paper; 13 have no recorded run. Of those that ran: 1 ran · honoured contract; 5 ran · our draft was wrong; 2 ran · fixture could not drive it; 12 ran with no contract checked.

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

albertfgu/diffwave-sashimi mentioned on GitHubpytorch report
lmnt-com/diffwave mentioned on GitHubpytorch report
neillu23/DiffuSE mentioned on GitHubpytorch report
neillu23/cdiffuse mentioned on GitHubpytorch report
philsyn/diffwave-unconditional mentioned on GitHubpytorch report
philsyn/diffwave-vocoder mentioned on GitHubpytorch report
revsic/jax-variational-diffwave mentioned on GitHubjax report
revsic/tf-diffwave mentioned on GitHubtf report
revsic/torch-diffusion-wavegan mentioned on GitHubpytorch report
rf5/diffwave-unconditional 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

33 samples harvested; 20 ran; 1 honoured the contract we drafted; 13 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 · honoured contract
5ran · our draft was wrong
2ran · fixture could not drive it
12ran
13unverified

Licence: 0 of the 33 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 7 repositories linked to this paper, official or community; each sample names its own and says which. “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.

Block revsic/tf-diffwave/model/wavenet.py community (archive-listed) ran MIT (permissive) · c2e9d29ad73afee3 · report
DilatedConv1d revsic/tf-diffwave/model/wavenet.py community (archive-listed) ran MIT (permissive) · 40788d0b1d2bbd8d · report
DropoutNd albertfgu/diffwave-sashimi/models/sashimi.py community (archive-listed) ran fingerprinted MIT (permissive) · a3f231254531ca29 · report
FF albertfgu/diffwave-sashimi/models/sashimi.py community (archive-listed) ran MIT (permissive) · b0cd4a9d2315aee9 · report
LinearActivation albertfgu/diffwave-sashimi/models/sashimi.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 4f863cfb47139983 · report
PDense revsic/torch-diffusion-wavegan/dwg/scheduler.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 1d4ef60064b66227 · report
Residual_block philsyn/diffwave-vocoder/WaveNet.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 7a4192bba84c7e1b · report
Residual_block philsyn/diffwave-unconditional/WaveNet.py community (archive-listed) ran MIT (permissive) · cd42b9ebf7ce28c5 · report
Residual_group philsyn/diffwave-vocoder/WaveNet.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · e78a392991e48453 · report
Residual_group philsyn/diffwave-unconditional/WaveNet.py community (archive-listed) ran MIT (permissive) · 8a85c4839855e906 · report
Residual_group rf5/diffwave-unconditional/WaveNet.py community (archive-listed) ran · metamorphic tier: well formed MIT (permissive) · 4aab084ebeeec4e5 · report
Scheduler revsic/torch-diffusion-wavegan/dwg/scheduler.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 1c7cc424d9517d3f · report
TransposedLN albertfgu/diffwave-sashimi/models/sashimi.py community (archive-listed) ran fingerprinted MIT (permissive) · a3b902a89af68b29 · report
calc_diffusion_step_embedding philsyn/diffwave-vocoder/WaveNet.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · e56bda7f4e21073b · report
calc_diffusion_step_embedding rf5/diffwave-unconditional/WaveNet.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 340fd762c50dbcd3 · report
dplr albertfgu/diffwave-sashimi/models/sashimi.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 45091dfbbeb536a4 · report
nplr albertfgu/diffwave-sashimi/models/sashimi.py community (archive-listed) ran · our draft was wrong MIT (permissive) · e16d05511b7f3b9c · report
power albertfgu/diffwave-sashimi/models/sashimi.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · de72ca35554966ec · report
rank_correction albertfgu/diffwave-sashimi/models/sashimi.py community (archive-listed) ran · honoured contract MIT (permissive) · f442a4d34c7cc88c · report
transition albertfgu/diffwave-sashimi/models/sashimi.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 3752f5434bff09e4 · report
DiffWave revsic/jax-variational-diffwave/vlbdiffwave/diffwave.py community (archive-listed) unverified MIT (permissive) · c31b8a40c950b42f · report
DiffWaveBlock albertfgu/diffwave-sashimi/models/sashimi.py community (archive-listed) unverified MIT (permissive) · b7a3bf2ec8acf1a9 · report
OptimModule albertfgu/diffwave-sashimi/models/sashimi.py community (archive-listed) unverified MIT (permissive) · dbc3dbbcec5cea25 · report
S4 albertfgu/diffwave-sashimi/models/sashimi.py community (archive-listed) unverified MIT (permissive) · 728c49623235e291 · report
SSKernel albertfgu/diffwave-sashimi/models/sashimi.py community (archive-listed) unverified MIT (permissive) · 973900927c12a940 · report
SSKernelDiag albertfgu/diffwave-sashimi/models/sashimi.py community (archive-listed) unverified MIT (permissive) · 4ad6f2c5ec72a024 · report
SSKernelNPLR albertfgu/diffwave-sashimi/models/sashimi.py community (archive-listed) unverified MIT (permissive) · 2437fe83d525eec9 · report
WaveNet revsic/tf-diffwave/model/wavenet.py community (archive-listed) unverified MIT (permissive) · 2ff412c7141276c0 · report
WaveNetBlock revsic/jax-variational-diffwave/vlbdiffwave/diffwave.py community (archive-listed) unverified MIT (permissive) · 51373087a8e970b5 · report
WaveNet_Speech_Commands philsyn/diffwave-unconditional/WaveNet.py community (archive-listed) unverified MIT (permissive) · dceb874ae6c13ea1 · report
WaveNet_vocoder philsyn/diffwave-vocoder/WaveNet.py community (archive-listed) unverified MIT (permissive) · 200138f29cbeb7d1 · report
combination albertfgu/diffwave-sashimi/models/sashimi.py community (archive-listed) unverified MIT (permissive) · 0853943b994b009b · report
ssm albertfgu/diffwave-sashimi/models/sashimi.py community (archive-listed) unverified MIT (permissive) · 19f354cdfb484c16 · report

Tasks

Audio SynthesisDiversitySpeech Synthesismodel

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Speech Synthesis LJSpeech DiffWave LARGE Mean Opinion Score 4.44 #2 of 4 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

DiffusionDilated Causal ConvolutionMixture of Logistic DistributionsWaveNet

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