ForecastGrapher: Redefining Multivariate Time Series Forecasting with Graph Neural Networks
Wanlin Cai, Kun Wang, Hao Wu, Xiaoxu Chen, Yuankai Wu

TL;DR
ForecastGrapher introduces a novel graph neural network framework that models multivariate time series as a node regression problem, effectively capturing inter-series correlations and temporal dynamics to improve forecasting accuracy.
Contribution
The paper presents ForecastGrapher, a new GNN-based framework with a specialized GFC-GNN model that enhances expressive power for multivariate time series forecasting.
Findings
Outperforms strong baseline models in accuracy
Effectively captures inter-series correlations
Demonstrates robustness through extensive experiments
Abstract
The challenge of effectively learning inter-series correlations for multivariate time series forecasting remains a substantial and unresolved problem. Traditional deep learning models, which are largely dependent on the Transformer paradigm for modeling long sequences, often fail to integrate information from multiple time series into a coherent and universally applicable model. To bridge this gap, our paper presents ForecastGrapher, a framework reconceptualizes multivariate time series forecasting as a node regression task, providing a unique avenue for capturing the intricate temporal dynamics and inter-series correlations. Our approach is underpinned by three pivotal steps: firstly, generating custom node embeddings to reflect the temporal variations within each series; secondly, constructing an adaptive adjacency matrix to encode the inter-series correlations; and thirdly,…
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 · Neural Networks and Applications
MethodsLinear Layer · Byte Pair Encoding · Label Smoothing · Adam · Attention Is All You Need · Residual Connection · Position-Wise Feed-Forward Layer · Multi-Head Attention · Dropout · Dense Connections
