SOTAVerified

Domain Adversarial Spatial-Temporal Network: A Transferable Framework for Short-term Traffic Forecasting across Cities

2022-02-08Code Available1· sign in to hype

Yihong Tang, Ao Qu, Andy H. F. Chow, William H. K. Lam, S. C. Wong, Wei Ma

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Accurate real-time traffic forecast is critical for intelligent transportation systems (ITS) and it serves as the cornerstone of various smart mobility applications. Though this research area is dominated by deep learning, recent studies indicate that the accuracy improvement by developing new model structures is becoming marginal. Instead, we envision that the improvement can be achieved by transferring the "forecasting-related knowledge" across cities with different data distributions and network topologies. To this end, this paper aims to propose a novel transferable traffic forecasting framework: Domain Adversarial Spatial-Temporal Network (DASTNet). DASTNet is pre-trained on multiple source networks and fine-tuned with the target network's traffic data. Specifically, we leverage the graph representation learning and adversarial domain adaptation techniques to learn the domain-invariant node embeddings, which are further incorporated to model the temporal traffic data. To the best of our knowledge, we are the first to employ adversarial multi-domain adaptation for network-wide traffic forecasting problems. DASTNet consistently outperforms all state-of-the-art baseline methods on three benchmark datasets. The trained DASTNet is applied to Hong Kong's new traffic detectors, and accurate traffic predictions can be delivered immediately (within one day) when the detector is available. Overall, this study suggests an alternative to enhance the traffic forecasting methods and provides practical implications for cities lacking historical traffic data.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
PeMSD4 (10 days' training data, 15min)DASTNetMAE19.25Unverified
PeMSD4 (10 days' training data, 30min)DASTNetMAE20.67Unverified
PeMSD4 (10 days' training data, 60min)DASTNetMAE22.82Unverified
PeMSD7 (10 days' training data, 15min)DASTNetMAE20.91Unverified
PeMSD7 (10 days' training data, 30min)DASTNetMAE22.96Unverified
PeMSD7 (10 days' training data, 60min)DASTNetMAE26.88Unverified
PeMSD8 (10 days' training data, 15min)DASTNetMAE15.26Unverified
PeMSD8 (10 days' training data, 30min)DASTNetMAE16.41Unverified
PeMSD8 (10 days' training data, 60min)DASTNetMAE18.84Unverified

Reproductions