LGAILOApr 28

On Halting vs Converging in Recurrent Graph Neural Networks

arXiv:2604.2555118.7
Predicted impact top 90% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For researchers in graph neural network theory, this paper clarifies the relative expressiveness of different RGNN models and resolves a theoretical open question.

This paper establishes expressiveness relationships between converging, output-converging, and halting recurrent graph neural networks (RGNNs), showing that converging RGNNs are equally expressive as graded-bisimulation-invariant halting RGNNs and that both express exactly the graded modal μ-calculus (μGML) relative to MSO classifiers. The results answer an open question from Bollen et al. (2025) and demonstrate that the RGNN model of Pflueger et al. (2024) retains full μGML expressiveness even with guaranteed convergence.

Recurrent Graph Neural Networks (RGNNs) extend standard GNNs by iterating message-passing until some stopping condition is met. Various RGNN models have been proposed in the literature. In this paper, we study three such models: converging RGNNs, where all vertex representations must stabilise; output-converging RGNNs, where only the output classifications must stabilise; and halting RGNNs, where a per-vertex halting classifier determines when to stop. We establish expressiveness relationships between these models: over undirected graphs, converging RGNNs are equally expressive as graded-bisimulation-invariant halting RGNNs, while output-converging RGNNs are at least as expressive. Combined with prior results on halting RGNNs, this shows that, relative to the classifiers expressible in monadic second-order logic (MSO), converging RGNNs express exactly the graded modal $μ$-calculus ($μ$GML), and output-converging RGNNs express at least $μ$GML. These results hold even when restricting to ReLU networks with sum aggregation. The main technical challenge is simulating halting RGNNs by converging ones: without a global halting classifier, vertices may locally decide to halt at different times, causing desynchronisation. We develop a "traffic-light" protocol that enables vertices to coordinate despite this asynchrony. Our results answer an open question from Bollen et al. (2025) and show that the RGNN model of Pflueger et al. (2024) retains full $μ$GML expressiveness even when convergence is guaranteed.

Foundations

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

Your Notes