Tacotron

E746091

Tacotron is a neural network-based text-to-speech system that generates natural-sounding speech by predicting mel-spectrograms from text, often used in conjunction with neural vocoders like Parallel WaveNet.

All labels observed (1)

Label Occurrences
Tacotron canonical 1

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf end-to-end TTS model
neural text-to-speech system
sequence-to-sequence model
advantage more natural prosody than traditional TTS
architectureComponent attention module
decoder
post-processing network
text encoder
basedOn attention mechanism
neural networks
sequence-to-sequence learning
canBeUsedWith Parallel WaveNet NERFINISHED
WaveNet NERFINISHED
WaveRNN NERFINISHED
neural vocoders
other neural vocoders
comparedTo concatenative TTS
parametric TTS
developedBy Google NERFINISHED
Google Brain NERFINISHED
field deep learning
natural language processing
speech synthesis
goal generate natural-sounding speech
improvedBy Tacotron 2 NERFINISHED
influenced FastSpeech NERFINISHED
Glow-TTS NERFINISHED
Tacotron 2 NERFINISHED
Transformer TTS models NERFINISHED
input text
language English
output mel-spectrograms
speech features
paperTitle Tacotron: Towards End-to-End Speech Synthesis NERFINISHED
publicationType research paper
publishedBy Google researchers
replaces traditional TTS pipelines
requires GPU acceleration for training
supports end-to-end training from text to spectrograms
task text-to-speech synthesis
trainingData paired text-speech data
trainingObjective minimize reconstruction loss on mel-spectrograms
uses CBHG module
Griffin-Lim vocoder NERFINISHED
attention-based decoder
character-level input
convolutional layers
encoder-decoder architecture
recurrent neural networks

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Parallel WaveNet relatedTo Tacotron