ICASSP 2023accepted0 citations

Unsupervised Pre-Training for Data-Efficient Text-to-Speech on Low Resource Languages

Seongyeon Park, Myungseo Song, Bohyung Kim, Tae-Hyun Oh

Abstract

Neural text-to-speech (TTS) models can synthesize natural human speech when trained on large amounts of transcribed speech. How-ever, collecting such large-scale transcribed data is expensive. This paper proposes an unsupervised pre-training method for a sequence-to-sequence TTS model by leveraging large untranscribed speech data. With our pre-training, we can remarkably reduce the amount of paired transcribed data required to train the model for the target downstream TTS task. The main idea is to pre-train the model to reconstruct de-warped mel-spectrograms from warped ones, which may allow the model to learn proper temporal assignment relation between input and output sequences. In addition, we propose a data augmentation method that further improves the data efficiency in finetuning. We empirically demonstrate the effectiveness of our proposed method in low-resource language scenarios, achieving outstanding performance compared to competing methods. The code and audio samples are available at: https://github.com/cnaigithub/SpeechDewarping

BibTeX
@inproceedings{icassp2023_unsupervisedpret,
  title = {Unsupervised Pre-Training for Data-Efficient Text-to-Speech on Low Resource Languages},
  author = {Seongyeon Park and Myungseo Song and Bohyung Kim and Tae-Hyun Oh},
  booktitle = {ICASSP 2023},
  year = {2023}
}