SDLGSep 12, 2016

WaveNet: A Generative Model for Raw Audio

arXiv:1609.03499v28226 citations
AI Analysis

It addresses high-quality audio generation for applications like speech synthesis and music, representing a novel paradigm rather than incremental improvement.

WaveNet tackles generating raw audio waveforms using a deep neural network, achieving state-of-the-art text-to-speech performance with human listeners rating it as significantly more natural than existing systems for English and Mandarin.

This paper introduces WaveNet, a deep neural network for generating raw audio waveforms. The model is fully probabilistic and autoregressive, with the predictive distribution for each audio sample conditioned on all previous ones; nonetheless we show that it can be efficiently trained on data with tens of thousands of samples per second of audio. When applied to text-to-speech, it yields state-of-the-art performance, with human listeners rating it as significantly more natural sounding than the best parametric and concatenative systems for both English and Mandarin. A single WaveNet can capture the characteristics of many different speakers with equal fidelity, and can switch between them by conditioning on the speaker identity. When trained to model music, we find that it generates novel and often highly realistic musical fragments. We also show that it can be employed as a discriminative model, returning promising results for phoneme recognition.

Code Implementations62 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