Detection of first homology via random geometric graphs in the thermodynamic regime

arXiv:2608.25065 2026 Architecture 1 ideas extracted · analyzed Aug 29, 2026

What the math gives to ML

The paper gives a constructive way to recover global first-homology information from only a sparse random geometric graph, without building a dense Cech or Vietoris-Rips complex. Its key asset is the separation between short, local cycles and long cycles: in the supercritical thermodynamic regime, quotienting the graph cycle space by cycles below scale O(r|log r|) recovers H_1(M) with high probability, while any smaller scale fails. This suggests a topology-aware graph neural network preprocessing or pooling module that preserves global cycles while discarding redundant local loops, using only O(n) edges and sparse linear algebra. The most direct experiment is to compare this quotient-derived homology feature or graph coarsening rule against ordinary kNN graphs and persistent-homology features on manifold-valued graph classification tasks.

Ideas from this paper

Mechanism failed 2026

Long-Cycle Topological Graph Pooling

Construct a sparse radius graph over input samples or learned node embeddings, compute its cycle space, and remove the subspace generated by sufficiently short cycles. Feed the remaining quotient-cycle coordinates or Betti-rank estimate to a graph neural network as a global topological feature, or use them to guide pooling so that local redundant loops are collapsed while global loops are retained. The paper predicts that the threshold L approximately equal to |log r| graph hops is the critical…

Useful7/10
Difficulty6/10
Novelty7/10
Paper: Detection of first homology via random geometric graphs in the thermodynamic regime arXiv:2608.25065