Understanding over-squashing and bottlenecks on graphs via curvature
Jake Topping, Francesco Di Giovanni, Benjamin Paul Chamberlain, Xiaowen Dong, Michael M. Bronstein
TL;DR
The paper tackles over-squashing in graph neural networks by linking information bottlenecks to local graph geometry. It introduces Balanced Forman curvature, an edge-centric measure that correlates negative curvature with bottlenecks, and proves bounds connecting curvature to Jacobian-based propagation limits. To alleviate bottlenecks, it proposes the Stochastic Discrete Ricci Flow (SDRF), a curvature-guided, surgery-like graph rewiring method that preserves topology better than diffusion-based approaches. Through experiments on nine datasets with varying homophily, SDRF demonstrates robust improvements, especially in low-homophily settings, and is shown to meaningfully reduce bottleneck effects while maintaining graph structure. The work provides a principled, geometry-based alternative to diffusion rewiring for enhancing long-range information flow in GNNs.
Abstract
Most graph neural networks (GNNs) use the message passing paradigm, in which node features are propagated on the input graph. Recent works pointed to the distortion of information flowing from distant nodes as a factor limiting the efficiency of message passing for tasks relying on long-distance interactions. This phenomenon, referred to as 'over-squashing', has been heuristically attributed to graph bottlenecks where the number of $k$-hop neighbors grows rapidly with $k$. We provide a precise description of the over-squashing phenomenon in GNNs and analyze how it arises from bottlenecks in the graph. For this purpose, we introduce a new edge-based combinatorial curvature and prove that negatively curved edges are responsible for the over-squashing issue. We also propose and experimentally test a curvature-based graph rewiring method to alleviate the over-squashing.
