Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching

About

This paper introduces F5-TTS, a fully non-autoregressive text-to-speech system based on flow matching with Diffusion Transformer (DiT). Without requiring complex designs such as duration model, text encoder, and phoneme alignment, the text input is simply padded with filler tokens to the same length as input speech, and then the denoising is performed for speech generation, which was originally proved feasible by E2 TTS. However, the original design of E2 TTS makes it hard to follow due to its slow convergence and low robustness. To address these issues, we first model the input with ConvNeXt to refine the text representation, making it easy to align with the speech. We further propose an inference-time Sway Sampling strategy, which significantly improves our model's performance and efficiency. This sampling strategy for flow step can be easily applied to existing flow matching based models without retraining. Our design allows faster training and achieves an inference RTF of 0.15, which is greatly improved compared to state-of-the-art diffusion-based TTS models. Trained on a public 100K hours multilingual dataset, our F5-TTS exhibits highly natural and expressive zero-shot ability, seamless code-switching capability, and speed control efficiency. We have released all codes and checkpoints to promote community development, at https://SWivid.github.io/F5-TTS/.

Yushen Chen, Zhikang Niu, Ziyang Ma, Keqi Deng, Chunhui Wang, Jian Zhao, Kai Yu, Xie Chen• 2024

Related benchmarks

TaskDatasetResultRank
Text-to-SpeechSeed-TTS en (test)
WER1.26
90
Text-to-SpeechSeed-TTS zh (test)
WER0.0153
65
Text-to-SpeechSeed-TTS (eval)
WER2
39
Text-to-SpeechLibriSpeech PC clean (test)
WER1.89
31
Text-to-SpeechEmergentTTS (eval)
Overall WER11.93
25
Text-to-SpeechSeed-ZH
CER1.56
23
Text-to-SpeechSeed EN
WER1.83
22
Text-to-Speech SynthesisLibriTTS (CLEAN), LibriVox (NOISY), YouTube (WILD), and My Science Tutor (KIDS) (test)
MOS3.33
21
Text-to-SpeechEnglish (test)
WER0.02
21
Text-to-SpeechSeedTTS en (test)
WER3.015
21
Showing 10 of 73 rows
...

Other info

Code

Follow for update