English

EuclidNet: Deep Visual Reasoning for Constructible Problems in Geometry

Computer Vision and Pattern Recognition 2023-07-06 v1 Artificial Intelligence Machine Learning

Abstract

In this paper, we present a deep learning-based framework for solving geometric construction problems through visual reasoning, which is useful for automated geometry theorem proving. Constructible problems in geometry often ask for the sequence of straightedge-and-compass constructions to construct a given goal given some initial setup. Our EuclidNet framework leverages the neural network architecture Mask R-CNN to extract the visual features from the initial setup and goal configuration with extra points of intersection, and then generate possible construction steps as intermediary data models that are used as feedback in the training process for further refinement of the construction step sequence. This process is repeated recursively until either a solution is found, in which case we backtrack the path for a step-by-step construction guide, or the problem is identified as unsolvable. Our EuclidNet framework is validated on complex Japanese Sangaku geometry problems, demonstrating its capacity to leverage backtracking for deep visual reasoning of challenging problems.

Keywords

Cite

@article{arxiv.2301.13007,
  title  = {EuclidNet: Deep Visual Reasoning for Constructible Problems in Geometry},
  author = {Man Fai Wong and Xintong Qi and Chee Wei Tan},
  journal= {arXiv preprint arXiv:2301.13007},
  year   = {2023}
}

Comments

Accepted by 2nd MATH-AI Workshop at NeurIPS'22

R2 v1 2026-06-28T08:26:59.663Z