LGSPMLJan 24, 2020

DALC: Distributed Automatic LSTM Customization for Fine-Grained Traffic Speed Prediction

arXiv:2001.09821v26 citations
AI Analysis

This addresses the problem of efficient and accurate traffic prediction for large-scale transportation networks, though it appears incremental as it builds on existing LSTM methods.

The paper tackles fine-grained traffic speed prediction for large-scale networks by introducing a Distributed Automatic LSTM Customization (DALC) algorithm, which customizes LSTM models for individual detectors to improve accuracy and reduce time consumption, outperforming Apache Spark MLlib approaches in experiments.

Over the past decade, several approaches have been introduced for short-term traffic prediction. However, providing fine-grained traffic prediction for large-scale transportation networks where numerous detectors are geographically deployed to collect traffic data is still an open issue. To address this issue, in this paper, we formulate the problem of customizing an LSTM model for a single detector into a finite Markov decision process and then introduce an Automatic LSTM Customization (ALC) algorithm to automatically customize an LSTM model for a single detector such that the corresponding prediction accuracy can be as satisfactory as possible and the time consumption can be as low as possible. Based on the ALC algorithm, we introduce a distributed approach called Distributed Automatic LSTM Customization (DALC) to customize an LSTM model for every detector in large-scale transportation networks. Our experiment demonstrates that the DALC provides higher prediction accuracy than several approaches provided by Apache Spark MLlib.

Foundations

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

Your Notes