LGMay 19, 2021

DistTune: Distributed Fine-Grained Adaptive Traffic Speed Prediction for Growing Transportation Networks

arXiv:2105.09421v11 citations
Originality Synthesis-oriented
AI Analysis

This addresses the need for scalable and adaptive traffic prediction in transportation networks, but it appears incremental as it builds on existing LSTM methods with optimizations for efficiency and adaptation.

The paper tackles the problem of fine-grained, accurate, time-efficient, and adaptive traffic speed prediction for growing transportation networks by introducing DistTune, which uses LSTM and the Nelder-Mead method to customize or share models based on detector similarity and operates in parallel on a computing cluster. Results from experiments on freeway I5-N in California show that DistTune achieves these goals, though no concrete numbers are provided.

Over the past decade, many approaches have been introduced for traffic speed prediction. However, providing fine-grained, accurate, time-efficient, and adaptive traffic speed prediction for a growing transportation network where the size of the network keeps increasing and new traffic detectors are constantly deployed has not been well studied. To address this issue, this paper presents DistTune based on Long Short-Term Memory (LSTM) and the Nelder-Mead method. Whenever encountering an unprocessed detector, DistTune decides if it should customize an LSTM model for this detector by comparing the detector with other processed detectors in terms of the normalized traffic speed patterns they have observed. If similarity is found, DistTune directly shares an existing LSTM model with this detector to achieve time-efficient processing. Otherwise, DistTune customizes an LSTM model for the detector to achieve fine-grained prediction. To make DistTune even more time-efficient, DistTune performs on a cluster of computing nodes in parallel. To achieve adaptive traffic speed prediction, DistTune also provides LSTM re-customization for detectors that suffer from unsatisfactory prediction accuracy due to for instance traffic speed pattern change. Extensive experiments based on traffic data collected from freeway I5-N in California are conducted to evaluate the performance of DistTune. The results demonstrate that DistTune provides fine-grained, accurate, time-efficient, and adaptive traffic speed prediction for a growing transportation network.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes