Towards Transfer Learning for End-to-End Speech Synthesis from Deep Pre-Trained Language Models
arXiv:1906.07307
Abstract
Modern text-to-speech (TTS) systems are able to generate audio that sounds almost as natural as human speech. However, the bar of developing high-quality TTS systems remains high since a sizable set of studio-quality <text, audio> pairs is usually required. Compared to commercial data used to develop state-of-the-art systems, publicly available data are usually worse in terms of both quality and size. Audio generated by TTS systems trained on publicly available data tends to not only sound less natural, but also exhibits more background noise. In this work, we aim to lower TTS systems' reliance on high-quality data by providing them the textual knowledge extracted by deep pre-trained language models during training. In particular, we investigate the use of BERT to assist the training of Tacotron-2, a state of the art TTS consisting of an encoder and an attention-based decoder. BERT representations learned from large amounts of unlabeled text data are shown to contain very rich semantic and syntactic information about the input text, and have potential to be leveraged by a TTS system to compensate the lack of high-quality data. We incorporate BERT as a parallel branch to the Tacotron-2 encoder with its own attention head. For an input text, it is simultaneously passed into BERT and the Tacotron-2 encoder. The representations extracted by the two branches are concatenated and then fed to the decoder. As a preliminary study, although we have not found incorporating BERT into Tacotron-2 generates more natural or cleaner speech at a human-perceivable level, we observe improvements in other aspects such as the model is being significantly better at knowing when to stop decoding such that there is much less babbling at the end of the synthesized audio and faster convergence during training.
References in corpus (5)
- Sequence to Sequence Learning with Neural Networks
- Google's Neural Machine Translation System: Bridging the Gap between Human and Machine Translation
- Attention-Based Models for Speech Recognition
- An Unsupervised Autoregressive Model for Speech Representation Learning
- Feature reinforcement with word embedding and parsing information in neural TTS
Cited by in corpus (6)
- A Survey on Neural Speech Synthesis
- Generative Pre-Training for Speech with Autoregressive Predictive Coding
- Probing the phonetic and phonological knowledge of tones in Mandarin TTS models
- Prosody Learning Mechanism for Speech Synthesis System Without Text Length Limit
- Improving Prosody Modelling with Cross-Utterance BERT Embeddings for End-to-end Speech Synthesis
- Controllable Context-aware Conversational Speech Synthesis