FourierGNN: Rethinking Multivariate Time Series Forecasting from a Pure Graph Perspective
Kun Yi, Qi Zhang, Wei Fan, Hui He, Liang Hu, Pengyang Wang, Ning An,, Longbing Cao, Zhendong Niu

TL;DR
FourierGNN introduces a novel graph-based approach for multivariate time series forecasting by representing data as hypervariate graphs and applying Fourier space operations, leading to improved efficiency and accuracy.
Contribution
The paper proposes a pure graph perspective for MTS forecasting using hypervariate graphs and Fourier graph operators, eliminating the need for separate spatial and temporal networks.
Findings
Outperforms state-of-the-art methods on seven datasets.
Achieves higher efficiency with fewer parameters.
Provides theoretical validation of Fourier graph operator.
Abstract
Multivariate time series (MTS) forecasting has shown great importance in numerous industries. Current state-of-the-art graph neural network (GNN)-based forecasting methods usually require both graph networks (e.g., GCN) and temporal networks (e.g., LSTM) to capture inter-series (spatial) dynamics and intra-series (temporal) dependencies, respectively. However, the uncertain compatibility of the two networks puts an extra burden on handcrafted model designs. Moreover, the separate spatial and temporal modeling naturally violates the unified spatiotemporal inter-dependencies in real world, which largely hinders the forecasting performance. To overcome these problems, we explore an interesting direction of directly applying graph networks and rethink MTS forecasting from a pure graph perspective. We first define a novel data structure, hypervariate graph, which regards each series value…
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 · Advanced Graph Neural Networks · Air Quality Monitoring and Forecasting
MethodsGraph Neural Network · Matching The Statements
