WEST GCN-LSTM: Weighted Stacked Spatio-Temporal Graph Neural Networks for Regional Traffic Forecasting
Theodoros Theodoropoulos, Angelos-Christos Maroudis, Antonios Makris, Konstantinos Tserpes
TL;DR
The paper addresses regional traffic forecasting by extending spatio-temporal graph neural networks with a weighted stacked GCN encoder (WEST) and an LSTM decoder, enabling multi-hop spatial aggregation and temporal modeling. Two policies—Shared Borders and Adjustable Hops—guide the construction of the weighted adjacency and the number of GCN layers to adapt to regional topology and population speeds, respectively. Across Berlin and Central Park datasets (SUMO-based, with 6 regions), the WEST GCN-LSTM and its variant WE GCN-LSTM substantially outperform 19 baselines, with consistent gains in RMSE, MSE, and MAE, and ablation confirms each component’s contribution. The approach demonstrates robust regional forecasting by fusing spatial topology, population dynamics, and temporal patterns, offering a scalable framework for IoE-enabled urban mobility analytics.
Abstract
Regional traffic forecasting is a critical challenge in urban mobility, with applications to various fields such as the Internet of Everything. In recent years, spatio-temporal graph neural networks have achieved state-of-the-art results in the context of numerous traffic forecasting challenges. This work aims at expanding upon the conventional spatio-temporal graph neural network architectures in a manner that may facilitate the inclusion of information regarding the examined regions, as well as the populations that traverse them, in order to establish a more efficient prediction model. The end-product of this scientific endeavour is a novel spatio-temporal graph neural network architecture that is referred to as WEST (WEighted STacked) GCN-LSTM. Furthermore, the inclusion of the aforementioned information is conducted via the use of two novel dedicated algorithms that are referred to as the Shared Borders Policy and the Adjustable Hops Policy. Through information fusion and distillation, the proposed solution manages to significantly outperform its competitors in the frame of an experimental evaluation that consists of 19 forecasting models, across several datasets. Finally, an additional ablation study determined that each of the components of the proposed solution contributes towards enhancing its overall performance.
