GEPARD - Generative, Prosody-aware, Autoregressive text-to-speech model for Realtime Dialogue
2026-09-07 12:00Models🔥 42.2 heat score
1sources
1days unfolding
42.2heat score
2mentions
SummaryAI generated
On September 7, 2026, arXiv released GEPARD, a streaming text-to-speech model based on large language model (LLM) cores, designed for real-time conversations. The model uses a single-decoder architecture, jointly training text and audio embeddings, and employs a FSQ neural encoder to generate waveforms in blocks. Its core design principle is to not modify the computational core of standard LLM engines (such as vLLM). In single-stream inference, GEPARD’s real-time factor is approximately 0.067, achieving 15 times the speed of real-time processing; when supporting 256 concurrent streams on a single server-level GPU, the overall acceleration ratio can reach approximately 204 times. The paper also details methods for diagnosing and mitigating “short registration” failure modes in autoregressive speech decoders, as well as the technical details of freely guiding two classifiers into a single weight using direct preference optimization (DPO).