Modeling Long- and Short-Term Temporal Patterns with Deep Neural Networks

21 Mar 2017  ยท  Guokun Lai, Wei-Cheng Chang, Yiming Yang, Hanxiao Liu ยท

Multivariate time series forecasting is an important machine learning problem across many domains, including predictions of solar plant energy output, electricity consumption, and traffic jam situation. Temporal data arise in these real-world applications often involves a mixture of long-term and short-term patterns, for which traditional approaches such as Autoregressive models and Gaussian Process may fail. In this paper, we proposed a novel deep learning framework, namely Long- and Short-term Time-series network (LSTNet), to address this open challenge. LSTNet uses the Convolution Neural Network (CNN) and the Recurrent Neural Network (RNN) to extract short-term local dependency patterns among variables and to discover long-term patterns for time series trends. Furthermore, we leverage traditional autoregressive model to tackle the scale insensitive problem of the neural network model. In our evaluation on real-world data with complex mixtures of repetitive patterns, LSTNet achieved significant performance improvements over that of several state-of-the-art baseline methods. All the data and experiment codes are available online.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Univariate Time Series Forecasting Electricity LST-Skip (3 step) RRSE 0.0864 # 3
Univariate Time Series Forecasting Electricity LST-Skip (6 step) RRSE 0.0931 # 7
Univariate Time Series Forecasting Electricity LST-Skip (12 step) RRSE 0.1007 # 11
Univariate Time Series Forecasting Electricity LST-Skip (24 step) RRSE 0.1007 # 11
Univariate Time Series Forecasting Solar-Power LST-Skip (24 step) RRSE 0.4643 # 1

Methods