Repetition Makes Perfect: Recurrent Graph Neural Networks Match Message-Passing Limit
Eran Rosenbluth, Martin Grohe
TL;DR
This work establishes that computable recurrent graph neural networks with finite-precision weights and ReLU activations can uniformly express all mp-invariant graph computations, matching the color-refinement (1-WL) limit with only polynomial time and space overhead. Introducing random node initialization elevates this power to all graph algorithms on connected graphs, effectively enabling universal computation for graphs in polynomial time. The authors develop a rigorous reduction chain from mp-invariant computations to R-GNNs, including encodings and a switched recurrent architecture that emulates Turing machines within a sum-aggregation framework. They also explore graph embeddings and WL-invariance under global sum, clarifying the boundaries between mp-invariance and WL-invariance and highlighting practical implications for the design of powerful recurrent graph architectures.
Abstract
We precisely characterize the expressivity of computable Recurrent Graph Neural Networks (recurrent GNNs). We prove that recurrent GNNs with finite-precision parameters, sum aggregation, and ReLU activation, can compute any graph algorithm that respects the natural message-passing invariance induced by the Color Refinement (or Weisfeiler-Leman) algorithm. While it is well known that the expressive power of GNNs is limited by this invariance [Morris et al., AAAI 2019; Xu et al., ICLR 2019], we establish that recurrent GNNs can actually match this limit. This is in contrast to non-recurrent GNNs, which have the power of Weisfeiler-Leman only in a very weak, "non-uniform", sense where each graph size requires a different GNN to compute with. Our construction introduces only a polynomial overhead in both time and space. Furthermore, we show that by incorporating random initialization, for connected graphs recurrent GNNs can express all graph algorithms. In particular, any polynomial-time graph algorithm can be emulated on connected graphs in polynomial time by a recurrent GNN with random initialization.
