arXiv:2512.03276cs.LG2025-12NeurIPS被引 7

视觉语言模型回忆事实能力弱,因实体识别太晚,难复用语言模型原有机制。

Too Late to Recall: Explaining the Two-Hop Problem in Multimodal Knowledge Retrieval

  • 通过分析计算路径,发现高失败模型在视觉输入中实体识别过晚。
  • 14个模型中有11个在事实回忆任务中表现不如其语言模型基线。
  • 早识别实体可复用原语言模型机制,提升性能;提示链式思考也有效。

训练视觉语言模型(VLM)旨在对齐视觉编码器的视觉表征与预训练大语言模型(LLM)的文本表征。然而,许多VLM在事实回忆任务中的表现低于其对应的LLM基线,引发疑问:多模态微调能否有效扩展LLM的现有机制以处理视觉输入?我们提出,基于视觉输入的事实回忆需要解决两跳问题:(1)从视觉输入形成实体表征,(2)基于这些表征回忆相关事实知识。我们在14种不同架构(如LLaVA、Native、Cross-Attention)、规模(7B-124B参数)和训练设置的VLM上进行基准测试,结果发现11/14模型存在事实回忆退化。选取高性能与低性能各三例,结合归因修补、激活修补和探针分析,发现性能差的模型因在计算流程中过晚完成第一跳(实体识别),无法有效利用其LLM基线中的事实回忆通路。而高性能模型则在早期完成实体识别,得以复用原有机制。最后,我们通过将LLM的实体表征引入VLM或使用链式思考提示,成功恢复性能。结果表明,早期实体识别速度是决定VLM能否复用预存机制的关键。本工作展示了机制分析如何揭示多模态对齐中的系统性失败。

原文摘要 · Abstract (English)

Training vision language models (VLMs) aims to align visual representations from a vision encoder with the textual representations of a pretrained large language model (LLM). However, many VLMs exhibit reduced factual recall performance compared to their LLM backbones, raising the question of how effective multimodal fine-tuning is at extending existing mechanisms within the LLM to visual inputs. We argue that factual recall based on visual inputs requires VLMs to solve a two-hop problem: (1) forming entity representations from visual inputs, and (2) recalling associated factual knowledge based on these entity representations. By benchmarking 14 VLMs with various architectures (LLaVA, Native, Cross-Attention), sizes (7B-124B parameters), and training setups on factual recall tasks against their original LLM backbone models, we find that 11 of 14 models exhibit factual recall degradation. We select three models with high and two models with low performance degradation, and use attribution patching, activation patching, and probing to show that degraded VLMs struggle to use the existing factual recall circuit of their LLM backbone, because they resolve the first hop too late in the computation. In contrast, high-performing VLMs resolve entity representations early enough to reuse the existing factual recall mechanism. Finally, we demonstrate two methods to recover performance: patching entity representations from the LLM backbone into the VLM, and prompting with chain-of-thought reasoning. Our results highlight that the speed of early entity resolution critically determines how effective VLMs are in using preexisting LLM mechanisms. More broadly, our work illustrates how mechanistic analysis can explain and unveil systematic failures in multimodal alignment.

视觉语言模型事实回忆机制分析

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