Extending Audio Context for Long-Form Understanding in Large Audio-Language Models
Yuatyong Chaichana, Pittawat Taveekitworachai, Warit Sirichotedumrong, Potsawee Manakul, Kunat Pipatanakul
TL;DR
This work tackles the bottleneck of short audio context in Large Audio-Language Models by introducing Partial YaRN, an audio-only RoPE extension that preserves text-position encodings, and VLAT, a training strategy to generalize to long-form audio. Partial YaRN extends the audio window through targeted RoPE manipulation, while VLAT simulates diverse long contexts during fine-tuning to improve robustness for unseen lengths. Training-free extensions yield model- and length-dependent gains, with notable improvements when anchoring extensions to observed 2-minute contexts. VLAT further enhances long-form generalization and pairs well with inference-time extensions, offering a data-efficient path to robust long-form audio understanding in LALMs.
Abstract
Large Audio-Language Models (LALMs) are often constrained by short audio context windows, even when their text backbones support long contexts, limiting long-form audio understanding. Prior work has introduced context-extension methods (e.g. YaRN) on unimodal LLMs, yet their application to LALMs remains unexplored. First, building on RoPE-based context extension, we introduce Partial YaRN, a training-free, audio-only extension method that modifies only audio token positions, leaving text positions intact to preserve the base LLM's text capabilities. Second, we propose Virtual Longform Audio Training (VLAT), a training strategy that extends Partial YaRN into a training-time positional augmentation. VLAT simulates diverse audio lengths during training, enabling generalization to inputs far longer than those seen in training and improving robustness for long-context audio understanding. Our experiments on SALMONN and Qwen2-Audio show that Partial YaRN outperforms the original models across wide range of settings, and VLAT training strategy provides substantial improvement, achieving strong performance on long audio of unseen lengths.
