CLDec 16, 2017

Natural TTS Synthesis by Conditioning WaveNet on Mel Spectrogram Predictions

arXiv:1712.05884v23061 citations
Originality Highly original
AI Analysis

It addresses high-quality text-to-speech synthesis for applications requiring natural-sounding audio, representing a significant advance rather than an incremental improvement.

This paper tackles speech synthesis from text by introducing Tacotron 2, a neural network that combines a sequence-to-sequence feature predictor with a WaveNet vocoder to generate mel spectrograms and waveforms, achieving a mean opinion score of 4.53, close to professionally recorded speech at 4.58.

This paper describes Tacotron 2, a neural network architecture for speech synthesis directly from text. The system is composed of a recurrent sequence-to-sequence feature prediction network that maps character embeddings to mel-scale spectrograms, followed by a modified WaveNet model acting as a vocoder to synthesize timedomain waveforms from those spectrograms. Our model achieves a mean opinion score (MOS) of $4.53$ comparable to a MOS of $4.58$ for professionally recorded speech. To validate our design choices, we present ablation studies of key components of our system and evaluate the impact of using mel spectrograms as the input to WaveNet instead of linguistic, duration, and $F_0$ features. We further demonstrate that using a compact acoustic intermediate representation enables significant simplification of the WaveNet architecture.

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