Audio samples from "BemaGANv2: Discriminator Combination Strategies for GAN-based Vocoders in Long-Term Audio Generation"

Abstract: This paper presents a tutorial-style survey and implementation guide of BemaGANv2, an advanced GAN-based vocoder designed for high-fidelity and long-term audio generation. Long-term audio generation is critical for applications in Text-to-Music (TTM) and Text-to-Audio (TTA) systems, where maintaining temporal coherence, prosodic consistency, and harmonic structure over extended durations remains a significant challenge. Built upon the original BemaGAN architecture, BemaGANv2 incorporates major architectural innovations by replacing traditional ResBlocks in the generator with the Anti-aliased Multi-Periodicity composition (AMP) module, which internally applies the Snake activation function to better model periodic structures. In the discriminator framework, we integrate the Multi-Envelope Discriminator (MED), a novel architecture we proposed, to extract rich temporal envelope features crucial for periodicity detection. Coupled with the Multi-Resolution Discriminator (MRD), this combination enables more accurate modeling of long-range dependencies in audio. We systematically evaluate various discriminator configurations, including Multi-Scale Discriminator (MSD) + MED, MSD + MRD, and MultiPeriod Discriminator (MPD) + MED + MRD, using objective metrics (Fréchet Audio Distance (FAD), Structural Similarity Index (SSIM), Pearson Correlation Coefficient (PCC), Mel-Cepstral Distortion (MCD)) and subjective evaluations (MOS, SMOS). This paper also provides a comprehensive tutorial on the model architecture, training methodology, and implementation to promote reproducibility. The code and pre-trained models are available at: https://github.com/dinhoitt/BemaGANv2.

For more details of our work, please refer to the paper(arXiv,Under Review,ICT Express)
Our implementation is available in the github repository.

Contents

 

Random Sound


Ground Truth
BemaGANv2(MED + MRD)
BigVGAN(MRD + MPD)
BemaGAN(MED + MPD)
HiFi-GAN(MSD + MPD)
HiFi-GAN with AMP Block(MSD + MPD)


Music over 90s (composed)


Ground Truth
BemaGANv2(MED + MRD)
BigVGAN(MRD + MPD)
BemaGAN(MED + MPD)
HiFi-GAN(MSD + MPD)
HiFi-GAN with AMP Block(MSD + MPD)