SDCLASOct 27, 2022

Towards High-Quality Neural TTS for Low-Resource Languages by Learning Compact Speech Representations

arXiv:2210.15131v13 citationsh-index: 52
Originality Incremental advance
AI Analysis

This addresses the challenge of limited training data for TTS in low-resource languages, though it is incremental as it builds on existing VQ-GAN and transfer learning methods.

The paper tackles the problem of high-quality neural text-to-speech (TTS) for low-resource languages by learning compact speech representations, achieving a 77% preference win in tests with only 15 minutes of paired data.

This paper aims to enhance low-resource TTS by reducing training data requirements using compact speech representations. A Multi-Stage Multi-Codebook (MSMC) VQ-GAN is trained to learn the representation, MSMCR, and decode it to waveforms. Subsequently, we train the multi-stage predictor to predict MSMCRs from the text for TTS synthesis. Moreover, we optimize the training strategy by leveraging more audio to learn MSMCRs better for low-resource languages. It selects audio from other languages using speaker similarity metric to augment the training set, and applies transfer learning to improve training quality. In MOS tests, the proposed system significantly outperforms FastSpeech and VITS in standard and low-resource scenarios, showing lower data requirements. The proposed training strategy effectively enhances MSMCRs on waveform reconstruction. It improves TTS performance further, which wins 77% votes in the preference test for the low-resource TTS with only 15 minutes of paired data.

Code Implementations1 repo
Foundations

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

Your Notes