MoGERNN: An Inductive Traffic Predictor for Unobserved Locations in Dynamic Sensing Networks
Qishen Zhou, Yifan Zhang, Michail A. Makridis, Anastasios Kouvelas, Yibing Wang, Simon Hu
TL;DR
MoGERNN tackles the Forecasting Unobserved Nodes Under Dynamic Sensing networks (FUNDS) problem by combining a Mixture of Graph Experts (MoGE) block for initializing unobserved-node embeddings with a GRU-based Graph Encoder-Decoder that captures spatio-temporal dynamics. The model is trained inductively via random masking to simulate sensor changes and uses a sparse gating mechanism to fuse diverse spatial aggregators, enabling accurate predictions at both observed and unobserved locations without retraining when sensor configurations change. Empirical results on METR-LA and PEMS-BAY show MoGERNN consistently outperforms baselines, exhibits strong zero-shot performance for newly added sensors, and maintains competitive accuracy under dynamic sensor networks, highlighting its practical utility for adaptive traffic management. The work advances inductive spatio-temporal modeling in dynamic sensing contexts and suggests future directions in uncertainty estimation, multi-source data fusion, and multivariate traffic data integration.
Abstract
Given a partially observed road network, how can we predict the traffic state of unobserved locations? While deep learning approaches show exceptional performance in traffic prediction, most assume sensors at all locations of interest, which is impractical due to financial constraints. Furthermore, these methods typically require costly retraining when sensor configurations change. We propose MoGERNN, an inductive spatio-temporal graph representation model, to address these challenges. Inspired by the Mixture of Experts approach in Large Language Models, we introduce a Mixture of Graph Expert (MoGE) block to model complex spatial dependencies through multiple graph message aggregators and a sparse gating network. This block estimates initial states for unobserved locations, which are then processed by a GRU-based Encoder-Decoder that integrates a graph message aggregator to capture spatio-temporal dependencies and predict future states. Experiments on two real-world datasets show MoGERNN consistently outperforms baseline methods for both observed and unobserved locations. MoGERNN can accurately predict congestion evolution even in areas without sensors, offering valuable information for traffic management. Moreover, MoGERNN is adaptable to dynamic sensing networks, maintaining competitive performance even compared to its retrained counterpart. Tests with different numbers of available sensors confirm its consistent superiority, and ablation studies validate the effectiveness of its key modules.
