Connecting the Dots: Multivariate Time Series Forecasting with Graph Neural Networks
Zonghan Wu, Shirui Pan, Guodong Long, Jing Jiang, Xiaojun Chang,, Chengqi Zhang

TL;DR
This paper introduces a novel graph neural network framework for multivariate time series forecasting that automatically learns spatial dependencies and captures complex temporal patterns, outperforming existing methods on benchmark datasets.
Contribution
It proposes a general GNN-based framework with automatic relation learning, a mix-hop propagation layer, and a dilated inception layer for improved multivariate time series forecasting.
Findings
Outperforms state-of-the-art methods on 3 of 4 benchmark datasets
Achieves comparable performance on traffic datasets with structural information
Demonstrates effective automatic learning of variable relations
Abstract
Modeling multivariate time series has long been a subject that has attracted researchers from a diverse range of fields including economics, finance, and traffic. A basic assumption behind multivariate time series forecasting is that its variables depend on one another but, upon looking closely, it is fair to say that existing methods fail to fully exploit latent spatial dependencies between pairs of variables. In recent years, meanwhile, graph neural networks (GNNs) have shown high capability in handling relational dependencies. GNNs require well-defined graph structures for information propagation which means they cannot be applied directly for multivariate time series where the dependencies are not known in advance. In this paper, we propose a general graph neural network framework designed specifically for multivariate time series data. Our approach automatically extracts the…
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 · Traffic Prediction and Management Techniques · Stock Market Forecasting Methods
MethodsGraph Neural Network · Convolution
