Commute-Time-Optimised Graphs for GNNs
Igor Sterner, Shiye Su, Petar Veličković
TL;DR
This work tackles the problem of oversquashing in graph neural networks by introducing prior-informed, non-parametric graph rewiring that couples expert interaction priors with sparse, commute-time-optimised expanders. It presents two synthetic priors—salient distance-$d$ interactions and colour-based community interactions—and develops bespoke rewiring schemes (aligned-Cayley expander, distance-$d$-pair rewiring, and colour-Cayley clusters) tailored to these priors. Through synthetic-data experiments and a real-world ogbn-arxiv case study, the authors show regime-specific performance gains, notably faster convergence and improved accuracy in low-data scenarios when priors are effectively integrated. The results highlight the potential of prior-aware rewiring to enhance GNN expressivity and practical deployment, especially in domains where expert knowledge about node interactions is available.
Abstract
We explore graph rewiring methods that optimise commute time. Recent graph rewiring approaches facilitate long-range interactions in sparse graphs, making such rewirings commute-time-optimal on average. However, when an expert prior exists on which node pairs should or should not interact, a superior rewiring would favour short commute times between these privileged node pairs. We construct two synthetic datasets with known priors reflecting realistic settings, and use these to motivate two bespoke rewiring methods that incorporate the known prior. We investigate the regimes where our rewiring improves test performance on the synthetic datasets. Finally, we perform a case study on a real-world citation graph to investigate the practical implications of our work.
