arXiv:2605.14621cs.CVcs.AI2026-05

不靠外部工具,用内部对比解码减少视觉语言模型幻觉

Do We Really Need External Tools to Mitigate Hallucinations? SIRA: Shared-Prefix Internal Reconstruction of Attribution

论文配图:Do We Really Need External Tools to Mitigate Hallucinations? SIRA: Shared-Prefix Internal Reconstruction of Attribution
图 1 · 摘自论文原文
  • 通过共享前缀构建多模态对齐状态,再分叉出无视觉细节的反事实分支
  • 在POPE/CHAIR/AMBER上降低幻觉率,且比双次推理耗时更少
  • 无需训练或外部模型,适合可白盒访问的开源视觉语言模型

大型视觉语言模型(LVLM)常因语言先验主导而产生幻觉,尤其在视觉证据弱或模糊时。现有对比解码方法需依赖外部扰动输入生成参考,但会引入离域伪影并增加计算开销。本文提出SIRA,一种无需训练的内部对比解码框架,利用多模态变压器的分阶段信息流,在同一模型内构造反事实参考。SIRA首先让图像与文本令牌通过共享前缀交互,形成保留提示理解、解码历史、位置结构和早期视觉定位的对齐多模态状态;随后在后续层中分叉出反事实分支,屏蔽对图像令牌位置的关注,使其保留共享上下文但失去细粒度视觉信息,生成仅依赖语言先验的内部参考。解码时,SIRA抑制那些即使缺乏后期视觉输入仍强的词元,倾向依赖完整视觉路径的优势预测。在Qwen2.5-VL和LLaVA-v1.5上,于POPE、CHAIR、AMBER三个数据集上的实验表明,SIRA持续降低幻觉率,保持描述覆盖度,并显著低于双次推理的开销。SIRA无需训练、外部验证器或扰动输入,适用于具备白盒推理访问权限的开源视觉语言模型。

原文摘要 · Abstract (English)

Large vision-language models (LVLMs) often hallucinate when language priors dominate weak or ambiguous visual evidence. Existing contrastive decoding methods mitigate this problem by comparing predictions from the original image with those from externally perturbed visual inputs, but such references can introduce off-manifold artifacts and require costly extra forward passes. We propose SIRA, a training-free internal contrastive decoding framework that constructs a counterfactual reference inside the same LVLM by exploiting the staged information flow of multimodal transformers. Instead of removing visual information from the input, SIRA first lets image and text tokens interact through a shared prefix, forming an aligned multimodal state that preserves prompt interpretation, decoding history, positional structure, and early visual grounding. It then forks a counterfactual branch in later transformer layers, where attention to image-token positions is masked. This branch retains the shared multimodal context but lacks continued access to fine-grained visual evidence, yielding a language-prior-dominated internal reference for token-level contrast. During decoding, SIRA suppresses tokens that remain strong without late visual access and favors predictions whose advantage depends on the full visual pathway. Experiments on POPE, CHAIR, and AMBER with Qwen2.5-VL and LLaVA-v1.5 show that SIRA consistently reduces hallucinations while preserving descriptive coverage and incurring lower overhead than two-pass contrastive decoding. SIRA requires no training, external verifier, or perturbed input, and applies to open-weight LVLMs with white-box inference access.

视觉语言模型幻觉抑制对比解码内部重构

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