LGHEP-THSep 1, 2024

Detecting Homeomorphic 3-manifolds via Graph Neural Networks

arXiv:2409.02126v1h-index: 1
Originality Synthesis-oriented
AI Analysis

This work addresses a specific problem in topology and physics for researchers in those fields, but it is incremental as it applies existing GNN methods to a new dataset.

The paper tackles the homeomorphism problem for graph-manifolds, which is computationally hard, by using Graph Neural Networks to achieve polynomial-time solutions with some accuracy trade-offs, achieving up to 95% accuracy in experiments.

Motivated by the enumeration of the BPS spectra of certain 3d $\mathcal{N}=2$ supersymmetric quantum field theories, obtained from the compactification of 6d superconformal field theories on three-manifolds, we study the homeomorphism problem for a class of graph-manifolds using Graph Neural Network techniques. Utilizing the JSJ decomposition, a unique representation via a plumbing graph is extracted from a graph-manifold. Homeomorphic graph-manifolds are related via a sequence of von Neumann moves on this graph; the algorithmic application of these moves can determine if two graphs correspond to homeomorphic graph-manifolds in super-polynomial time. However, by employing Graph Neural Networks (GNNs), the same problem can be addressed, at the cost of accuracy, in polynomial time. We build a dataset composed of pairs of plumbing graphs, together with a hidden label encoding whether the pair is homeomorphic. We train and benchmark a variety of network architectures within a supervised learning setting by testing different combinations of two convolutional layers (GEN, GCN, GAT, NNConv), followed by an aggregation layer and a classification layer. We discuss the strengths and weaknesses of the different GNNs for this homeomorphism problem.

Code Implementations1 repo
Foundations

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

Your Notes