LGFeb 6, 2024

On dimensionality of feature vectors in MPNNs

arXiv:2402.03966v28 citationsh-index: 7ICML
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for researchers in graph neural networks, simplifying theoretical bounds but not introducing new methods.

The paper tackles the problem of reducing the dimensionality of feature vectors needed for message-passing neural networks (MPNNs) to match the Weisfeiler-Leman isomorphism test, providing a simple proof and experimental validation that 1-dimensional vectors suffice with non-polynomial analytic activation functions.

We revisit the classical result of Morris et al.~(AAAI'19) that message-passing graphs neural networks (MPNNs) are equal in their distinguishing power to the Weisfeiler--Leman (WL) isomorphism test. Morris et al.~show their simulation result with ReLU activation function and $O(n)$-dimensional feature vectors, where $n$ is the number of nodes of the graph. By introducing randomness into the architecture, Aamand et al.~(NeurIPS'22) were able to improve this bound to $O(\log n)$-dimensional feature vectors, again for ReLU activation, although at the expense of guaranteeing perfect simulation only with high probability. Recently, Amir et al.~(NeurIPS'23) have shown that for any non-polynomial analytic activation function, it is enough to use just 1-dimensional feature vectors. In this paper, we give a simple proof of the result of Amit et al.~and provide an independent experimental validation of it.

Foundations

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

Your Notes