paper-with-me

Papers

Chart-RCNN: Efficient Line Chart Data Extraction from Camera Images

2022-11-25 · Shufan Li, Congxi Lu, Linkai Li, Haoshuai Zhou

Line Chart Data Extraction is a natural extension of Optical Character Recognition where the objective is to recover the underlying numerical information a chart image represents. Some recent works such as ChartOCR approach this problem using multi-stage networks combining OCR models with object detection frameworks. However, most of the existing datasets and models are based on "clean" images such as screenshots that drastically differ from camera photos. In addition, creating domain-specific new datasets requires extensive labeling which can be time-consuming. Our main contributions are as follows: we propose a synthetic data generation framework and a one-stage model that outputs text labels, mark coordinates, and perspective estimation simultaneously. We collected two datasets consisting of real camera photos for evaluation. Results show that our model trained only on synthetic data can be applied to real photos without any fine-tuning and is feasible for real-world application.

📄 PDF Abstract BibTeX arXiv:2211.14362

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject DetectionOptical Character RecognitionOptical Character Recognition (OCR)Synthetic Data Generation

Similar Papers 제목 키워드 기반

GRCNN: Graph Recognition Convolutional Neural Network for Synthesizing Programs from Flow Charts

2020-11-11 · Lin Cheng, Zijiang Yang

Program synthesis is the task to automatically generate programs based on user specification. In this paper, we present a framework that synthesizes programs from flow charts that serve as accurate and intuitive specific…

Program Synthesis

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

DEEPCHART: How Far are LLMs from Faithful Data-Science Chart Generation?

2026-08-27 · Jiahui tang, Kuicai Dong, Dexun Li, Hongchao Gu 외 arxiv

Faithful chart generation in real-world data-science workflows requires grounding visualizations in scattered evidence, computing chart-ready quantities, and rendering them accurately. Modern LLMs can produce visually pl…

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

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…