paper-with-me

Papers

AskChart: Universal Chart Understanding through Textual Enhancement

2024-12-26 · Xudong Yang, Yifan Wu, Yizhang Zhu, Nan Tang, Yuyu Luo

Chart understanding tasks such as ChartQA and Chart-to-Text involve automatically extracting and interpreting key information from charts, enabling users to query or convert visual data into structured formats. State-of-the-art approaches primarily focus on visual cues from chart images, failing to explicitly incorporate rich textual information (e.g., data labels and axis labels) embedded within the charts. This textual information is vital for intuitive human comprehension and interpretation of charts. Moreover, existing models are often large and computationally intensive, limiting their practical applicability. In this paper, we introduce AskChart, a universal model that explicitly integrates both textual and visual cues from charts using a Mixture of Experts (MoE) architecture. AskChart facilitates the learning of enhanced visual-textual representations of charts for effectively handling multiple chart understanding tasks, while maintaining a smaller model size. To capture the synergy between visual and textual modalities, we curate a large-scale dataset named ChartBank with about 7.5M data samples, which helps align textual and visual information and facilitates the extraction of visual entities and text. To effectively train AskChart, we design a three-stage training strategy to align visual and textual modalities for learning robust visual-textual representations and optimizing the learning of the MoE layer. Extensive experiments across five datasets demonstrate the significant performance gains of AskChart in four chart understanding tasks. Remarkably, AskChart with 4.6B parameters outperforms state-of-the-art models with 13B parameters by 68.3% in Open-ended ChartQA and 49.2% in Chart-to-Text tasks, while achieving comparable performance in ChartQA and Chart-to-Table tasks.

📄 PDF Abstract BibTeX arXiv:2412.19146

Code (1)

sootung/askchart 공식 구현 pytorch

Tasks

Chart UnderstandingMixture-of-Experts

Methods 이 논문이 사용한 방법론

MoE 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Focus 설명 없음

Similar Papers 제목 키워드 기반

ChartAssisstant: A Universal Chart Multimodal Language Model via Chart-to-Table Pre-training and Multitask Instruction Tuning

2024-01-04 · Fanqing Meng, Wenqi Shao, Quanfeng Lu, Peng Gao 외

Charts play a vital role in data visualization, understanding data patterns, and informed decision-making. However, their unique combination of graphical elements (e.g., bars, lines) and textual components (e.g., labels,…

Data VisualizationDecision MakingInstruction FollowingLanguage Modeling+1

POLYCHARTQA: Benchmarking Large Vision-Language Models with Multilingual Chart Question Answering

2025-07-16 · Yichen Xu, Liangyu Chen, Liang Zhang, Jianzhe Ma 외 arxiv

Charts are a universally adopted medium for data communication, yet existing chart understanding benchmarks are overwhelmingly English-centric, limiting their accessibility and relevance to global audiences. To address t…

Chart Question Answering

START: Spatial and Textual Learning for Chart Understanding

2025-12-08 · Zhuoming Liu, Xiaofeng Gao, Feiyang Niu, Qiaozi Gao 외 arxiv

Chart understanding is crucial for deploying multimodal large language models (MLLMs) in real-world scenarios such as analyzing scientific papers and technical reports. Unlike natural images, charts pair a structured vis…

Code Generation

ChartGalaxy: A Dataset for Infographic Chart Understanding and Generation

2025-05-24 · Zhen Li, Yukai Guo, Duan Li, Xinyuan Guo 외

Infographic charts are a powerful medium for communicating abstract data by combining visual elements (e.g., charts, images) with textual information. However, their visual and structural richness poses challenges for la…

BenchmarkingChart UnderstandingCode GenerationMultimodal Reasoning

Chart-Text: A Fully Automated Chart Image Descriptor

2018-12-27 · Abhijit Balaji, Thuvaarakkesh Ramanathan, Venkateshwarlu Sonathi

Images greatly help in understanding, interpreting and visualizing data. Adding textual description to images is the first and foremost principle of web accessibility. Visually impaired users using screen readers will us…