paper-with-me

Papers

A Dual-Stage Attention-Based Recurrent Neural Network for Time Series Prediction

2017-04-07 · Yao Qin, Dongjin Song, Haifeng Chen, Wei Cheng, Guofei Jiang, Garrison Cottrell

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 dual-stage attention scheme, our model can not only make predictions effectively, but can also be easily interpreted. Thorough empirical studies based upon the SML 2010 dataset and the NASDAQ 100 Stock dataset demonstrate that the DA-RNN can outperform state-of-the-art methods for time series prediction.

📄 PDF Abstract BibTeX arXiv:1704.02971

Code (13)

JulesBelveze/time-series-autoencoder pytorch
Junghwan-brian/Dual_Stage_Attention_RNN tf
KurochkinAlexey/DA-RNN pytorch
XingguangZhang/ECE629-neraul-networks
Zhenye-Na/DA-RNN pytorch
chaofanwang123/DA-RNN_Model
fanyun-sun/DARNN tf
kaelzhang/DA-RNN-in-Tensorflow-2-and-PyTorch pytorch
kaelzhang/tensorflow-2-DA-RNN tf
kdgutier/esrnn_torch pytorch
maksle/Dual-Stage-Attention-Based-Recurrent-Neural-Network pytorch
microsoft/qlib/tree/main/examples/benchmarks/ALSTM pytorch
spallas/time-attention tf

Tasks

Time SeriesTime Series AnalysisTime Series Prediction

Similar Papers 제목 키워드 기반

DSTP-RNN: a dual-stage two-phase attention-based recurrent neural networks for long-term and multivariate time series prediction

2019-04-16 · Yeqi Liu, Chuanyang Gong, Ling Yang, Yingyi Chen

Long-term prediction of multivariate time series is still an important but challenging problem. The key to solve this problem is to capture the spatial correlations at the same time, the spatio-temporal relationships at …

PredictionTime SeriesTime Series AnalysisTime Series Prediction

Hybrid Attention Networks for Flow and Pressure Forecasting in Water Distribution Systems

2020-04-13 · Ziqing Ma, Shuming Liu, Guancheng Guo, Xipeng Yu

Multivariate geo-sensory time series prediction is challenging because of the complex spatial and temporal correlation. In urban water distribution systems (WDS), numerous spatial-correlated sensors have been deployed to…

Anomaly DetectionDecision MakingDecoderTime Series+2

DSANet: Dual Self-Attention Network for Multivariate Time Series Forecasting

2019-11-03 · CIKM ’19, November 3–7, 2019, Beijing, China 2019 11 · Siteng Huang Donglin Wang∗

Multivariate time series forecasting has attracted wide attention in areas, such as system, traffic, and finance. The difficulty of the task lies in that traditional methods fail to capture complicated nonlinear dependen…

Multivariate Time Series ForecastingTime SeriesTime Series AnalysisTime Series Forecasting

Prediction of gene expression time series and structural analysis of gene regulatory networks using recurrent neural networks

2021-09-13 · Michele Monti, Jonathan Fiorentino, Edoardo Milanetti, Giorgio Gosti 외

Methods for time series prediction and classification of gene regulatory networks (GRNs) from gene expression data have been treated separately so far. The recent emergence of attention-based recurrent neural networks (R…

PredictionTime SeriesTime Series AnalysisTime Series Prediction

Bidirectional Feature Pyramid Network with Recurrent Attention Residual Modules for Shadow Detection

2018-09-01 · ECCV 2018 9 · Lei Zhu, Zijun Deng, Xiao-Wei Hu, Chi-Wing Fu 외

This paper presents a network to detect shadows by exploring and combining global context in deep layers and local context in shallow layers of a deep convolutional neural network (CNN). There are two technical contribut…

Shadow Detection