SDASOct 22, 2020

Parallel Tacotron: Non-Autoregressive and Controllable TTS

arXiv:2010.11439v1110 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency and naturalness issues in text-to-speech synthesis for applications requiring fast, high-quality speech generation, representing an incremental improvement over existing methods.

The paper tackled the problem of improving efficiency and naturalness in neural text-to-speech models by proposing Parallel Tacotron, a non-autoregressive model with a variational autoencoder-based residual encoder, which matched a strong autoregressive baseline in subjective evaluations while significantly decreasing inference time.

Although neural end-to-end text-to-speech models can synthesize highly natural speech, there is still room for improvements to its efficiency and naturalness. This paper proposes a non-autoregressive neural text-to-speech model augmented with a variational autoencoder-based residual encoder. This model, called \emph{Parallel Tacotron}, is highly parallelizable during both training and inference, allowing efficient synthesis on modern parallel hardware. The use of the variational autoencoder relaxes the one-to-many mapping nature of the text-to-speech problem and improves naturalness. To further improve the naturalness, we use lightweight convolutions, which can efficiently capture local contexts, and introduce an iterative spectrogram loss inspired by iterative refinement. Experimental results show that Parallel Tacotron matches a strong autoregressive baseline in subjective evaluations with significantly decreased inference time.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes