Multivariate Time Series Forecasting with Transfer Entropy Graph
Ziheng Duan, Haoyan Xu, Yida Huang, Jie Feng, Yueyang Wang

TL;DR
This paper introduces CauGNN, a novel deep learning model that incorporates Neural Granger Causality graphs and CNNs to improve multivariate time series forecasting by explicitly modeling causal relationships among variables.
Contribution
The paper proposes CauGNN, a new end-to-end graph neural network that integrates causal graphs and CNNs for more accurate multivariate time series forecasting.
Findings
Achieves state-of-the-art results on three real-world datasets.
Effectively models causal relationships among variables.
Outperforms existing MTS forecasting methods.
Abstract
Multivariate time series (MTS) forecasting is an essential problem in many fields. Accurate forecasting results can effectively help decision-making. To date, many MTS forecasting methods have been proposed and widely applied. However, these methods assume that the predicted value of a single variable is affected by all other variables, which ignores the causal relationship among variables. To address the above issue, we propose a novel end-to-end deep learning model, termed graph neural network with Neural Granger Causality (CauGNN) in this paper. To characterize the causal information among variables, we introduce the Neural Granger Causality graph in our model. Each variable is regarded as a graph node, and each edge represents the casual relationship between variables. In addition, convolutional neural network (CNN) filters with different perception scales are used for time series…
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 · Air Quality Monitoring and Forecasting · Stock Market Forecasting Methods
MethodsGraph Neural Network
