Hybrid hidden Markov LSTM for short-term traffic flow prediction
Agnimitra Sengupta, Adway Das, S. Ilgin Guler

TL;DR
This paper introduces a hybrid hidden Markov-LSTM model for short-term traffic flow prediction, combining the strengths of both models to better capture complex traffic dynamics and improve prediction accuracy.
Contribution
The paper proposes a novel hybrid HMM-LSTM architecture that leverages the advantages of both models for enhanced traffic flow prediction performance.
Findings
Significant performance improvements over traditional Markov switching ARIMA.
Hybrid model captures complex dynamic patterns more effectively.
Outperforms standalone LSTM in traffic prediction tasks.
Abstract
Deep learning (DL) methods have outperformed parametric models such as historical average, ARIMA and variants in predicting traffic variables into short and near-short future, that are critical for traffic management. Specifically, recurrent neural network (RNN) and its variants (e.g. long short-term memory) are designed to retain long-term temporal correlations and therefore are suitable for modeling sequences. However, multi-regime models assume the traffic system to evolve through multiple states (say, free-flow, congestion in traffic) with distinct characteristics, and hence, separate models are trained to characterize the traffic dynamics within each regime. For instance, Markov-switching models with a hidden Markov model (HMM) for regime identification is capable of capturing complex dynamic patterns and non-stationarity. Interestingly, both HMM and LSTM can be used for modeling…
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
TopicsTraffic Prediction and Management Techniques · Traffic control and management · Infrastructure Maintenance and Monitoring
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
