vix.ing · top · new · best · stats

On the Bottleneck of Graph Neural Networks and its Practical Implications

2020/06/09 by Uri Alon, Eran Yahav, Alon, Uri +1 · 1 voice · 117 citations
Computer Science · Engineering · Materials Science · Mathematics · #Advanced Graph Neural Networks #Advanced Memory and Neural Computing #Algorithm #Artificial intelligence #Bottleneck #Cluster analysis #Code (set theory) #Computer network #Computer science #Data mining #Engineering #Ferroelectric and Negative Capacitance Devices #Graph #Hyperparameter #Information bottleneck method #Machine Learning in Materials Science #Mutual information #Node (physics) #Path (computing) #Range (aeronautics) #Theoretical computer science #Topic Modeling #cs.LG #stat.ML

paper · pdf · doi:10.48550/arxiv.2006.05205

published in arXiv (Cornell University) (Cornell University) · Accepted to ICLR'2021

openalex publication_date 2020/06/09 · arxiv created 2021/03/09 · arxiv updated 2021/03/10 · openalex created_date 2025/10/10 · openalex updated_date 2026/08/08

Abstract

Since the proposal of the graph neural network (GNN) by Gori et al. (2005) and Scarselli et al. (2008), one of the major problems in training GNNs was their struggle to propagate information between distant nodes in the graph. We propose a new explanation for this problem: GNNs are susceptible to a bottleneck when aggregating messages across a long path. This bottleneck causes the over-squashing of exponentially growing information into fixed-size vectors. As a result, GNNs fail to propagate messages originating from distant nodes and perform poorly when the prediction task depends on long-range interaction. In this paper, we highlight the inherent problem of over-squashing in GNNs: we demonstrate that the bottleneck hinders popular GNNs from fitting long-range signals in the training data; we further show that GNNs that absorb incoming edges equally, such as GCN and GIN, are more susceptible to over-squashing than GAT and GGNN; finally, we show that prior work, which extensively tuned GNN models of long-range problems, suffers from over-squashing, and that breaking the bottleneck improves their state-of-the-art results without any tuning or additional weights. Our code is available at https://github.com/tech-srl/bottleneck/ .

Cited by

Discussions

Related