Modeling Long- and Short-Term Temporal Patterns with Deep Neural Networks
Guokun Lai, Wei-Cheng Chang, Yiming Yang, Hanxiao Liu

TL;DR
This paper introduces LSTNet, a deep neural network framework combining CNN, RNN, and autoregressive models to effectively capture both long-term and short-term patterns in multivariate time series forecasting, outperforming existing methods.
Contribution
The paper presents a novel deep learning architecture, LSTNet, that effectively models both long- and short-term dependencies in multivariate time series data, addressing limitations of traditional models.
Findings
LSTNet outperforms state-of-the-art baselines on real-world datasets.
Combining CNN, RNN, and autoregressive models improves forecasting accuracy.
The framework effectively captures complex temporal patterns.
Abstract
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…
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
TopicsTime Series Analysis and Forecasting · Stock Market Forecasting Methods · Data Stream Mining Techniques
MethodsGaussian Process · Convolution
