English

Context-Aware Chart Element Detection

Computer Vision and Pattern Recognition 2023-09-12 v2

Abstract

As a prerequisite of chart data extraction, the accurate detection of chart basic elements is essential and mandatory. In contrast to object detection in the general image domain, chart element detection relies heavily on context information as charts are highly structured data visualization formats. To address this, we propose a novel method CACHED, which stands for Context-Aware Chart Element Detection, by integrating a local-global context fusion module consisting of visual context enhancement and positional context encoding with the Cascade R-CNN framework. To improve the generalization of our method for broader applicability, we refine the existing chart element categorization and standardized 18 classes for chart basic elements, excluding plot elements. Our CACHED method, with the updated category of chart elements, achieves state-of-the-art performance in our experiments, underscoring the importance of context in chart element detection. Extending our method to the bar plot detection task, we obtain the best result on the PMC test dataset.

Keywords

Cite

@article{arxiv.2305.04151,
  title  = {Context-Aware Chart Element Detection},
  author = {Pengyu Yan and Saleem Ahmed and David Doermann},
  journal= {arXiv preprint arXiv:2305.04151},
  year   = {2023}
}

Comments

Published in ICDAR 2023. Code and model are available at https://github.com/pengyu965/ChartDete

R2 v1 2026-06-28T10:27:50.789Z