ASSDAug 11, 2020

Unsupervised Learning For Sequence-to-sequence Text-to-speech For Low-resource Languages

arXiv:2008.04549v134 citations
AI Analysis

This addresses the challenge of expensive data preparation for TTS, particularly benefiting low-resource languages, though it is an incremental improvement on existing methods.

The paper tackles the problem of high data requirements for sequence-to-sequence text-to-speech models by proposing an unsupervised pre-training method using untranscribed speech, enabling more intelligible and natural speech synthesis with limited paired data, as validated by objective and subjective evaluations.

Recently, sequence-to-sequence models with attention have been successfully applied in Text-to-speech (TTS). These models can generate near-human speech with a large accurately-transcribed speech corpus. However, preparing such a large data-set is both expensive and laborious. To alleviate the problem of heavy data demand, we propose a novel unsupervised pre-training mechanism in this paper. Specifically, we first use Vector-quantization Variational-Autoencoder (VQ-VAE) to ex-tract the unsupervised linguistic units from large-scale, publicly found, and untranscribed speech. We then pre-train the sequence-to-sequence TTS model by using the<unsupervised linguistic units, audio>pairs. Finally, we fine-tune the model with a small amount of<text, audio>paired data from the target speaker. As a result, both objective and subjective evaluations show that our proposed method can synthesize more intelligible and natural speech with the same amount of paired training data. Besides, we extend our proposed method to the hypothesized low-resource languages and verify the effectiveness of the method using objective evaluation.

Foundations

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

Your Notes