Efficient Autoregressive Audio Modeling via Next-Scale Prediction
Kai Qiu, Xiang Li, Hao Chen, Jie Sun, Jinglu Wang, Zhe Lin, Marios Savvides, Bhiksha Raj
TL;DR
This work tackles the inefficiency of autoregressive audio generation caused by long sequence lengths by introducing Scale-level Audio Tokenizer (SAT) and Acoustic AutoRegressive (AAR) modeling. SAT compresses audio into multi-scale tokens via MSRQ, and AAR performs next-scale prediction to reduce autoregressive steps, formalized as $p(r_i|r_1,...,r_{i-1})$ with a scale-aware attention mask, achieving roughly $35\times$ faster inference and lower Fréchet Audio Distance on AudioSet compared to baselines. Two-stage training (SAT followed by AAR) yields improved reconstruction with fewer tokens (e.g., 455 vs 750) and faster generation, while ablations show the critical roles of scale scheduling and discriminators. This approach offers a practical and scalable path to efficient, high-fidelity audio synthesis, potentially enabling real-time or on-device AR generation and integration with multimodal systems.
Abstract
Audio generation has achieved remarkable progress with the advance of sophisticated generative models, such as diffusion models (DMs) and autoregressive (AR) models. However, due to the naturally significant sequence length of audio, the efficiency of audio generation remains an essential issue to be addressed, especially for AR models that are incorporated in large language models (LLMs). In this paper, we analyze the token length of audio tokenization and propose a novel \textbf{S}cale-level \textbf{A}udio \textbf{T}okenizer (SAT), with improved residual quantization. Based on SAT, a scale-level \textbf{A}coustic \textbf{A}uto\textbf{R}egressive (AAR) modeling framework is further proposed, which shifts the next-token AR prediction to next-scale AR prediction, significantly reducing the training cost and inference time. To validate the effectiveness of the proposed approach, we comprehensively analyze design choices and demonstrate the proposed AAR framework achieves a remarkable \textbf{35}$\times$ faster inference speed and +\textbf{1.33} Fréchet Audio Distance (FAD) against baselines on the AudioSet benchmark. Code: \url{https://github.com/qiuk2/AAR}.
