Expressive Power of Temporal Message Passing
Przemysław Andrzej Wałęga, Michael Rawson
TL;DR
This work rigorously analyzes the expressive power of temporal message-passing graph neural networks by partitioning them into global and local classes. It introduces a Weisfeiler-Leman–based framework, transforming temporal graphs into two knowledge graphs, $\mathcal{K}_{\mathsf{glob}}(TG)$ and $\mathcal{K}_{\mathsf{loc}}(TG)$, to exactly characterise node distinguishability via $1$-WL. The key results show that global and local MP-TGNNs have incomparable expressive power in general, but on colour-persistent graphs, local models are strictly more expressive; these insights are corroborated by experiments on the Temporal Graph Benchmark 2.0, where local models outperform global ones under matched conditions. The findings provide principled guidance for selecting temporal message-passing schemes and for designing new models with desired discriminative capabilities. Overall, the paper bridges theory and practice, offering a robust toolkit for understanding and leveraging temporal expressive power in TGNNs.
Abstract
Graph neural networks (GNNs) have recently been adapted to temporal settings, often employing temporal versions of the message-passing mechanism known from GNNs. We divide temporal message passing mechanisms from literature into two main types: global and local, and establish Weisfeiler-Leman characterisations for both. This allows us to formally analyse expressive power of temporal message-passing models. We show that global and local temporal message-passing mechanisms have incomparable expressive power when applied to arbitrary temporal graphs. However, the local mechanism is strictly more expressive than the global mechanism when applied to colour-persistent temporal graphs, whose node colours are initially the same in all time points. Our theoretical findings are supported by experimental evidence, underlining practical implications of our analysis.
