arXiv:2508.03469cs.CV2025-08被引 6

提出IKOD方法,缓解大模型生成时视觉注意力下降导致的幻觉问题。

IKOD: Mitigating Visual Attention Degradation in Large Vision-Language Models

  • 通过键值合并策略,让模型生成更依赖图像信息的文本序列。
  • 在多个基准上显著降低幻觉率,提升图文一致性,且推理开销低。
  • 无需训练或外部工具,可直接部署于现有视觉语言模型。

大型视觉语言模型(LVLMs)在多个领域取得进展,但仍面临视觉与语言协同推理的固有挑战,常产生脱离图像内容的幻觉。研究发现,随着生成序列变长,幻觉现象加剧,但其成因尚不明确。本文分析指出,当前模型在生成过程中对视觉输入的注意力随序列增长而持续减弱,这可能是幻觉增加的关键原因。为此,提出图像注意力引导的键值合并协同解码(IKOD)方法:从短序列中提取高视觉注意力的逻辑输出,经键值合并后与原始解码结果融合,有效缓解注意力退化并抑制幻觉。大量实验表明,IKOD在幻觉检测与综合评测中均表现优异,且无需额外训练或外部工具,是一种轻量高效、通用性强的框架,适用于多种主流模型。

原文摘要 · Abstract (English)

Recent advancements in Large Vision-Language Models (LVLMs) have demonstrated significant progress across multiple domains. However, these models still face the inherent challenge of integrating vision and language for collaborative inference, which often leads to "hallucinations", outputs that are not grounded in the corresponding images. Many efforts have been made to address these issues, but each comes with its own limitations, such as high computational cost or expensive dataset annotation. Recent research shows that LVLMs exhibit a long-term bias where hallucinations increase as the sequence length grows, yet the underlying cause remains poorly understood. Building on extensive research into attention mechanisms in LVLMs, we analyze the relationship between this long-term bias and visual attention. In our research, we identify a consistent phenomenon in current LVLMs: the model's attention to visual input diminishes as the generated sequence grows, which we hypothesize to be a key factor contributing to observed increasing hallucinations. Based on these insights, we propose Image attention-guided Key-value merging cOllaborative Decoding (IKOD), a collaborative decoding strategy generating more image-focused sequences. This method derives logits from shorter sequences with higher image attention through key-value merging and combines them with those from the original decoding, effectively mitigating attention degradation and suppressing hallucinations while not incurring too much inference cost. Extensive experiments on both hallucination and comprehensive benchmarks demonstrate IKOD's superior effectiveness in mitigating hallucinations and improving comprehensive capacities for LVLMs. Importantly, IKOD requires no additional training or external tools, making it a lightweight and efficient framework applicable to various models.

视觉语言模型幻觉抑制注意力机制协同解码

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。