paper-with-me

홈 › Papers

MoGERNN: An Inductive Traffic Predictor for Unobserved Locations in Dynamic Sensing Networks

2025-01-21 · Qishen Zhou, Yifan Zhang, Michail A. Makridis, Anastasios Kouvelas, Yibing Wang, Simon Hu

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.

📄 PDF Abstract BibTeX arXiv:2501.12281

Code (1)

youxiaotu/MoGERNN 공식 구현 pytorch

Tasks

iFunMixture-of-Expertsspatio-temporal extrapolationTraffic Prediction

Similar Papers 제목 키워드 기반

Network-wide Freeway Traffic Estimation Using Sparse Sensor Data: A Dirichlet Graph Auto-Encoder Approach

2025-03-20 · Qishen Zhou, Yifan Zhang, Michail A. Makridis, Anastasios Kouvelas 외

Network-wide Traffic State Estimation (TSE), which aims to infer a complete image of network traffic states with sparsely deployed sensors, plays a vital role in intelligent transportation systems. With the development o…

Graph LearningRepresentation LearningState Estimation

Uniform Inductive Spatio-Temporal Kriging

2026-03-05 · Lewei Xie, Haoyu Zhang, Yulong Chen, Liangjun You 외 arxiv

Inductive spatio-temporal kriging infers signals at unobserved locations from observed sensors, but real-world observations are often incomplete and exhibit block-wise missingness caused by failures, interruptions, or ma…

INCREASE: Inductive Graph Representation Learning for Spatio-Temporal Kriging

2023-02-06 · Chuanpan Zheng, Xiaoliang Fan, Cheng Wang, Jianzhong Qi 외

Spatio-temporal kriging is an important problem in web and social applications, such as Web or Internet of Things, where things (e.g., sensors) connected into a web often come with spatial and temporal properties. It aim…

Graph Representation LearningInductive LearningRelationRepresentation Learning

A Hybrid Inductive-Transductive Network for Traffic Flow Imputation on Unsampled Locations

2025-12-19 · Mohammadmahdi Rahimiasl, Ynte Vanderhoydonc, Siegfried Mercelis arxiv

Accurately imputing traffic flow at unsensed locations is difficult: loop detectors provide precise but sparse measurements, speed from probe vehicles is widely available yet only weakly correlated with flow, and nearby …

Forecasting Unobserved Node States with spatio-temporal Graph Neural Networks

2022-11-21 · Andreas Roth, Thomas Liebig

Forecasting future states of sensors is key to solving tasks like weather prediction, route planning, and many others when dealing with networks of sensors. But complete spatial coverage of sensors is generally unavailab…

Graph Neural NetworkInductive Bias