CALM: Class-Conditional Sparse Attention Vectors for Large Audio-Language Models
Videet Mehta, Liming Wang, Hilde Kuehne, Rogerio Feris, James R. Glass, M. Jehanzeb Mirza
TL;DR
This work tackles the challenge that frozen large audio–language models underperform on discriminative tasks compared with specialized models. It extends Sparse Attention Vectors by introducing CALM, a class-conditioned head weighting scheme that learns per-class head reliabilities from few-shot data, enabling weighted voting across selected attention heads without fine-tuning. CALM demonstrates consistent improvements over uniform head voting across audio and audio–visual benchmarks (e.g., gains up to 14.52% on AudioSet) and supports a self-supervised alternative via pseudo-labeling. The approach reveals clear head specialization in later LALM layers and offers a practical, finetuning-free method to repurpose LALMs for discriminative tasks with strong performance and scalability benefits.
Abstract
Large audio-language models (LALMs) exhibit strong zero-shot capabilities in multiple downstream tasks, such as audio question answering (AQA) and abstract reasoning; however, these models still lag behind specialized models for certain discriminative tasks (e.g., audio classification). Recent studies show that sparse subsets of attention heads within an LALM can serve as strong discriminative feature extractors for downstream tasks such as classification via simple voting schemes. However, these methods assign uniform weights to all selected heads, implicitly assuming that each head contributes equally across all semantic categories. In this work, we propose Class-Conditional Sparse Attention Vectors for Large Audio-Language Models, a few-shot classification method that learns class-dependent importance weights over attention heads. This formulation allows individual heads to specialize in distinct semantic categories and to contribute to ensemble predictions proportionally to their estimated reliability. Experiments on multiple few-shot audio and audiovisual classification benchmarks and tasks demonstrate that our method consistently outperforms state-of-the-art uniform voting-based approaches by up to 14.52%, 1.53%, 8.35% absolute gains for audio classification, audio-visual classification, and spoofing detection respectively.
