LGAIJun 2, 2022

Shortest Path Networks for Graph Property Prediction

arXiv:2206.01003v470 citationsh-index: 9
Originality Highly original
AI Analysis

This addresses a key limitation in graph neural networks for researchers and practitioners, offering a more expressive framework that generalizes existing models.

The paper tackles the information propagation bottleneck in graph neural networks by proposing shortest path message passing, allowing direct communication between non-neighboring nodes, and achieves state-of-the-art results on real-world benchmarks.

Most graph neural network models rely on a particular message passing paradigm, where the idea is to iteratively propagate node representations of a graph to each node in the direct neighborhood. While very prominent, this paradigm leads to information propagation bottlenecks, as information is repeatedly compressed at intermediary node representations, which causes loss of information, making it practically impossible to gather meaningful signals from distant nodes. To address this, we propose shortest path message passing neural networks, where the node representations of a graph are propagated to each node in the shortest path neighborhoods. In this setting, nodes can directly communicate between each other even if they are not neighbors, breaking the information bottleneck and hence leading to more adequately learned representations. Our framework generalizes message passing neural networks, resulting in a class of more expressive models, including some recent state-of-the-art models. We verify the capacity of a basic model of this framework on dedicated synthetic experiments, and on real-world graph classification and regression benchmarks, and obtain state-of-the art results.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes