A Dual-Stage Attention-Based Recurrent Neural Network for Time Series Prediction
Yao Qin, Dongjin Song, Haifeng Chen, Wei Cheng, Guofei Jiang, and, Garrison Cottrell

TL;DR
This paper introduces a dual-stage attention-based RNN model for time series prediction that effectively captures long-term dependencies and selects relevant features, outperforming existing methods on real datasets.
Contribution
The proposed DA-RNN model uniquely combines input and temporal attention mechanisms to improve prediction accuracy and interpretability in time series forecasting.
Findings
Outperforms state-of-the-art methods on benchmark datasets
Effectively captures long-term dependencies in time series
Provides interpretable feature selection
Abstract
The Nonlinear autoregressive exogenous (NARX) model, which predicts the current value of a time series based upon its previous values as well as the current and past values of multiple driving (exogenous) series, has been studied for decades. Despite the fact that various NARX models have been developed, few of them can capture the long-term temporal dependencies appropriately and select the relevant driving series to make predictions. In this paper, we propose a dual-stage attention-based recurrent neural network (DA-RNN) to address these two issues. In the first stage, we introduce an input attention mechanism to adaptively extract relevant driving series (a.k.a., input features) at each time step by referring to the previous encoder hidden state. In the second stage, we use a temporal attention mechanism to select relevant encoder hidden states across all time steps. With this…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStock Market Forecasting Methods · Time Series Analysis and Forecasting · Neural Networks and Applications
