Research Papers 论文研究 3d ago Updated 2d ago 更新于 2天前 46

Which Source Wins? Task-Dependent Reliance in Vision-Language Models 哪个来源胜出?视觉-语言模型中的任务依赖偏好研究

Vision-language models dynamically reallocate modality reliance when image and text conflict, with the direction of shift depending on task type rather than being fixed On arithmetic benchmarks (GSM8K, SVAMP), five of six open-weight VLMs shift more strongly away from degraded text than degraded images, favoring visual input On ChartQA-Conflict (a new benchmark of 229 chart-report conflicts), all six models reverse this pattern, shifting more strongly away from degraded visual sources The revers 研究VLM在视觉与文本冲突时的模态依赖转移机制,通过控制图像/文本可读性退化(四个级别)观察模型偏好变化 在算术任务(GSM8K/SVAMP)中,5/6模型更倾向于远离退化文本而非退化图像;但在ChartQA-Conflict图表任务中呈现相反模式 引入ChartQA-Conflict基准测试,包含229个经人工审核的图表-报告冲突样本,配有匹配的图表和表格图像表示 六个开源VLM和两个前沿API模型(GPT-5.6-Luna、Gemini-3.5-Flash)均复现了ChartQA-Conflict的逆转行为 模态依赖并非固定属性,而是随任务类型、证据结构、模型和评估设置动态变化

62
Hot 热度
72
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • Vision-language models dynamically reallocate modality reliance when image and text conflict, with the direction of shift depending on task type rather than being fixed
  • On arithmetic benchmarks (GSM8K, SVAMP), five of six open-weight VLMs shift more strongly away from degraded text than degraded images, favoring visual input
  • On ChartQA-Conflict (a new benchmark of 229 chart-report conflicts), all six models reverse this pattern, shifting more strongly away from degraded visual sources
  • The reversal persists after calibrating for unimodal accuracy loss and when replacing charts with plain table images, indicating it is task-structure-driven rather than modality-quality-driven
  • Frontier API models GPT-5.6-Luna and Gemini-3.5-Flash replicate the ChartQA-Conflict reversal, with GPT-5.6-Luna also matching the arithmetic direction

Why It Matters

This research reveals that VLM modality reliance is not a static property but a task-dependent phenomenon, which has direct implications for how practitioners should evaluate and deploy multimodal systems in real-world scenarios where inputs may be degraded or conflicting. Understanding these shifts is critical for building robust VLM applications in domains like healthcare, finance, and autonomous systems where visual and textual evidence may not always align.

Technical Details

  • The authors introduce a controlled experimental setup where either the image or text is degraded across four legibility levels while the other modality remains clean, enabling precise measurement of modality preference shifts
  • They construct cross-modal conflicts on GSM8K and SVAMP by pairing the rendered image of one arithmetic problem with the text of another, creating situations where the two sources support different answers
  • A new benchmark, ChartQA-Conflict, is introduced containing 229 manually reviewed chart-report conflicts with matched chart and table-image representations
  • Evaluation uses both generated answers and a length-normalized conditional log-likelihood margin across six open-weight VLMs, with behavioral replication tested on GPT-5.6-Luna and Gemini-3.5-Flash
  • Robustness checks include calibrating for unimodal accuracy loss and substituting charts with plain table images to isolate task-structure effects from modality-specific factors

Industry Insight

  • VLM evaluation pipelines should incorporate conflict-based benchmarks like ChartQA-Conflict to uncover hidden modality biases that standard accuracy metrics may miss, ensuring more reliable deployment in production
  • Practitioners building multimodal systems should anticipate that model behavior will shift unpredictably when modalities degrade unevenly, and should implement fallback mechanisms or uncertainty quantification for such scenarios
  • The task-dependent nature of modality reliance suggests that model cards and documentation should specify not just overall performance but also modality robustness profiles across different evidence structures to guide appropriate use cases

TL;DR

  • 研究VLM在视觉与文本冲突时的模态依赖转移机制,通过控制图像/文本可读性退化(四个级别)观察模型偏好变化
  • 在算术任务(GSM8K/SVAMP)中,5/6模型更倾向于远离退化文本而非退化图像;但在ChartQA-Conflict图表任务中呈现相反模式
  • 引入ChartQA-Conflict基准测试,包含229个经人工审核的图表-报告冲突样本,配有匹配的图表和表格图像表示
  • 六个开源VLM和两个前沿API模型(GPT-5.6-Luna、Gemini-3.5-Flash)均复现了ChartQA-Conflict的逆转行为
  • 模态依赖并非固定属性,而是随任务类型、证据结构、模型和评估设置动态变化

为什么值得看

本文为理解VLM在多模态冲突场景下的决策机制提供了系统性实证分析,揭示了模型模态偏好的任务依赖性。对AI从业者优化VLM在复杂场景下的鲁棒性具有直接参考价值。

技术解析

  • 实验设计:通过配对渲染图像与文本构建冲突样本(如GSM8K/SVAMP中将问题A的图像与问题B的文本组合),在四个可读性退化级别下测试模型表现
  • 评估方法:使用生成答案和长度归一化的条件对数似然边际(length-normalized conditional log-likelihood margin)双重评估
  • ChartQA-Conflict基准:包含229个经人工审核的图表-报告冲突,支持图表与表格图像的对比分析
  • 控制实验:在校准单模态准确率损失后,以及用纯表格图像替换图表后,逆转模式依然成立
  • 模型范围:六个开源权重VLM + 两个前沿API模型(GPT-5.6-Luna、Gemini-3.5-Flash)

行业启示

  • VLM的模态依赖具有高度任务依赖性,不能假设模型对视觉/文本的偏好是固定的,需针对具体应用场景进行针对性评估
  • 在涉及图表理解的任务中,模型对视觉退化更为敏感,提示开发者在部署VLM时应重视视觉输入质量保障
  • 建议建立任务感知的多模态评估框架,避免单一基准测试对模型能力的片面判断

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

Multimodal 多模态 Research 科学研究 Evaluation 评测 Vision-Language Models Vision-Language Models LLM 大模型