We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

stat.ML

Change to browse by:

References & Citations

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Machine Learning

Title: On the Bottleneck of Graph Neural Networks and its Practical Implications

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 this https URL .
Comments: Accepted to ICLR'2021
Subjects: Machine Learning (cs.LG); Machine Learning (stat.ML)
Cite as: arXiv:2006.05205 [cs.LG]
  (or arXiv:2006.05205v4 [cs.LG] for this version)

Submission history

From: Uri Alon [view email]
[v1] Tue, 9 Jun 2020 12:04:50 GMT (630kb,D)
[v2] Thu, 21 Jan 2021 14:30:23 GMT (1198kb,D)
[v3] Sat, 6 Mar 2021 20:04:10 GMT (344kb,D)
[v4] Tue, 9 Mar 2021 11:53:06 GMT (344kb,D)

Link back to: arXiv, form interface, contact.