Subcritical percolation and network archaeology on random recursive tree substrate networks
arXiv:2607.21428
2026
Architecture
2 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper gives a constructive way to recover tree-like structure from a cyclic graph: independently thin edges, contract retained tree components into weighted blobs, and analyze the shortcut layer as a rank-one random graph. The transferable asset is the explicit subcriticality control \(\rho=p\lambda/(1-2p)<1\), which prevents a percolated graph from collapsing into one giant shortcut-connected component, together with Jordan centrality computed after vertex deletion. In graph neural networks, this can become a stochastic graph-view generator and a topology-aware node-ranking/readout module, especially for source localization, graph-level pooling, and robustness training.
Ideas from this paper
△ Mechanism confirmed, baseline not beaten
2026
Use several independently percolated versions of an input graph and rank nodes by Jordan centrality inside the largest retained components. Feed only the consistently high-ranked nodes to a graph readout or source-localization head, making predictions depend on structurally stable regions rather than shortcut edges or fragile local neighborhoods.
Useful7/10
Difficulty5/10
Novelty7/10
Unverified
2026
Turn stochastic edge thinning into a mass-aware graph sparsifier: first form retained connected blobs, then connect blob summaries using the rank-one shortcut probability from the paper. Choose the retention rate below the explicit subcritical threshold so the contracted graph remains a collection of small decorations around leading blobs, reducing message-passing cost without creating an artificial giant component.
Useful6/10
Difficulty6/10
Novelty6/10