Spectral Temporal Graph Neural Network for Multivariate Time-series Forecasting
Defu Cao, Yujing Wang, Juanyong Duan, Ce Zhang, Xia Zhu, Conguri, Huang, Yunhai Tong, Bixiong Xu, Jing Bai, Jie Tong, Qi Zhang

TL;DR
StemGNN is a novel spectral domain graph neural network that jointly models inter-series and temporal correlations for multivariate time-series forecasting, automatically learning relationships without pre-defined priors.
Contribution
It introduces a spectral domain approach combining GFT and DFT within an end-to-end framework, automatically capturing inter-series correlations and temporal dependencies.
Findings
Outperforms existing methods on ten real-world datasets
Effectively captures complex inter-series and temporal relationships
Automatically learns inter-series correlations from data
Abstract
Multivariate time-series forecasting plays a crucial role in many real-world applications. It is a challenging problem as one needs to consider both intra-series temporal correlations and inter-series correlations simultaneously. Recently, there have been multiple works trying to capture both correlations, but most, if not all of them only capture temporal correlations in the time domain and resort to pre-defined priors as inter-series relationships. In this paper, we propose Spectral Temporal Graph Neural Network (StemGNN) to further improve the accuracy of multivariate time-series forecasting. StemGNN captures inter-series correlations and temporal dependencies \textit{jointly} in the \textit{spectral domain}. It combines Graph Fourier Transform (GFT) which models inter-series correlations and Discrete Fourier Transform (DFT) which models temporal dependencies in an end-to-end…
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
Taxonomy
TopicsTime Series Analysis and Forecasting · Neural Networks and Applications · Advanced Text Analysis Techniques
MethodsGraph Neural Network · Convolution
