Understanding over-squashing and bottlenecks on graphs via curvature
This work addresses a fundamental bottleneck in GNNs for researchers and practitioners, offering a theoretical and practical solution to improve performance in graph-based tasks.
The paper tackled the problem of over-squashing in graph neural networks, which limits efficiency in tasks requiring long-distance interactions, by analyzing it through graph bottlenecks and introducing a new edge-based combinatorial curvature to identify and mitigate the issue with a rewiring method.
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.