CVCLMar 24, 2025

On the Perception Bottleneck of VLMs for Chart Understanding

arXiv:2503.18435v210 citationsh-index: 11Has CodeEMNLP
Originality Incremental advance
AI Analysis

This work addresses a critical limitation in chart understanding for AI systems, though it is incremental as it builds on existing methods to tackle a known bottleneck.

The study identifies a perception bottleneck in large vision-language models for chart understanding, decomposing it into vision encoder and extraction bottlenecks, and proposes a contrastive learning framework to enhance the visual encoder, significantly improving model performance.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes