DistTune: Distributed Fine-Grained Adaptive Traffic Speed Prediction for Growing Transportation Networks
Ming-Chang Lee, Jia-Chun Lin, and Ernst Gunnar Gran

TL;DR
DistTune is a novel distributed LSTM-based approach that provides fine-grained, accurate, and adaptive traffic speed predictions in growing transportation networks by sharing models and customizing them as needed.
Contribution
It introduces a distributed, adaptive traffic prediction method that efficiently handles network growth and pattern changes using LSTM and the Nelder-Mead method.
Findings
Achieves high prediction accuracy on freeway data
Reduces computation time through model sharing and parallel processing
Effectively adapts to traffic pattern changes
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
