Plane Geometry Diagram Parsing
Abstract
Geometry diagram parsing plays a key role in geometry problem solving, wherein the primitive extraction and relation parsing remain challenging due to the complex layout and between-primitive relationship. In this paper, we propose a powerful diagram parser based on deep learning and graph reasoning. Specifically, a modified instance segmentation method is proposed to extract geometric primitives, and the graph neural network (GNN) is leveraged to realize relation parsing and primitive classification incorporating geometric features and prior knowledge. All the modules are integrated into an end-to-end model called PGDPNet to perform all the sub-tasks simultaneously. In addition, we build a new large-scale geometry diagram dataset named PGDP5K with primitive level annotations. Experiments on PGDP5K and an existing dataset IMP-Geometry3K show that our model outperforms state-of-the-art methods in four sub-tasks remarkably. Our code, dataset and appendix material are available at https://github.com/mingliangzhang2018/PGDP.
Cite
Text
Zhang et al. "Plane Geometry Diagram Parsing." International Joint Conference on Artificial Intelligence, 2022. doi:10.24963/IJCAI.2022/228Markdown
[Zhang et al. "Plane Geometry Diagram Parsing." International Joint Conference on Artificial Intelligence, 2022.](https://mlanthology.org/ijcai/2022/zhang2022ijcai-plane/) doi:10.24963/IJCAI.2022/228BibTeX
@inproceedings{zhang2022ijcai-plane,
title = {{Plane Geometry Diagram Parsing}},
author = {Zhang, Ming-Liang and Yin, Fei and Hao, Yi-Han and Liu, Cheng-Lin},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2022},
pages = {1636-1643},
doi = {10.24963/IJCAI.2022/228},
url = {https://mlanthology.org/ijcai/2022/zhang2022ijcai-plane/}
}