VITA-Audio: Fast Interleaved Cross-Modal Token Generation for Efficient Large Speech-Language Model
Zuwei Long, Yunhang Shen, Chaoyou Fu, Heting Gao, Lijiang Li, Peixian Chen, Mengdan Zhang, Hang Shao, Jian Li, Jinlong Peng, Haoyu Cao, Ke Li, Rongrong Ji, Xing Sun
TL;DR
VITA-Audio tackles the latency bottleneck in real-time end-to-end speech systems by introducing a lightweight, cross-modal token prediction mechanism (MCTP) that can generate multiple audio tokens within a single forward pass, achieving zero delay for the first audio chunk. A four-stage training strategy and four inference modes enable fast, interleaved text-audio generation without heavily compromising speech quality, attaining a three- to fivefold speedup at 7B-scale LLMs and strong performance on ASR, TTS, and SQA benchmarks. The approach preserves LLM language capabilities by interleaving audio generation with text processing and demonstrates real-time conversational potential with open-source data. Overall, VITA-Audio sets a new standard for real-time speech-to-speech models by combining efficient cross-modal mapping with end-to-end training and open-release accessibility.
Abstract
With the growing requirement for natural human-computer interaction, speech-based systems receive increasing attention as speech is one of the most common forms of daily communication. However, the existing speech models still experience high latency when generating the first audio token during streaming, which poses a significant bottleneck for deployment. To address this issue, we propose VITA-Audio, an end-to-end large speech model with fast audio-text token generation. Specifically, we introduce a lightweight Multiple Cross-modal Token Prediction (MCTP) module that efficiently generates multiple audio tokens within a single model forward pass, which not only accelerates the inference but also significantly reduces the latency for generating the first audio in streaming scenarios. In addition, a four-stage progressive training strategy is explored to achieve model acceleration with minimal loss of speech quality. To our knowledge, VITA-Audio is the first multi-modal large language model capable of generating audio output during the first forward pass, enabling real-time conversational capabilities with minimal latency. VITA-Audio is fully reproducible and is trained on open-source data only. Experimental results demonstrate that our model achieves an inference speedup of 3~5x at the 7B parameter scale, but also significantly outperforms open-source models of similar model size on multiple benchmarks for automatic speech recognition (ASR), text-to-speech (TTS), and spoken question answering (SQA) tasks.
