WaveNet: A Generative Model for Raw Audio

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.

PDF Abstract

Datasets


  Add Datasets introduced or used in this paper

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Speech Synthesis Mandarin Chinese WaveNet (L+F) Mean Opinion Score 4.08 # 1
Speech Synthesis Mandarin Chinese HMM-driven concatenative Mean Opinion Score 3.47 # 3
Speech Synthesis Mandarin Chinese LSTM-RNN parametric Mean Opinion Score 3.79 # 2
Speech Synthesis North American English HMM-driven concatenative Mean Opinion Score 3.86 # 5
Speech Synthesis North American English LSTM-RNN parametric Mean Opinion Score 3.67 # 6
Speech Synthesis North American English WaveNet (L+F) Mean Opinion Score 4.21 # 3

Methods