SDCLASApr 20, 2021

AdaSpeech 2: Adaptive Text to Speech with Untranscribed Data

arXiv:2104.09715v150 citations
Originality Incremental advance
AI Analysis

This addresses the issue of personalizing TTS systems for scenarios where transcribed data is unavailable, offering a pluggable and effective solution for speech synthesis.

The paper tackles the problem of adapting text-to-speech (TTS) models to new speakers using only untranscribed speech data, which is challenging for existing methods like AdaSpeech. It introduces AdaSpeech 2, which achieves voice quality on par with transcribed adaptation methods and outperforms previous untranscribed methods.

Text to speech (TTS) is widely used to synthesize personal voice for a target speaker, where a well-trained source TTS model is fine-tuned with few paired adaptation data (speech and its transcripts) on this target speaker. However, in many scenarios, only untranscribed speech data is available for adaptation, which brings challenges to the previous TTS adaptation pipelines (e.g., AdaSpeech). In this paper, we develop AdaSpeech 2, an adaptive TTS system that only leverages untranscribed speech data for adaptation. Specifically, we introduce a mel-spectrogram encoder to a well-trained TTS model to conduct speech reconstruction, and at the same time constrain the output sequence of the mel-spectrogram encoder to be close to that of the original phoneme encoder. In adaptation, we use untranscribed speech data for speech reconstruction and only fine-tune the TTS decoder. AdaSpeech 2 has two advantages: 1) Pluggable: our system can be easily applied to existing trained TTS models without re-training. 2) Effective: our system achieves on-par voice quality with the transcribed TTS adaptation (e.g., AdaSpeech) with the same amount of untranscribed data, and achieves better voice quality than previous untranscribed adaptation methods. Synthesized speech samples can be found at https://speechresearch.github.io/adaspeech2/.

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