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

Tacotron: Towards End-to-End Speech Synthesis

About

A text-to-speech synthesis system typically consists of multiple stages, such as a text analysis frontend, an acoustic model and an audio synthesis module. Building these components often requires extensive domain expertise and may contain brittle design choices. In this paper, we present Tacotron, an end-to-end generative text-to-speech model that synthesizes speech directly from characters. Given <text, audio> pairs, the model can be trained completely from scratch with random initialization. We present several key techniques to make the sequence-to-sequence framework perform well for this challenging task. Tacotron achieves a 3.82 subjective 5-scale mean opinion score on US English, outperforming a production parametric system in terms of naturalness. In addition, since Tacotron generates speech at the frame level, it's substantially faster than sample-level autoregressive methods.

Yuxuan Wang, RJ Skerry-Ryan, Daisy Stanton, Yonghui Wu, Ron J. Weiss, Navdeep Jaitly, Zongheng Yang, Ying Xiao, Zhifeng Chen, Samy Bengio, Quoc Le, Yannis Agiomyrgiannakis, Rob Clark, Rif A. Saurous• 2017

Related benchmarks

TaskDatasetResultRank
Video-to-Speech SynthesisV2C-Animation (test)
MCD19.79
13
Automatic Video DubbingChemistry lecture dataset (test)
LSE-D11.79
5
Movie DubbingChem
LSE-D11.79
5
Pronunciation AccuracyJSUT (test)
Phoneme Error Rate (S)0.92
3
Pronunciation AccuracyBiaobei (test)
PER-S1.14
3
Pronunciation AccuracyCommon Voice (HK) Cantonese speech corpus (test)
PER (Substitutions)1.45
3
Text-to-SpeechMizo TTS (evaluation)
DNSMOS3.81
3
Showing 7 of 7 rows

Other info

Code

Follow for update