pith. sign in

arxiv: 1709.03159 · v1 · pith:TFI76QPNnew · submitted 2017-09-10 · 💻 cs.LG · stat.ML

R2N2: Residual Recurrent Neural Networks for Multivariate Time Series Forecasting

classification 💻 cs.LG stat.ML
keywords rnnsmodelingmodelsr2n2seriesmultivariateresidualtime
0
0 comments X
read the original abstract

Multivariate time-series modeling and forecasting is an important problem with numerous applications. Traditional approaches such as VAR (vector auto-regressive) models and more recent approaches such as RNNs (recurrent neural networks) are indispensable tools in modeling time-series data. In many multivariate time series modeling problems, there is usually a significant linear dependency component, for which VARs are suitable, and a nonlinear component, for which RNNs are suitable. Modeling such times series with only VAR or only RNNs can lead to poor predictive performance or complex models with large training times. In this work, we propose a hybrid model called R2N2 (Residual RNN), which first models the time series with a simple linear model (like VAR) and then models its residual errors using RNNs. R2N2s can be trained using existing algorithms for VARs and RNNs. Through an extensive empirical evaluation on two real world datasets (aviation and climate domains), we show that R2N2 is competitive, usually better than VAR or RNN, used alone. We also show that R2N2 is faster to train as compared to an RNN, while requiring less number of hidden units.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Streaming Adaptation of Deep Forecasting Models using Adaptive Recurrent Units

    cs.LG 2019-06 unverdicted novelty 6.0

    ARU embeds closed-form local linear models based on conditional Gaussian sufficient statistics into deep global forecasting networks for efficient streaming per-series adaptation.