Research Papers 论文研究 4h ago Updated 29m ago 更新于 29分钟前 47

Taming Visual Neglect: A Variational Information Bottleneck Framework for Adaptive Attention in Multimodal In-Context Learning 驯服视觉忽视:多模态上下文学习中自适应注意力的变分信息瓶颈框架

VIB-ICL introduces an information-theoretic framework using the Information Bottleneck principle to explain and resolve the dichotomy of visual context neglect in multimodal in-context learning Cross-Modal Information Gain (CMIG) is proposed as a metric quantifying the additional mutual information visual context provides beyond textual context The paper proves that visual neglect is the Information Bottleneck-optimal solution when visual information is redundant, yielding a closed-form Attentio 提出VIB-ICL框架,通过信息瓶颈原理解决多模态ICL中视觉上下文被忽略的问题 引入跨模态信息增益(CMIG)量化视觉信息相对于文本的额外价值 理论证明视觉忽略在信息冗余时是信息瓶颈最优解,而非模型失败模式 实验在五个基准上最高提升4.7%准确率,减少35%演示需求

62
Hot 热度
74
Quality 质量
68
Impact 影响力

Analysis 深度分析

TL;DR

  • VIB-ICL introduces an information-theoretic framework using the Information Bottleneck principle to explain and resolve the dichotomy of visual context neglect in multimodal in-context learning
  • Cross-Modal Information Gain (CMIG) is proposed as a metric quantifying the additional mutual information visual context provides beyond textual context
  • The paper proves that visual neglect is the Information Bottleneck-optimal solution when visual information is redundant, yielding a closed-form Attention Reallocation Principle
  • VIB-ICL dynamically reallocates attention by estimating CMIG via variational bounds, achieving up to 4.7% accuracy gains and 35% reduction in required demonstrations across five benchmarks

Why It Matters

This work provides the first rigorous theoretical grounding for when and why visual context helps or hurts multimodal ICL, transforming an observed failure mode into an optimizable property. For AI practitioners building multimodal systems, it offers a principled algorithm to adaptively weight visual versus textual demonstrations, directly improving sample efficiency and accuracy. The theoretical bounds also establish clear conditions under which multimodal ICL provably outperforms text-only approaches.

Technical Details

  • Cross-Modal Information Gain (CMIG): A novel information-theoretic quantity measuring the additional mutual information that visual demonstrations provide about the target label beyond what textual context alone conveys, defined as the difference in mutual information between multimodal and text-only settings.
  • Generalization Bound: The authors derive a theoretical bound showing that multimodal ICL's excess risk over text-only ICL is governed by CMIG, proving that multimodal ICL provably outperforms text-only ICL when visual information is non-redundant.
  • Attention Reallocation Principle: A closed-form principle derived from the Information Bottleneck framework that prescribes how visual attention weights should be adaptively adjusted—neglecting visual context is shown to be optimal when visual information is redundant rather than a failure mode.
  • VIB-ICL Algorithm: Instantiates the theoretical framework by estimating CMIG via variational bounds and dynamically reallocating attention weights across modalities during inference, enabling adaptive multimodal ICL.
  • Empirical Validation: Evaluated on five benchmarks, demonstrating consistent improvements of up to 4.7% accuracy gains and a 35% reduction in the number of required demonstrations, validating the theoretical predictions.

Industry Insight

  • The framework reframes visual neglect from a bug to a feature: systems should not force visual attention but instead learn when visual context is informative, enabling more efficient multimodal models that avoid unnecessary computation on redundant modalities.
  • The 35% reduction in required demonstrations has direct implications for reducing inference costs and latency in production multimodal systems, where demonstration retrieval and processing are significant overhead.
  • The Information Bottleneck perspective opens a new research direction for understanding multi-modal fusion—practitioners should consider information-theoretic measures of modality redundancy when designing few-shot multimodal pipelines.

TL;DR

  • 提出VIB-ICL框架,通过信息瓶颈原理解决多模态ICL中视觉上下文被忽略的问题
  • 引入跨模态信息增益(CMIG)量化视觉信息相对于文本的额外价值
  • 理论证明视觉忽略在信息冗余时是信息瓶颈最优解,而非模型失败模式
  • 实验在五个基准上最高提升4.7%准确率,减少35%演示需求

为什么值得看

这篇论文从信息论角度深入解释了多模态ICL中视觉上下文利用的机制,为理解"视觉忽略"现象提供了理论框架。提出的VIB-ICL算法可动态调整注意力分配,对提升多模态模型性能具有实用价值。

技术解析

  • 核心概念CMIG:定义跨模态信息增益,量化视觉上下文在文本基础上为目标预测提供的额外互信息
  • 泛化界推导:证明多模态ICL的超额风险由CMIG控制,当视觉信息非冗余时多模态ICL严格优于纯文本ICL
  • 注意力重分配原理:推导出闭式解,规定视觉注意力权重应如何根据信息冗余度自适应调整
  • VIB-ICL算法:通过变分下界估计CMIG,实现动态注意力重新分配
  • 实验验证:在五个基准测试上验证,最高准确率提升4.7%,演示需求减少35%

行业启示

  • 多模态ICL的视觉利用不应简单视为"成功/失败"二分,而应从信息冗余角度理解其合理性
  • 信息瓶颈理论为多模态模型设计提供了可解释的理论指导,可推广至其他模态组合
  • 动态注意力重分配机制对优化多模态模型的上下文学习效率具有实际应用价值

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Multimodal 多模态 LLM 大模型 Research 科学研究 Training 训练 Evaluation 评测