LGSPMay 3, 2020

Multivariate Time Series Forecasting with Transfer Entropy Graph

arXiv:2005.01185v451 citations
AI Analysis

This work addresses the need for more accurate forecasting in fields like finance or healthcare by incorporating causal relationships, though it appears incremental as it builds on existing graph neural network and causality methods.

The paper tackles the problem of multivariate time series forecasting by addressing the limitation of existing methods that ignore causal relationships among variables, proposing a novel deep learning model (CauGNN) that incorporates Neural Granger Causality graphs and achieves state-of-the-art results on three benchmark datasets.

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 feature extraction, which is used to generate the feature of each node. Finally, Graph Neural Network (GNN) is adopted to tackle the forecasting problem of graph structure generated by MTS. Three benchmark datasets from the real world are used to evaluate the proposed CauGNN. The comprehensive experiments show that the proposed method achieves state-of-the-art results in the MTS forecasting task.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes