A Deep Structural Model for Analyzing Correlated Multivariate Time Series
Changwei Hu, Yifan Hu, Sungyong Seo

TL;DR
This paper introduces a deep structural model for analyzing correlated multivariate time series, effectively capturing trend, seasonality, and event components to improve forecasting accuracy across diverse real-world datasets.
Contribution
The proposed model uniquely combines CNN, LSTM, and Fourier-based seasonality components to handle correlated multivariate time series and explicitly extract different temporal features.
Findings
Outperforms state-of-the-art methods on multiple datasets
Effectively captures trend, seasonality, and event components
Demonstrates improved forecasting accuracy in real-world applications
Abstract
Multivariate time series are routinely encountered in real-world applications, and in many cases, these time series are strongly correlated. In this paper, we present a deep learning structural time series model which can (i) handle correlated multivariate time series input, and (ii) forecast the targeted temporal sequence by explicitly learning/extracting the trend, seasonality, and event components. The trend is learned via a 1D and 2D temporal CNN and LSTM hierarchical neural net. The CNN-LSTM architecture can (i) seamlessly leverage the dependency among multiple correlated time series in a natural way, (ii) extract the weighted differencing feature for better trend learning, and (iii) memorize the long-term sequential pattern. The seasonality component is approximated via a non-liner function of a set of Fourier terms, and the event components are learned by a simple linear function…
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.
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 · Forecasting Techniques and Applications
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
