Efficient Traffic Prediction Through Spatio-Temporal Distillation
Abstract
Graph neural networks (GNNs) have gained considerable attention in recent years for traffic flow prediction due to their ability to learn spatio-temporal pattern representations through a graph-based message-passing framework. Although GNNs have shown great promise in handling traffic datasets, their deployment in real-life applications has been hindered by scalability constraints arising from high-order message passing. Additionally, the over-smoothing problem of GNNs may lead to indistinguishable region representations as the number of layers increases, resulting in performance degradation. To address these challenges, we propose a new knowledge distillation paradigm termed LightST that transfers spatial and temporal knowledge from a high-capacity teacher to a lightweight student. Specifically, we introduce a spatio-temporal knowledge distillation framework that helps student MLPs capture graph-structured global spatio-temporal patterns while alleviating the over-smoothing effect with adaptive knowledge distillation. Extensive experiments verify that LightST significantly speeds up traffic flow predictions by 5X to 40X compared to state-of-the-art spatio-temporal GNNs, all while maintaining superior accuracy.
Cite
Text
Zhang et al. "Efficient Traffic Prediction Through Spatio-Temporal Distillation." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I1.32096Markdown
[Zhang et al. "Efficient Traffic Prediction Through Spatio-Temporal Distillation." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/zhang2025aaai-efficient-a/) doi:10.1609/AAAI.V39I1.32096BibTeX
@inproceedings{zhang2025aaai-efficient-a,
title = {{Efficient Traffic Prediction Through Spatio-Temporal Distillation}},
author = {Zhang, Qianru and Gao, Xinyi and Wang, Haixin and Yiu, Siu Ming and Yin, Hongzhi},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2025},
pages = {1093-1101},
doi = {10.1609/AAAI.V39I1.32096},
url = {https://mlanthology.org/aaai/2025/zhang2025aaai-efficient-a/}
}