Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Natural TTS Synthesis by Conditioning WaveNet on Mel Spectrogram Predictions

About

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.

Jonathan Shen, Ruoming Pang, Ron J. Weiss, Mike Schuster, Navdeep Jaitly, Zongheng Yang, Zhifeng Chen, Yu Zhang, Yuxuan Wang, RJ Skerry-Ryan, Rif A. Saurous, Yannis Agiomyrgiannakis, Yonghui Wu• 2017

Related benchmarks

TaskDatasetResultRank
Speech SynthesisLJ Speech (test)
MOS3.41
36
Text-to-SpeechLJSpeech (test)--
20
Text-to-SpeechHarvard sentences
WER6.36
8
Text-to-SpeechInternal US English dataset (test)
MOS4.526
6
Text-to-SpeechLJ Speech (val)
Time to 5% WER54
6
Lip-to-Speech SynthesisLip2Wav 1.0 (test)
Intelligibility3.86
5
Text-to-Speech50 particularly hard sentences (test)
Repeats4
3
Speech SynthesisInternal US English female (evaluation)
CMOS0.00e+0
2
Showing 8 of 8 rows

Other info

Code

Follow for update