Papers › BigVGAN: A Universal Neural Vocoder with Large-Scale Training

BigVGAN: A Universal Neural Vocoder with Large-Scale Training

9 Jun 2022arXiv:2206.04658archive 2025-07-28

Sang-gil Lee, Wei Ping, Boris Ginsburg, Bryan Catanzaro, Sungroh Yoon

Despite recent progress in generative adversarial network (GAN)-based vocoders, where the model generates raw waveform conditioned on acoustic features, it is challenging to synthesize high-fidelity audio for numerous speakers across various recording environments. In this work, we present BigVGAN, a universal vocoder that generalizes well for various out-of-distribution scenarios without fine-tuning. We introduce periodic activation function and anti-aliased representation into the GAN generator, which brings the desired inductive bias for audio synthesis and significantly improves audio quality. In addition, we train our GAN vocoder at the largest scale up to 112M parameters, which is unprecedented in the literature. We identify and address the failure modes in large-scale GAN training for audio, while maintaining high-fidelity output without over-regularization. Our BigVGAN, trained only on clean speech (LibriTTS), achieves the state-of-the-art performance for various zero-shot (out-of-distribution) conditions, including unseen speakers, languages, recording environments, singing voices, music, and instrumental audio. We release our code and model at: https://github.com/NVIDIA/BigVGAN

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

Code

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

By repository: community (archive-listed): 16 samples from 3 repositories, 7 ran; community: 1 sample 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.

nvidia/bigvgan officialmentioned in papermentioned on GitHubpytorchMIT report
sh-lee-prml/BigVGAN mentioned on GitHubpytorchMIT report
sh-lee-prml/hierspeechpp mentioned on GitHubpytorch report
sh-lee-prml/periodwave 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

17 samples harvested; 8 ran; 3 honoured the contract we drafted; 9 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
1ran · our draft was wrong
4ran
9unverified

Licence: 1 of the 17 samples is 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 4 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.

DiscriminatorP sh-lee-prml/periodwave/model/bigvganv2_discriminator.py community (archive-listed) ran MIT (permissive) · 90e3f68179747adc · report
MultiPeriodDiscriminator sh-lee-prml/periodwave/model/bigvganv2_discriminator.py community (archive-listed) ran MIT (permissive) · 655dde631187450a · report
ResBlock1 sh-lee-prml/hierspeechpp/modules.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 02d0dcf94b91a8ac · report
clones sh-lee-prml/BigVGAN/model_vits_with_bigvgan.py community (archive-listed) ran · our draft was wrong MIT (permissive) · dabc5c8e7c1ae006 · report
convert_pad_shape sh-lee-prml/BigVGAN/commons.py community (archive-listed) ran · honoured contract MIT (permissive) · 59ae0708b1e8d94b · report
get_padding sh-lee-prml/BigVGAN/commons.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · a26f85d7c72ef39a · report
unconstrained_rational_quadratic_spline sh-lee-prml/BigVGAN/transforms.py community (archive-listed) ran MIT (permissive) · 70a7614b3b3eb41f · report
discriminator_loss sh-lee-prml/BigVGAN/losses.py community (archive-listed) unverified MIT (permissive) · 896f7aae82a62114 · report
dynamic_range_compression_torch sh-lee-prml/BigVGAN/mel_processing.py community (archive-listed) unverified MIT (permissive) · 262807b9eb9706a5 · report
dynamic_range_decompression_torch sh-lee-prml/BigVGAN/mel_processing.py community (archive-listed) unverified MIT (permissive) · 78c12e563d5af53d · report
feature_loss sh-lee-prml/BigVGAN/losses.py community (archive-listed) unverified MIT (permissive) · 24e8b4731dc3e070 · report
generator_loss sh-lee-prml/BigVGAN/losses.py community (archive-listed) unverified MIT (permissive) · 6191fd9efbdd55d4 · report
intersperse sh-lee-prml/BigVGAN/commons.py community (archive-listed) unverified MIT (permissive) · c01a3efb274ff778 · report
piecewise_rational_quadratic_transform sh-lee-prml/BigVGAN/transforms.py community (archive-listed) unverified MIT (permissive) · ba6cafc4d658c14f · report
searchsorted sh-lee-prml/BigVGAN/transforms.py community (archive-listed) unverified MIT (permissive) · e85d747983c4f5d8 · report
spectral_normalize_torch sh-lee-prml/BigVGAN/mel_processing.py community (archive-listed) unverified MIT (permissive) · 26b87488d429896a · report
get_param_num Zz-ww/VITS-BigVGAN-SpanPSP-Chinese/train_vits_with_bigvgan.py community ran · honoured contract no licence file found · pointer only · f1cba67eb6d6e4ad · report

Tasks

Audio GenerationAudio SynthesisInductive BiasMusic GenerationSpeech Synthesis

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Speech Synthesis LibriTTS BigVGAN-v2 M-STFT 0.7026 #2 of 15 Archive leaderboard report
Speech Synthesis LibriTTS BigVGAN-v2 MCD 0.2903 #2 of 15 Archive leaderboard report
Speech Synthesis LibriTTS BigVGAN-v2 PESQ 4.362 #2 of 15 Archive leaderboard report
Speech Synthesis LibriTTS BigVGAN-v2 Periodicity 0.0593 #2 of 15 Archive leaderboard report
Speech Synthesis LibriTTS BigVGAN-v2 V/UV F1 0.9793 #2 of 15 Archive leaderboard report
Speech Synthesis LibriTTS BigVGAN M-STFT 0.7997 #9 of 15 Archive leaderboard report
Speech Synthesis LibriTTS BigVGAN MCD 0.3745 #9 of 15 Archive leaderboard report
Speech Synthesis LibriTTS BigVGAN PESQ 4.027 #9 of 15 Archive leaderboard report
Speech Synthesis LibriTTS BigVGAN Periodicity 0.1018 #9 of 15 Archive leaderboard report
Speech Synthesis LibriTTS BigVGAN V/UV F1 0.9598 #9 of 15 Archive leaderboard report
Speech Synthesis LibriTTS BigVGAN-base M-STFT 0.8788 #11 of 15 Archive leaderboard report
Speech Synthesis LibriTTS BigVGAN-base MCD 0.4564 #11 of 15 Archive leaderboard report
Speech Synthesis LibriTTS BigVGAN-base PESQ 3.519 #11 of 15 Archive leaderboard report
Speech Synthesis LibriTTS BigVGAN-base Periodicity 0.1287 #11 of 15 Archive leaderboard report
Speech Synthesis LibriTTS BigVGAN-base V/UV F1 0.9459 #11 of 15 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.

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