Concepedia

TLDR

Traffic forecasting is difficult because spatio‑temporal dependencies must be modeled across multiple scales, and existing hybrid deep‑learning models rely on CNNs or GNNs for spatial patterns and RNNs for temporal dynamics, yet RNNs cannot capture periodicity and are hard to parallelize. The authors introduce the Traffic Transformer, a new deep‑learning architecture designed to capture both continuity and periodicity in traffic time series while modeling spatial dependencies. Drawing inspiration from Google’s Transformer for machine translation, the model employs self‑attention mechanisms to jointly learn temporal continuity and periodic patterns. Experiments on two real‑world traffic datasets show that the Traffic Transformer significantly outperforms baseline models.

Abstract

Abstract Traffic forecasting is a challenging problem due to the complexity of jointly modeling spatio‐temporal dependencies at different scales. Recently, several hybrid deep learning models have been developed to capture such dependencies. These approaches typically utilize convolutional neural networks or graph neural networks (GNNs) to model spatial dependency and leverage recurrent neural networks (RNNs) to learn temporal dependency. However, RNNs are only able to capture sequential information in the time series, while being incapable of modeling their periodicity (e.g., weekly patterns). Moreover, RNNs are difficult to parallelize, making training and prediction less efficient. In this work we propose a novel deep learning architecture called Traffic Transformer to capture the continuity and periodicity of time series and to model spatial dependency. Our work takes inspiration from Google’s Transformer framework for machine translation. We conduct extensive experiments on two real‐world traffic data sets, and the results demonstrate that our model outperforms baseline models by a substantial margin.

References

YearCitations

Page 1