LGApr 2, 2025

Geometric Reasoning in the Embedding Space

arXiv:2504.02018v1h-index: 26Mach Learn Knowl Extr
Originality Synthesis-oriented
AI Analysis

This addresses the challenge of geometric reasoning in AI, but it is incremental as it applies existing models to a specific task.

The paper tackles the problem of enabling Graph Neural Networks and Transformers to reason about geometric constraints by training them to predict spatial positions of points in a 2D grid from constraints, with the Graph Neural Network performing significantly better and being more scalable.

In this contribution, we demonstrate that Graph Neural Networks and Transformers can learn to reason about geometric constraints. We train them to predict spatial position of points in a discrete 2D grid from a set of constraints that uniquely describe hidden figures containing these points. Both models are able to predict the position of points and interestingly, they form the hidden figures described by the input constraints in the embedding space during the reasoning process. Our analysis shows that both models recover the grid structure during training so that the embeddings corresponding to the points within the grid organize themselves in a 2D subspace and reflect the neighborhood structure of the grid. We also show that the Graph Neural Network we design for the task performs significantly better than the Transformer and is also easier to scale.

Foundations

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

Your Notes