HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

FastSpeech 2: Fast and High-Quality End-to-End Text to Speech

Yi Ren Chenxu Hu Xu Tan Tao Qin Sheng Zhao Zhou Zhao Tie-Yan Liu

FastSpeech 2: Fast and High-Quality End-to-End Text to Speech

Abstract

Non-autoregressive text to speech (TTS) models such as FastSpeech can synthesize speech significantly faster than previous autoregressive models with comparable quality. The training of FastSpeech model relies on an autoregressive teacher model for duration prediction (to provide more information as input) and knowledge distillation (to simplify the data distribution in output), which can ease the one-to-many mapping problem (i.e., multiple speech variations correspond to the same text) in TTS. However, FastSpeech has several disadvantages: 1) the teacher-student distillation pipeline is complicated and time-consuming, 2) the duration extracted from the teacher model is not accurate enough, and the target mel-spectrograms distilled from teacher model suffer from information loss due to data simplification, both of which limit the voice quality. In this paper, we propose FastSpeech 2, which addresses the issues in FastSpeech and better solves the one-to-many mapping problem in TTS by 1) directly training the model with ground-truth target instead of the simplified output from teacher, and 2) introducing more variation information of speech (e.g., pitch, energy and more accurate duration) as conditional inputs. Specifically, we extract duration, pitch and energy from speech waveform and directly take them as conditional inputs in training and use predicted values in inference. We further design FastSpeech 2s, which is the first attempt to directly generate speech waveform from text in parallel, enjoying the benefit of fully end-to-end inference. Experimental results show that 1) FastSpeech 2 achieves a 3x training speed-up over FastSpeech, and FastSpeech 2s enjoys even faster inference speed; 2) FastSpeech 2 and 2s outperform FastSpeech in voice quality, and FastSpeech 2 can even surpass autoregressive models. Audio samples are available at https://speechresearch.github.io/fastspeech2/.

Code Repositories

roedoejet/fastspeech2
pytorch
Mentioned in GitHub
mtresearcher/FastSpeech2
pytorch
Mentioned in GitHub
zhangbo2008/fastSpeeck2_chinese_train
pytorch
Mentioned in GitHub
TensorSpeech/TensorflowTTS
tf
Mentioned in GitHub
rishikksh20/LightSpeech
pytorch
Mentioned in GitHub
Munna-Manoj/Team6_FastSpeech2_TTS
pytorch
Mentioned in GitHub
tartunlp/transformertts
tf
Mentioned in GitHub
OlaWod/my-fastspeech2
pytorch
Mentioned in GitHub
dathudeptrai/TensorflowTTS
tf
Mentioned in GitHub
xcmyz/FastSpeech
pytorch
Mentioned in GitHub
ai-unicamp/tts-objective-metrics
pytorch
Mentioned in GitHub
cadia-lvl/fastspeech2
pytorch
Mentioned in GitHub
keonlee9420/DiffSinger
pytorch
Mentioned in GitHub
as-ideas/TransformerTTS
tf
Mentioned in GitHub
coqui-ai/TTS
pytorch
Mentioned in GitHub
ga642381/FastSpeech2
pytorch
Mentioned in GitHub
majidAdibian77/ResGrad
pytorch
Mentioned in GitHub
galaxycong/hpmdubbing
pytorch
Mentioned in GitHub
rishikksh20/FastSpeech2
pytorch
Mentioned in GitHub
keonlee9420/PortaSpeech
pytorch
Mentioned in GitHub
komyeongjin/specdiff-gan
pytorch
Mentioned in GitHub
keonlee9420/Expressive-FastSpeech2
pytorch
Mentioned in GitHub
ming024/FastSpeech2
pytorch
Mentioned in GitHub
keonlee9420/Comprehensive-E2E-TTS
pytorch
Mentioned in GitHub
yoshifumi-nakano/visual-text-to-speech
pytorch
Mentioned in GitHub
shivammehta25/BetterFastSpeech2
pytorch
Mentioned in GitHub
KevinMIN95/StyleSpeech
pytorch
Mentioned in GitHub
wataru-nakata/fastspeech2-jsut
pytorch
Mentioned in GitHub
RayeRen/RayeRen
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
text-to-speech-synthesis-on-ljspeechFastSpeech 2 + HiFiGAN
Audio Quality MOS: 4.32

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
FastSpeech 2: Fast and High-Quality End-to-End Text to Speech | Papers | HyperAI