CVAILGDec 27, 2022

EuclidNet: Deep Visual Reasoning for Constructible Problems in Geometry

arXiv:2301.13007v16 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses automated geometry theorem proving, offering a novel approach for solving constructible problems, though it appears incremental as it builds on existing neural network methods.

The paper tackles geometric construction problems by developing a deep learning framework that uses visual reasoning to generate construction sequences, achieving validation on complex Sangaku geometry problems.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes