ASCVSDOct 26, 2025

Mitigating Attention Sinks and Massive Activations in Audio-Visual Speech Recognition with LLMs

arXiv:2510.22603v28 citationsh-index: 36
Originality Incremental advance
AI Analysis

This addresses performance degradation in audio-visual speech recognition for applications like assistive technology, but it is incremental as it builds on known NLP phenomena.

The paper tackled the problem of attention sinks and massive activations in audio-visual speech recognition with LLMs, identifying these issues in multimodal contexts and introducing a decorrelation loss that improved word error rate under high downsampling.

Large language models (LLMs) have recently advanced auditory speech recognition (ASR), visual speech recognition (VSR), and audio-visual speech recognition (AVSR). However, understanding of their internal dynamics under fine-tuning remains limited. In natural language processing, recent work has revealed attention sinks, tokens that attract disproportionately high attention, and associated massive activations in which some features of sink tokens exhibit huge activation in LLMs. In this work, we are the first to study these phenomena in multimodal speech recognition. Through a detailed analysis of audio-visual LLMs, we identify attention sinks and massive activations not only at the BOS token but also at intermediate low-semantic tokens across ASR, VSR, and AVSR. We show that massive activations originate in the MLP layers and correspond to fixed feature indices across all sink tokens. We further show that intermediate sink tokens exhibit high cosine similarity to the BOS token, thereby amplifying attention and activation. Building on these insights, we introduce a simple decorrelation loss that reduces cosine similarity between BOS and other tokens, effectively mitigating intermediate sinks and massive activations. Furthermore, our method improves word error rate (WER) under high audio-visual feature downsampling while remaining stable at lower downsampling rates.

Foundations

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

Your Notes