paper-with-me

Papers

Deep Bidirectional and Unidirectional LSTM Recurrent Neural Network for Network-wide Traffic Speed Prediction

2018-01-07 · Zhiyong Cui, Ruimin Ke, Ziyuan Pu, Yinhai Wang

Short-term traffic forecasting based on deep learning methods, especially long short-term memory (LSTM) neural networks, has received much attention in recent years. However, the potential of deep learning methods in traffic forecasting has not yet fully been exploited in terms of the depth of the model architecture, the spatial scale of the prediction area, and the predictive power of spatial-temporal data. In this paper, a deep stacked bidirectional and unidirectional LSTM (SBU- LSTM) neural network architecture is proposed, which considers both forward and backward dependencies in time series data, to predict network-wide traffic speed. A bidirectional LSTM (BDLSM) layer is exploited to capture spatial features and bidirectional temporal dependencies from historical data. To the best of our knowledge, this is the first time that BDLSTMs have been applied as building blocks for a deep architecture model to measure the backward dependency of traffic data for prediction. The proposed model can handle missing values in input data by using a masking mechanism. Further, this scalable model can predict traffic speed for both freeway and complex urban traffic networks. Comparisons with other classical and state-of-the-art models indicate that the proposed SBU-LSTM neural network achieves superior prediction performance for the whole traffic network in both accuracy and robustness.

📄 PDF Abstract BibTeX arXiv:1801.02143

Code (1)

zhiyongc/Stacked_Bidirectional_Unidirectional_LSTM pytorch

Tasks

Missing ValuesTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Stacked Bidirectional and Unidirectional LSTM Recurrent Neural Network for Forecasting Network-wide Traffic State with Missing Values

2020-05-24 · Zhiyong Cui, Ruimin Ke, Ziyuan Pu, Yinhai Wang

Short-term traffic forecasting based on deep learning methods, especially recurrent neural networks (RNN), has received much attention in recent years. However, the potential of RNN-based models in traffic forecasting ha…

ImputationMissing ValuesPredictionTraffic Prediction

Benchmarking of eight recurrent neural network variants for breath phase and adventitious sound detection on a self-developed open-access lung sound database-HF_Lung_V1

2021-02-05 · Fu-Shun Hsu, Shang-Ran Huang, Chien-Wen Huang, Chao-Jung Huang 외

A reliable, remote, and continuous real-time respiratory sound monitor with automated respiratory sound analysis ability is urgently required in many clinical scenarios-such as in monitoring disease progression of corona…

Benchmarking

An Effective Dynamic Spatio-temporal Framework with Multi-Source Information for Traffic Prediction

2020-05-08 · Jichen Wang, Weiguo Zhu, Yongqi Sun, Chunzi Tian

Traffic prediction is necessary not only for management departments to dispatch vehicles but also for drivers to avoid congested roads. Many traffic forecasting methods based on deep learning have been proposed in recent…

ManagementPredictionTraffic Prediction

Dynamical System Parameter Identification using Deep Recurrent Cell Networks

2021-07-06 · Erdem Akagündüz, Oguzhan Cifdaloz

In this paper, we investigate the parameter identification problem in dynamical systems through a deep learning approach. Focusing mainly on second-order, linear time-invariant dynamical systems, the topic of damping fac…

LSTM Variants for Chaotic Dynamical Systems: An Empirical Study on the Lorenz Attractor

2026-06-21 · Ruslan Gokhman arxiv

Forecasting chaotic dynamical systems such as the Lorenz attractor is notoriously difficult: small numerical errors are amplified exponentially over long autoregressive rollouts. We study seven recurrent and convolutiona…