English

The Surprising Power of Graph Neural Networks with Random Node Initialization

Machine Learning 2021-06-07 v2 Artificial Intelligence Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.2010.01179,
  title  = {The Surprising Power of Graph Neural Networks with Random Node Initialization},
  author = {Ralph Abboud and İsmail İlkan Ceylan and Martin Grohe and Thomas Lukasiewicz},
  journal= {arXiv preprint arXiv:2010.01179},
  year   = {2021}
}

Comments

Proceedings of the Thirtieth International Joint Conference on Artificial Intelligence (IJCAI-21). Code and data available at http://www.github.com/ralphabb/GNN-RNI

R2 v1 2026-06-23T18:59:10.045Z