SDLGASMLFeb 23, 2019

GANSynth: Adversarial Neural Audio Synthesis

arXiv:1902.08710v2420 citations
AI Analysis

This addresses audio synthesis for applications needing efficient, high-quality sound generation, representing a strong incremental improvement over existing methods.

The paper tackled the problem of efficient high-fidelity audio synthesis by using GANs to model spectral features, achieving better performance than WaveNet baselines and generating audio much faster.

Efficient audio synthesis is an inherently difficult machine learning task, as human perception is sensitive to both global structure and fine-scale waveform coherence. Autoregressive models, such as WaveNet, model local structure at the expense of global latent structure and slow iterative sampling, while Generative Adversarial Networks (GANs), have global latent conditioning and efficient parallel sampling, but struggle to generate locally-coherent audio waveforms. Herein, we demonstrate that GANs can in fact generate high-fidelity and locally-coherent audio by modeling log magnitudes and instantaneous frequencies with sufficient frequency resolution in the spectral domain. Through extensive empirical investigations on the NSynth dataset, we demonstrate that GANs are able to outperform strong WaveNet baselines on automated and human evaluation metrics, and efficiently generate audio several orders of magnitude faster than their autoregressive counterparts.

Code Implementations6 repos
Foundations

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

Your Notes