Flamed-TTS: Flow Matching Attention-Free Models for Efficient Generating and Dynamic Pacing Zero-shot Text-to-Speech
Hieu-Nghia Huynh-Nguyen, Huynh Nguyen Dang, Ngoc-Son Nguyen, Van Nguyen
TL;DR
Flamed-TTS introduces Flow Matching Attention-Free Models for zero-shot TTS, replacing self-attention in the denoiser with a semantically enriched prior to achieve low latency and high fidelity. The method jointly models probabilistic duration and silence generation to enrich temporal diversity, and uses a compact, non-autoregressive architecture based on a ConvNeXt-backed vector field estimator guided by optimal transport flow matching. Experiments on LibriTTS/LibriSpeech show Flamed-TTS achieves strong WER and speaker similarity with substantially lower data requirements and faster inference than state-of-the-art baselines. The work demonstrates that attention is not essential for high-quality zero-shot TTS when a semantically informed prior and probabilistic duration/pacing are leveraged, advancing practical, real-time generation with rich temporal dynamics.
Abstract
Zero-shot Text-to-Speech (TTS) has recently advanced significantly, enabling models to synthesize speech from text using short, limited-context prompts. These prompts serve as voice exemplars, allowing the model to mimic speaker identity, prosody, and other traits without extensive speaker-specific data. Although recent approaches incorporating language models, diffusion, and flow matching have proven their effectiveness in zero-shot TTS, they still encounter challenges such as unreliable synthesis caused by token repetition or unexpected content transfer, along with slow inference and substantial computational overhead. Moreover, temporal diversity-crucial for enhancing the naturalness of synthesized speech-remains largely underexplored. To address these challenges, we propose Flamed-TTS, a novel zero-shot TTS framework that emphasizes low computational cost, low latency, and high speech fidelity alongside rich temporal diversity. To achieve this, we reformulate the flow matching training paradigm and incorporate both discrete and continuous representations corresponding to different attributes of speech. Experimental results demonstrate that Flamed-TTS surpasses state-of-the-art models in terms of intelligibility, naturalness, speaker similarity, acoustic characteristics preservation, and dynamic pace. Notably, Flamed-TTS achieves the best WER of 4% compared to the leading zero-shot TTS baselines, while maintaining low latency in inference and high fidelity in generated speech. Code and audio samples are available at our demo page https://flamed-tts.github.io.
