LGLOMar 6, 2024

Almost Surely Asymptotically Constant Graph Neural Networks

arXiv:2403.03880v310 citationsh-index: 17NIPS
Originality Highly original
AI Analysis

This work addresses a foundational issue in graph machine learning by revealing a convergence phenomenon that affects a wide class of GNNs, including state-of-the-art models, potentially limiting their applicability in tasks requiring uniform expressivity across graph sizes.

The paper tackles the problem of understanding the expressive power of graph neural networks (GNNs) by analyzing how their predictions behave on larger graphs from random models, showing that the output converges to a constant function, which limits what these classifiers can uniformly express.

We present a new angle on the expressive power of graph neural networks (GNNs) by studying how the predictions of real-valued GNN classifiers, such as those classifying graphs probabilistically, evolve as we apply them on larger graphs drawn from some random graph model. We show that the output converges to a constant function, which upper-bounds what these classifiers can uniformly express. This strong convergence phenomenon applies to a very wide class of GNNs, including state of the art models, with aggregates including mean and the attention-based mechanism of graph transformers. Our results apply to a broad class of random graph models, including sparse and dense variants of the Erdős-Rényi model, the stochastic block model, and the Barabási-Albert model. We empirically validate these findings, observing that the convergence phenomenon appears not only on random graphs but also on some real-world graphs.

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