paper-with-me

Papers

OneChart: Purify the Chart Structural Extraction via One Auxiliary Token

2024-04-15 · Jinyue Chen, Lingyu Kong, Haoran Wei, Chenglong Liu, Zheng Ge, Liang Zhao, Jianjian Sun, Chunrui Han, Xiangyu Zhang

Chart parsing poses a significant challenge due to the diversity of styles, values, texts, and so forth. Even advanced large vision-language models (LVLMs) with billions of parameters struggle to handle such tasks satisfactorily. To address this, we propose OneChart: a reliable agent specifically devised for the structural extraction of chart information. Similar to popular LVLMs, OneChart incorporates an autoregressive main body. Uniquely, to enhance the reliability of the numerical parts of the output, we introduce an auxiliary token placed at the beginning of the total tokens along with an additional decoder. The numerically optimized (auxiliary) token allows subsequent tokens for chart parsing to capture enhanced numerical features through causal attention. Furthermore, with the aid of the auxiliary token, we have devised a self-evaluation mechanism that enables the model to gauge the reliability of its chart parsing results by providing confidence scores for the generated content. Compared to current state-of-the-art (SOTA) chart parsing models, e.g., DePlot, ChartVLM, ChartAst, OneChart significantly outperforms in Average Precision (AP) for chart structural extraction across multiple public benchmarks, despite enjoying only 0.2 billion parameters. Moreover, as a chart parsing agent, it also brings 10%+ accuracy gains for the popular LVLM (LLaVA-1.6) in the downstream ChartQA benchmark.

📄 PDF Abstract BibTeX arXiv:2404.09987

Code (1)

lingyvkong/onechart 공식 구현 pytorch

Tasks

Decoder

Similar Papers 제목 키워드 기반

LineFormer: Rethinking Line Chart Data Extraction as Instance Segmentation

2023-05-03 · Jay Lal, Aditya Mitkari, Mahesh Bhosale, David Doermann

Data extraction from line-chart images is an essential component of the automated document understanding process, as line charts are a ubiquitous data visualization format. However, the amount of visual and structural va…

Data Visualizationdocument understandingInstance SegmentationSemantic Segmentation

CHARTER: heatmap-based multi-type chart data extraction

2021-11-28 · Joseph Shtok, Sivan Harary, Ophir Azulai, Adi Raz Goldfarb 외

The digital conversion of information stored in documents is a great source of knowledge. In contrast to the documents text, the conversion of the embedded documents graphics, such as charts and plots, has been much less…

Vocal Bursts Type Prediction

Tensor Fields for Data Extraction from Chart Images: Bar Charts and Scatter Plots

2020-10-05 · Jaya Sreevalsan-Nair, Komal Dadhich, Siri Chandana Daggubati

Charts are an essential part of both graphicacy (graphical literacy), and statistical literacy. As chart understanding has become increasingly relevant in data science, automating chart analysis by processing raster imag…

Chart Understanding

ChartZero: Synthetic Priors Enable Zero Shot Chart Data Extraction

2026-05-07 · Md Touhidul Islam, Yasir Mahmud, Sujan Kumar Saha, Mark Tehranipoor 외 arxiv

Automated data extraction from line charts remains fundamentally bottlenecked by extreme stylistic diversity and a severe scarcity of comprehensively annotated, real-world datasets. Current end-to-end pipelines depend he…

Self-Ensembling Vision-Language Models for Chart Data Extraction

2026-05-26 · Thomas Berkane, Qianyi Wang, Maimuna S. Majumder arxiv

Charts effectively convey quantitative information, but the underlying data are often locked in image form, hindering reuse and analysis. Manually digitizing charts is time-consuming and error-prone, motivating automatic…