LGAIMLOct 2, 2020

The Surprising Power of Graph Neural Networks with Random Node Initialization

arXiv:2010.01179v2262 citations
Originality Highly original
AI Analysis

This addresses a fundamental limitation in GNNs for graph representation learning, offering a novel solution with broad implications for relational data tasks.

The paper tackles the limited expressive power of graph neural networks (GNNs) by enhancing them with random node initialization (RNI), proving that these models are universal without relying on computationally demanding methods, and empirically showing superior performance over standard GNNs.

Graph neural networks (GNNs) are effective models for representation learning on relational data. However, standard GNNs are limited in their expressive power, as they cannot distinguish graphs beyond the capability of the Weisfeiler-Leman graph isomorphism heuristic. In order to break this expressiveness barrier, GNNs have been enhanced with random node initialization (RNI), where the idea is to train and run the models with randomized initial node features. In this work, we analyze the expressive power of GNNs with RNI, and prove that these models are universal, a first such result for GNNs not relying on computationally demanding higher-order properties. This universality result holds even with partially randomized initial node features, and preserves the invariance properties of GNNs in expectation. We then empirically analyze the effect of RNI on GNNs, based on carefully constructed datasets. Our empirical findings support the superior performance of GNNs with RNI over standard GNNs.

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