The Bethe-Hessian down to the Percolation Threshold
arXiv:2608.16672
2026
Architecture
1 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The paper identifies a sparse-graph spectral operator whose negative eigenspace remains informative down to the percolation regime, where ordinary adjacency or Laplacian embeddings can be dominated by degree noise. The transferable asset is the Bethe correction D-I, which compensates for local tree-like degree fluctuations while preserving a symmetric matrix suitable for stable eigensolvers. A practical neural-network use is to compute a small number of negative Bethe-Hessian eigenvectors as structure-aware node positional features, or to use the corresponding operator as a graph propagation and preconditioning layer. The first implementation should test whether these features improve community-sensitive graph prediction on sparse stochastic block models and real sparse benchmarks at equal parameter count.
Ideas from this paper
Unverified
2026
Augment node features with eigenvectors corresponding to negative eigenvalues of the Bethe-Hessian H(t,G), rather than using only Laplacian or adjacency positional encodings. The diagonal D-I correction is designed for sparse, locally tree-like graphs and should suppress degree-fluctuation artifacts near the connectivity threshold. Feed the resulting coordinates to a GNN through a learned gate so the model can ignore them when they are uninformative.
Useful6/10
Difficulty5/10
Novelty7/10