Bottlenecks on graphs via curvature
Oversquashing is a topological bottleneck due to the low curvature volume; geometric distortion.
When information from a distant node reaches node , the amount of information transmitted decreases exponentially according to the graph's curvature.
At this point, the Determinant of the Jacobian Matrix creates a bottleneck.
vanishing gradients, over-smoothing, and over-squashing all stem from the same cause, as demonstrated theoretically and experimentally in this research. GNNs suffer from much more severe gradient vanishing than RNNs due to the spectral contractive properties of the normalized adjacency matrix. This gradient vanishing is the root cause of over-smoothing, leading to a "fixed-point convergence" phenomenon where all node representations converge to zero.

Seonglae Cho