paper-with-me

Papers

AdaSpeech 2: Adaptive Text to Speech with Untranscribed Data

2021-04-20 · Yuzi Yan, Xu Tan, Bohan Li, Tao Qin, Sheng Zhao, Yuan Shen, Tie-Yan Liu

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/.

📄 PDF Abstract BibTeX arXiv:2104.09715

Code (1)

rishikksh20/AdaSpeech2 pytorch

Tasks

Decodertext-to-speechText to Speech

Similar Papers 제목 키워드 기반

AdaSpeech: Adaptive Text to Speech for Custom Voice

2021-03-01 · ICLR 2021 1 · Mingjian Chen, Xu Tan, Bohan Li, Yanqing Liu 외

Custom voice, a specific text to speech (TTS) service in commercial speech platforms, aims to adapt a source TTS model to synthesize personal voice for a target speaker using few speech data. Custom voice presents two un…

text-to-speechText to Speech

AdaSpeech 3: Adaptive Text to Speech for Spontaneous Style

2021-07-06 · Yuzi Yan, Xu Tan, Bohan Li, Guangyan Zhang 외

While recent text to speech (TTS) models perform very well in synthesizing reading-style (e.g., audiobook) speech, it is still challenging to synthesize spontaneous-style speech (e.g., podcast or conversation), mainly be…

DecoderMixture-of-ExpertsRhythmtext-to-speech+1

AdaSpeech 4: Adaptive Text to Speech in Zero-Shot Scenarios

2022-04-01 · Yihan Wu, Xu Tan, Bohan Li, Lei He 외

Adaptive text to speech (TTS) can synthesize new voices in zero-shot scenarios efficiently, by using a well-trained source TTS model without adapting it on the speech data of new speakers. Considering seen and unseen spe…

Speech Synthesistext-to-speechText to Speech

Guided-TTS 2: A Diffusion Model for High-quality Adaptive Text-to-Speech with Untranscribed Data

2022-05-30 · Sungwon Kim, Heeseung Kim, Sungroh Yoon

We propose Guided-TTS 2, a diffusion-based generative model for high-quality adaptive TTS using untranscribed data. Guided-TTS 2 combines a speaker-conditional diffusion model with a speaker-dependent phoneme classifier …

text-to-speechText to Speech

Guided-TTS:Text-to-Speech with Untranscribed Speech

2021-09-29 · Heeseung Kim, Sungwon Kim, Sungroh Yoon

Most neural text-to-speech (TTS) models require $\langle$speech, transcript$\rangle$ paired data from the desired speaker for high-quality speech synthesis, which limits the usage of large amounts of untranscribed data f…

Speech Synthesistext-to-speechText to SpeechText-To-Speech Synthesis