🤖 AI Summary
This work addresses the challenge of low prediction accuracy and poor generalization in traffic flow forecasting under cross-city and data-scarce scenarios. The authors propose a multi-stage consensus learning framework that integrates diffusion processes, synchronization dynamics, and spectral embeddings to construct a dynamic multi-stage model. An adaptive consensus mechanism is designed to fuse predictions from different stages, while a structured meta-learning strategy enables effective few-shot cross-domain transfer, accompanied by theoretical guarantees. Extensive experiments on four real-world datasets demonstrate that the proposed method significantly outperforms 14 state-of-the-art models, achieving higher prediction accuracy and interpretability while substantially reducing the required amount of training data.
📝 Abstract
Accurate traffic flow prediction remains a fundamental challenge in intelligent transportation systems, particularly in cross-domain, data-scarce scenarios where limited historical data hinders model training and generalisation. The complex spatio-temporal dependencies and nonlinear dynamics of urban mobility networks further complicate few-shot learning across different cities. This paper proposes MCPST, a novel Multi-phase Consensus Spatio-Temporal framework for few-shot traffic forecasting that reconceptualises traffic prediction as a multi-phase consensus learning problem. Our framework introduces three core innovations: (1) a multi-phase engine that models traffic dynamics through diffusion, synchronisation, and spectral embeddings for comprehensive dynamic characterisation; (2) an adaptive consensus mechanism that dynamically fuses phase-specific predictions while enforcing consistency; and (3) a structured meta-learning strategy for rapid adaptation to new cities with minimal data. We establish extensive theoretical guarantees, including representation theorems with bounded approximation errors and generalisation bounds for few-shot adaptation. Through experiments on four real-world datasets, MCPST outperforms fourteen state-of-the-art methods in spatio-temporal graph learning methods, dynamic graph transfer learning methods, prompt-based spatio-temporal prediction methods and cross-domain few-shot settings, improving prediction accuracy while reducing required training data and providing interpretable insights. The implementation code is available at https://github.com/afofanah/MCPST.