ASAICLNov 26, 2025

Towards Audio Token Compression in Large Audio Language Models

arXiv:2511.20973v15 citationsh-index: 11
Originality Incremental advance
AI Analysis

This addresses the problem of deploying LALMs on resource-constrained platforms like edge devices, but it is incremental as it builds on existing methods.

The paper tackles the scalability issues of Large Audio Language Models (LALMs) by compressing audio tokens to reduce computational complexity, achieving performance close to frame-level models while cutting token counts by up to three times.

Large Audio Language Models (LALMs) demonstrate impressive performance across diverse tasks, ranging from speech recognition to general audio understanding. However, their scalability is limited by the quadratic complexity of attention and the high token rates of audio signals. These challenges make it difficult to extend LALMs to long-form audio and to deploy them on resource-constrained platforms such as edge devices. In this paper, we explore techniques such as unsupervised segmentation, uniform average pooling, etc., to reduce the number of audio tokens generated by the LALM's audio encoder but before they are consumed by the LLM decoder. To mitigate potential performance degradation introduced by the compressed representations, we employ low-rank adapters to finetune the model. We evaluate our proposed models on two tasks, automatic speech recognition and speech-to-speech translation tasks, that are dependent on effectively uncovering the underlying lexical content of the input signal and study the effect of downsampling on these tasks. Experimental results show that compressed LALMs can achieve performance closer to frame-level LALMs while reducing the input audio token count upto three times before the LLM backbone.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes