English

Non-Autoregressive Neural Text-to-Speech

Computation and Language 2020-07-01 v3 Machine Learning Sound Audio and Speech Processing

Abstract

In this work, we propose ParaNet, a non-autoregressive seq2seq model that converts text to spectrogram. It is fully convolutional and brings 46.7 times speed-up over the lightweight Deep Voice 3 at synthesis, while obtaining reasonably good speech quality. ParaNet also produces stable alignment between text and speech on the challenging test sentences by iteratively improving the attention in a layer-by-layer manner. Furthermore, we build the parallel text-to-speech system and test various parallel neural vocoders, which can synthesize speech from text through a single feed-forward pass. We also explore a novel VAE-based approach to train the inverse autoregressive flow (IAF) based parallel vocoder from scratch, which avoids the need for distillation from a separately trained WaveNet as previous work.

Keywords

Cite

@article{arxiv.1905.08459,
  title  = {Non-Autoregressive Neural Text-to-Speech},
  author = {Kainan Peng and Wei Ping and Zhao Song and Kexin Zhao},
  journal= {arXiv preprint arXiv:1905.08459},
  year   = {2020}
}

Comments

Published at ICML 2020. (v3 changed paper title)

R2 v1 2026-06-23T09:14:39.114Z