ASCLLGSDOct 8, 2019

MelGAN: Generative Adversarial Networks for Conditional Waveform Synthesis

arXiv:1910.06711v31133 citations
Originality Highly original
AI Analysis

This work addresses the problem of efficient and high-quality audio synthesis for applications like speech and music generation, representing a strong specific gain rather than a foundational breakthrough.

The paper tackles the challenge of generating coherent raw audio waveforms with GANs by introducing architectural changes and training techniques, achieving high-quality mel-spectrogram inversion with a non-autoregressive, fully convolutional model that runs over 100x faster than real-time on GPU.

Previous works (Donahue et al., 2018a; Engel et al., 2019a) have found that generating coherent raw audio waveforms with GANs is challenging. In this paper, we show that it is possible to train GANs reliably to generate high quality coherent waveforms by introducing a set of architectural changes and simple training techniques. Subjective evaluation metric (Mean Opinion Score, or MOS) shows the effectiveness of the proposed approach for high quality mel-spectrogram inversion. To establish the generality of the proposed techniques, we show qualitative results of our model in speech synthesis, music domain translation and unconditional music synthesis. We evaluate the various components of the model through ablation studies and suggest a set of guidelines to design general purpose discriminators and generators for conditional sequence synthesis tasks. Our model is non-autoregressive, fully convolutional, with significantly fewer parameters than competing models and generalizes to unseen speakers for mel-spectrogram inversion. Our pytorch implementation runs at more than 100x faster than realtime on GTX 1080Ti GPU and more than 2x faster than real-time on CPU, without any hardware specific optimization tricks.

Code Implementations21 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes