Finding Graph Isomorphisms in Heated Spaces in Almost No Time
Pith reviewed 2026-05-16 16:45 UTC · model grok-4.3
The pith
A curvature-based algorithm identifies graph isomorphisms correctly in polynomial time on all tested instances including hard cases.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
By constructing candidate correspondences from vertex curvatures derived from spectral graph theory and geometry, then explicitly verifying each candidate, the algorithm correctly decides isomorphism for every tested input in deterministic polynomial time while never producing false positives on non-isomorphic pairs.
What carries the argument
Vertex curvature values computed from spectral and geometric properties, used to generate candidate vertex correspondences that are subsequently verified exactly.
If this is right
- Every output isomorphism is guaranteed correct because verification is exact.
- The procedure runs in deterministic polynomial time on the tested collection.
- Highly regular graphs that resist classical methods are resolved correctly.
- Spectral methods augmented with curvature information can be more powerful for isomorphism than previously shown.
Where Pith is reading between the lines
- If the curvature values remain discriminative on graphs outside the tested set, the approach would supply a practical tool for isomorphism checks in chemistry and network science.
- Extending the method to guarantee a candidate on every isomorphic pair would place the problem in P.
- Systematic trials on strongly regular graphs of increasing size would reveal whether the current success is tied to the specific test collection.
Load-bearing premise
Curvature values are sufficiently different across vertices to produce at least one correct candidate mapping whenever two graphs are isomorphic.
What would settle it
A pair of isomorphic graphs on which the curvature values yield no candidate that survives exact verification.
Figures
read the original abstract
Determining whether two graphs are structurally identical is a fundamental problem with applications spanning mathematics, computer science, chemistry, and network science. Despite decades of study, graph isomorphism remains a challenging algorithmic task, particularly for highly regular structures. Here we introduce a new algorithmic approach based on ideas from spectral graph theory and geometry that constructs candidate correspondences between vertices using their curvatures. Any correspondence produced by the algorithm is explicitly verified, ensuring that non-isomorphic graphs are never incorrectly identified as isomorphic. Although the method does not yet guarantee success on all inputs, we find that it correctly resolves every instance tested in deterministic polynomial time, including a broad collection of graphs known to be difficult for classical techniques. These results demonstrate that enriched spectral methods can be far more powerful than previously understood, and suggest a promising direction for the practical resolution of the complexity of the graph isomorphism problem.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces an algorithmic method for determining graph isomorphisms by constructing candidate vertex correspondences based on curvatures derived from spectral graph theory and geometry. Candidate mappings are explicitly verified to prevent false positives. The authors report that the method successfully resolves all tested instances in deterministic polynomial time, including graphs that are challenging for classical techniques, although no general guarantee is provided for all possible inputs.
Significance. If the results hold and the approach generalizes beyond the tested cases, this would be a notable practical contribution to graph isomorphism algorithms, offering an efficient way to handle difficult regular structures with built-in verification. It highlights the potential of enriched spectral methods in computational graph theory, with applications in chemistry and network science. However, the empirical nature without theoretical backing tempers the significance until the curvature definition and success conditions are clarified.
major comments (3)
- [Abstract] Abstract: The curvature function used to generate candidate correspondences is never defined by an equation or explicit formula. This omission is load-bearing for the central claim, as the method's polynomial-time performance on difficult instances (including regular graphs) depends entirely on the curvature being isomorphism-invariant yet sufficiently vertex-distinguishing to surface the true matching; without the definition, it cannot be checked whether standard choices (e.g., Forman or Ollivier) would collapse to the full symmetric group on vertex-transitive graphs.
- [Method] Method section: No argument or derivation is supplied showing that the (unspecified) curvature produces at least one correct candidate whenever an isomorphism exists. The abstract explicitly disclaims a general guarantee, yet the empirical success on 'a broad collection of graphs known to be difficult' is presented without analysis of orbit-separation properties or failure modes, leaving the polynomial-time claim unsupported beyond the tested instances.
- [Results] Results: The exact test suite is not enumerated and no data or code is referenced for reproducibility. This is critical because the claim of deterministic polynomial-time resolution on all tested difficult graphs cannot be assessed for hidden selection bias or coverage of vertex-transitive/strongly regular cases where curvature discriminability is known to be weak.
minor comments (1)
- [Title] The title reference to 'Heated Spaces' is not explained in the abstract or introduction and appears disconnected from the spectral/curvature content; a more descriptive title would improve clarity.
Simulated Author's Rebuttal
We thank the referee for the careful and constructive review. The comments highlight important areas for clarification and improvement. We address each major comment below and will revise the manuscript accordingly to strengthen the presentation while preserving the empirical nature of the contribution.
read point-by-point responses
-
Referee: [Abstract] Abstract: The curvature function used to generate candidate correspondences is never defined by an equation or explicit formula. This omission is load-bearing for the central claim, as the method's polynomial-time performance on difficult instances (including regular graphs) depends entirely on the curvature being isomorphism-invariant yet sufficiently vertex-distinguishing to surface the true matching; without the definition, it cannot be checked whether standard choices (e.g., Forman or Ollivier) would collapse to the full symmetric group on vertex-transitive graphs.
Authors: We agree that an explicit definition is required for full transparency. In the revised manuscript we will insert the precise mathematical formula for the curvature (a spectral-geometric construction combining the normalized Laplacian with a local geometric weighting) into both the abstract and the methods section. The formula is constructed to be invariant under isomorphism while remaining non-constant on the orbits of the automorphism group for the tested families, including vertex-transitive graphs; we will also add a short remark distinguishing it from Forman and Ollivier curvatures. revision: yes
-
Referee: [Method] Method section: No argument or derivation is supplied showing that the (unspecified) curvature produces at least one correct candidate whenever an isomorphism exists. The abstract explicitly disclaims a general guarantee, yet the empirical success on 'a broad collection of graphs known to be difficult' is presented without analysis of orbit-separation properties or failure modes, leaving the polynomial-time claim unsupported beyond the tested instances.
Authors: The manuscript already states that no general guarantee is claimed; success is demonstrated empirically together with an explicit verification step that rejects false mappings. In revision we will expand the methods section with a derivation of the curvature's invariance and a brief analysis of its orbit-separation behavior on the tested regular and strongly regular families, together with a discussion of observed failure modes (primarily on certain non-isomorphic pairs where multiple candidates appear). This will better contextualize the polynomial-time performance on the reported instances without asserting universality. revision: partial
-
Referee: [Results] Results: The exact test suite is not enumerated and no data or code is referenced for reproducibility. This is critical because the claim of deterministic polynomial-time resolution on all tested difficult graphs cannot be assessed for hidden selection bias or coverage of vertex-transitive/strongly regular cases where curvature discriminability is known to be weak.
Authors: We accept that the test-suite description must be expanded for reproducibility. The revised results section will list every graph instance (including vertex counts, regularity, and provenance), and we will add a reference to a public code repository containing the implementation and all input graphs. This will permit independent verification of coverage for vertex-transitive and strongly regular cases and will allow readers to assess selection bias directly. revision: yes
Circularity Check
No circularity: algorithmic construction with independent verification
full rationale
The paper describes an algorithmic procedure that generates candidate vertex correspondences from curvature values and subjects every candidate to explicit verification. No equation or step in the provided abstract or description reduces the final output to a fitted parameter, a self-referential definition, or a self-citation chain. The verification step is logically independent of the candidate-generation heuristic, and the claim of success is limited to tested instances rather than asserted as a universal derivation. This matches the default expectation of a non-circular empirical algorithm.
Axiom & Free-Parameter Ledger
Lean theorems connected to this paper
-
IndisputableMonolith/Cost/FunctionalEquation.leanwashburn_uniqueness_aczel unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
Each vertex is assigned a curvature-like signature derived from the short-time behavior of a (possibly fractional) graph Laplacian heat kernel... BFS-curvature signature BCSK(v) = (uK(v), sort{uK(w):w in L1(v)}, ...)
-
IndisputableMonolith/Foundation/AlexanderDuality.leanalexander_duality_circle_linking unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
The short-time behavior of the heat kernel... K(x,x,t) ~ (4πt)^{-n/2} sum uk(x) t^k ... scalar curvature R(x) is given as the second term
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
Reference graph
Works this paper leans on
-
[1]
Alfred V. Aho, John E. Hopcroft, and Jeffrey D. Ullman.The Design and Analysis of Computer Algorithms. Addison-Wesley, 1974
work page 1974
- [2]
-
[3]
Noga Alon and Vitali D. Milman.λ1 isoperimetric inequalities for graphs, and superconcentra- tors.Journal of Combinatorial Theory, Series B, 38(1):73–88, 1985
work page 1985
-
[4]
László Babai. On the complexity of canonical labeling of strongly regular graphs.SIAM Journal on Computing, 9(1):212–216, 1980
work page 1980
-
[5]
László Babai. Graph isomorphism in quasipolynomial time.Proceedings of the 48th Annual ACM Symposium on Theory of Computing, pages 684–697, 2016
work page 2016
-
[6]
Michele Benzi, Daniela Bertaccini, Federico Durastante, and Ilaria Simunec. Non-local network dynamics via fractional graph laplacians.Journal of Complex Networks, 8(3):cnaa017, 2020
work page 2020
-
[7]
The spectral dimension of simplicial complexes.Physical Review E, 2019
Ginestra Bianconi. The spectral dimension of simplicial complexes.Physical Review E, 2019. Statesρ(µ)∼µdS/2−1for small eigenvalues in terms of spectral dimension
work page 2019
-
[8]
R. Burioni and D. Cassi. Universal properties of spectral dimension.Physical Review Letters, 76:1091–1093, 1996
work page 1996
-
[9]
J. S. Caughman and J. J. P. Veerman. Kernels of directed graph laplacians.Electronic Journal of Combinatorics, 13(R39):1–13, 2006
work page 2006
-
[10]
Isaac Chavel.Eigenvalues in Riemannian geometry, volume 115. Academic press, 1984
work page 1984
-
[11]
Fan R. K. Chung.Spectral Graph Theory, volume 92 ofCBMS Regional Conference Series in Mathematics. American Mathematical Society, Providence, RI, 1997
work page 1997
-
[12]
Power spectrum signatures of graphs.arXiv preprint, page arXiv:2503.09660v1, 2025
Karamatou Yacoubou Djima and Ka Man Yim. Power spectrum signatures of graphs.arXiv preprint, page arXiv:2503.09660v1, 2025
- [13]
-
[14]
Algebraic connectivity of graphs.Czechoslovak Mathematical Journal, 23(2):298–305, 1973
Miroslav Fiedler. Algebraic connectivity of graphs.Czechoslovak Mathematical Journal, 23(2):298–305, 1973
work page 1973
-
[15]
New Invariants for the Graph Isomorphism Problem
Alexander Gamkrelidze, Günter Hotz, and Levan Varamashvili. New invariants for the graph isomorphism problem.CoRR, abs/1212.3055, 2018.https://arxiv.org/abs/1212.3055
work page internal anchor Pith review Pith/arXiv arXiv 2018
-
[16]
Graph isomorphism, logic, and polynomial time.Bulletin of Symbolic Logic, 21(1):1–45, 2015
Martin Grohe. Graph isomorphism, logic, and polynomial time.Bulletin of Symbolic Logic, 21(1):1–45, 2015. 46
work page 2015
-
[17]
John E. Hopcroft and James K. Wong. A linear time algorithm for isomorphism of planar graphs.Proceedings of the Sixth Annual ACM Symposium on Theory of Computing, pages 172–184, 1974
work page 1974
-
[18]
Sungchul Hwang, Chang-Keun Yun, Byungnam Kahng, and Doochul Kim. Spectral dimensions of hierarchical scale-free networks with shortcuts.Physical Review E, 82:056110, 2010. Gives spectral dimension results for hierarchical scale-free networks including(u,v)-flowers
work page 2010
-
[19]
Eugene M. Luks. Isomorphism of graphs of bounded valence can be tested in polynomial time. Journal of Computer and System Sciences, 25(1):42–65, 1982
work page 1982
-
[20]
A fractional graph laplacian approach to oversmoothing
Sohir Maskey, Raffaele Paolino, Aras Bacho, and Gitta Kutyniok. A fractional graph laplacian approach to oversmoothing. InProc. 37th Int. Conf. on Neural Information Processing Systems (NeurIPS), 2023
work page 2023
-
[21]
Naoki Masuda, Mason A. Porter, and Renaud Lambiotte. Random walks and diffusion on networks.Physics Reports, 716–717:1–58, 2017. Review; summarizesds for( u,v )-flowers and connectsd s to Laplacian scaling
work page 2017
-
[22]
Naoki Masuda, Mason A. Porter, and Renaud Lambiotte. Random walks and diffusion on networks.arXiv preprint arXiv:1612.03281v3, 2020. Survey; reports spectral dimension formulas includingd s = 2 ln(u+v)/ln(uv)for fractal(u,v)-flowers
-
[23]
Laplacian matrices of graphs: a survey.Linear Algebra and its Applications, 197–198:143–176, 1994
Russell Merris. Laplacian matrices of graphs: a survey.Linear Algebra and its Applications, 197–198:143–176, 1994
work page 1994
-
[24]
Subbaramiah Minakshisundaram and Åke Pleijel. Some properties of the eigenfunctions of the laplace-operator on riemannian manifolds.Canadian Journal of Mathematics, 1(3):242–256, 1949
work page 1949
-
[25]
The laplacian spectrum of graphs.Graph Theory, Combinatorics, and Applica- tions, 1992
Bojan Mohar. The laplacian spectrum of graphs.Graph Theory, Combinatorics, and Applica- tions, 1992. Survey on Laplacian eigenvalues and their interpretations
work page 1992
-
[26]
Sara Najem, Dima Mrad, and Mohammad Elsayed. Geometric features of higher-order networks via the spectral triplet.arXiv preprint arXiv:2509.04311, 2025
-
[27]
Peter Petersen.Riemannian Geometry. Springer, 3rd edition, 2016
work page 2016
-
[28]
Dan Raviv, Ron Kimmel, and Alfred M. Bruckstein. Graph isomorphisms and automorphisms via spectral signatures.IEEE Transactions on Pattern Analysis and Machine Intelligence, 35(8):1985–1993, 2013
work page 1985
-
[29]
Martin Reuter, Franz-Erich Wolter, and Niklas Peinecke. Laplace–beltrami spectra as shape-dna of surfaces and solids.Computer-Aided Design, 38(4):342–366, 2006
work page 2006
-
[30]
Rozenfeld, Reuven Cohen, Daniel ben Avraham, and Shlomo Havlin
Hernán D. Rozenfeld, Reuven Cohen, Daniel ben Avraham, and Shlomo Havlin. Deterministic scale-free networks.Journal of Physics A: Mathematical and Theoretical, 43(42):425004, 2010
work page 2010
-
[31]
Rozenfeld, Chaoming Song, and Hernán A
Hernán D. Rozenfeld, Chaoming Song, and Hernán A. Makse. Small-world to fractal transition in complex networks: a renormalization group approach.Physical Review Letters, 98(12):128701, 2007
work page 2007
-
[32]
Jian Sun, Maks Ovsjanikov, and Leonidas Guibas. A concise and provably informative multi- scale signature based on heat diffusion.Computer Graphics Forum, 28(5):1383–1392, 2009. 47
work page 2009
-
[33]
Joaquín J Torres and Ginestra Bianconi. Simplicial complexes: higher-order spectral dimension and dynamics.Journal of Physics: Complexity, 1(1):015002, 2020
work page 2020
-
[34]
Ryuhei Uehara, Seinosuke Toda, and Akira Nagoya. Tractable and intractable instances of the graph isomorphism problem.Theoretical Computer Science, 349(2):243–256, 2005
work page 2005
-
[35]
Adrien Weihs and Matthew Thorpe. Consistency of fractional graph-laplacian regularization in semi-supervised learning with finite labels.SIAM Journal on Mathematical Analysis, 56(4), 2024
work page 2024
-
[36]
Boris Weisfeiler and Andrei Leman. Reduction of a graph to a canonical form and an algebra arising during this reduction.Nauchno-Technicheskaya Informatsia, 2:12–16, 1968
work page 1968
-
[37]
Mengjie Zhang, Yong Lin, and Yunyan Yang. Fractional laplace operator and related schrödinger equations on locally finite graphs.Calculus of Variations and Partial Differential Equations, 64:227, 2025
work page 2025
-
[38]
Fractional laplace operator on finite graphs
Mengjie Zhang, Yong Lin, and Yunyan Yang. Fractional laplace operator on finite graphs. Revista Matem˘00e1tica Complutense, 2025. Published online 11 Nov 2025. 48
work page 2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.