CVCLJul 1

Token-level Response-visual Attention Guidance for Multimodal LLMs Knowledge Distillation

arXiv:2607.0259313.1h-index: 9
Predicted impact top 24% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners compressing multimodal LLMs, this work provides a more effective distillation method by focusing on response-conditioned attention with token-specific weighting.

The paper identifies that response-to-vision attention similarity, not prompt-to-vision, correlates with MLLM distillation performance, and proposes TRAG, a token-level adaptive distillation objective that improves over prior baselines on multiple benchmarks.

While knowledge distillation (KD) is widely adopted for training lightweight models by leveraging supervision from larger teacher models, relying solely on output token distributions has proven insufficient for compressing Multimodal Large Language Models (MLLMs). Since output tokens are a byproduct of the model attending to visual inputs, prior works have explored explicitly distilling attention to provide a direct supervisory signal. While promising, the precise utility of which attention signals to distill remains under-explored. In this work, we challenge the conventional reliance on prompt-to-vision attention by revealing that downstream performance correlates strongly with response-to-vision attention similarity to the teacher, but negligibly with that of prompt-conditioned attention. Furthermore, we observe that attention distributions exhibit significant variance across individual tokens, indicating that a uniform distillation objective is suboptimal. To this end, we introduce Token-level Response-visual Attention Guidance (TRAG), a distillation objective that 1) shifts the focus to response-to-vision signals and 2) employs token-specific objectives by adaptively weighting the Kullback-Leibler divergence based on attention entropy, effectively guiding the student to mirror the teacher's precise visual focus. Extensive experimental results on multiple benchmarks demonstrate that TRAG significantly outperforms prior distillation baselines.

Foundations

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

Your Notes