paper-with-me

홈 › Papers

Accelerating Flow-Matching-Based Text-to-Speech via Empirically Pruned Step Sampling

2025-05-26 · Qixi Zheng, Yushen Chen, Zhikang Niu, Ziyang Ma, Xiaofei Wang, Kai Yu, Xie Chen

Flow-matching-based text-to-speech (TTS) models, such as Voicebox, E2 TTS, and F5-TTS, have attracted significant attention in recent years. These models require multiple sampling steps to reconstruct speech from noise, making inference speed a key challenge. Reducing the number of sampling steps can greatly improve inference efficiency. To this end, we introduce Fast F5-TTS, a training-free approach to accelerate the inference of flow-matching-based TTS models. By inspecting the sampling trajectory of F5-TTS, we identify redundant steps and propose Empirically Pruned Step Sampling (EPSS), a non-uniform time-step sampling strategy that effectively reduces the number of sampling steps. Our approach achieves a 7-step generation with an inference RTF of 0.030 on an NVIDIA RTX 3090 GPU, making it 4 times faster than the original F5-TTS while maintaining comparable performance. Furthermore, EPSS performs well on E2 TTS models, demonstrating its strong generalization ability.

📄 PDF Abstract BibTeX arXiv:2505.19931

Code (0)

등록된 구현이 없습니다.

Tasks

GPUtext-to-speechText to Speech

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Flowing Straighter with Conditional Flow Matching for Accurate Speech Enhancement

2025-08-28 · Mattias Cross, Anton Ragni arxiv

Current flow-based generative speech enhancement methods learn curved probability paths which model a mapping between clean and noisy speech. Despite impressive performance, the implications of curved probability paths a…

Speech Enhancement

Faster IndexTTS-2: Accelerating and Streaming Autoregressive Zero-Shot Text-to-Speech Synthesis on GPUs

2026-07-23 · Muyang Du, Shuang Yu, Junjie Lai arxiv

Autoregressive text-to-speech models achieve strong naturalness but suffer from slow inference due to sequential token generation, limiting their deployment in production applications that require low latency. IndexTTS-2…

Text-To-Speech Synthesis

ZipVoice: Fast and High-Quality Zero-Shot Text-to-Speech with Flow Matching

2025-06-16 · Han Zhu, Wei Kang, Zengwei Yao, Liyong Guo 외

Existing large-scale zero-shot text-to-speech (TTS) models deliver high speech quality but suffer from slow inference speeds due to massive parameters. To address this issue, this paper introduces ZipVoice, a high-qualit…

DecoderSpeech Synthesistext-to-speechText to Speech+1

ARCHI-TTS: A flow-matching-based Text-to-Speech Model with Self-supervised Semantic Aligner and Accelerated Inference

2026-02-05 · Chunyat Wu, Jiajun Deng, Zhengxi Liu, Zheqi Dai 외 arxiv

Although diffusion-based, non-autoregressive text-to-speech (TTS) systems have demonstrated impressive zero-shot synthesis capabilities, their efficacy is still hindered by two key challenges: the difficulty of text-spee…

FlowSE: Efficient and High-Quality Speech Enhancement via Flow Matching

2025-05-26 · Ziqian Wang, Zikai Liu, Xinfa Zhu, Yike Zhu 외

Generative models have excelled in audio tasks using approaches such as language models, diffusion, and flow matching. However, existing generative approaches for speech enhancement (SE) face notable challenges: language…

QuantizationSpeech Enhancement