arXiv:2503.18435cs.CVcs.CL2025-03EMNLP被引 12

现有视觉语言模型看图能力受限,本文提出改进视觉编码器以提升图表理解。

On the Perception Bottleneck of VLMs for Chart Understanding

  • 将感知瓶颈拆解为视觉编码与信息提取两部分
  • 线性提取器低估了视觉表征中的丰富信息,且编码器仍是主要瓶颈
  • 基于对比学习增强视觉编码器,显著提升图表理解性能

图表理解需模型有效分析数值数据、文本元素及复杂视觉成分。我们观察发现,现有大型视觉语言模型(LVLMs)的感知能力是该过程的关键瓶颈。本研究通过分解该瓶颈为两个部分:视觉编码瓶颈(视觉表征未能正确封装信息)和信息提取瓶颈(语言模型难以从视觉表征中提取必要信息)。综合实验表明:(1)视觉表征中蕴含的信息远比线性提取器(如广泛使用的检索准确率指标)所捕捉的丰富;(2)指令微调虽能有效提升提取能力,但视觉编码器仍为关键瓶颈,亟需针对性优化。因此,我们在对比学习框架下进一步增强视觉编码器。实证结果表明,该方法显著缓解了感知瓶颈,提升了LVLM对图表的理解能力。代码公开于 https://github.com/hkust-nlp/Vision4Chart。

原文摘要 · Abstract (English)

Chart understanding requires models to effectively analyze and reason about numerical data, textual elements, and complex visual components. Our observations reveal that the perception capabilities of existing large vision-language models (LVLMs) constitute a critical bottleneck in this process. In this study, we delve into this perception bottleneck by decomposing it into two components: the vision encoder bottleneck, where the visual representation may fail to encapsulate the correct information, and the extraction bottleneck, where the language model struggles to extract the necessary information from the provided visual representations. Through comprehensive experiments, we find that (1) the information embedded within visual representations is substantially richer than what is typically captured by linear extractors, such as the widely used retrieval accuracy metric; (2) While instruction tuning effectively enhances the extraction capability of LVLMs, the vision encoder remains a critical bottleneck, demanding focused attention and improvement. Therefore, we further enhance the visual encoder to mitigate the vision encoder bottleneck under a contrastive learning framework. Empirical results demonstrate that our approach significantly mitigates the perception bottleneck and improves the ability of LVLMs to comprehend charts. Code is publicly available at https://github.com/hkust-nlp/Vision4Chart.

图表理解视觉语言模型感知瓶颈对比学习

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