LGAIJun 28, 2022

Learning the Evolutionary and Multi-scale Graph Structure for Multivariate Time Series Forecasting

arXiv:2206.13816v1136 citationsh-index: 44
Originality Incremental advance
AI Analysis

This addresses the limitation of fixed graph structures in existing methods for practitioners in fields like finance or weather prediction, though it is an incremental improvement over prior graph-based approaches.

The paper tackles the problem of modeling dynamic and multi-scale interactions in multivariate time series forecasting by proposing a graph neural network with a hierarchical and evolving graph structure, achieving state-of-the-art performance on both single-step and multi-step forecasting tasks.

Recent studies have shown great promise in applying graph neural networks for multivariate time series forecasting, where the interactions of time series are described as a graph structure and the variables are represented as the graph nodes. Along this line, existing methods usually assume that the graph structure (or the adjacency matrix), which determines the aggregation manner of graph neural network, is fixed either by definition or self-learning. However, the interactions of variables can be dynamic and evolutionary in real-world scenarios. Furthermore, the interactions of time series are quite different if they are observed at different time scales. To equip the graph neural network with a flexible and practical graph structure, in this paper, we investigate how to model the evolutionary and multi-scale interactions of time series. In particular, we first provide a hierarchical graph structure cooperated with the dilated convolution to capture the scale-specific correlations among time series. Then, a series of adjacency matrices are constructed under a recurrent manner to represent the evolving correlations at each layer. Moreover, a unified neural network is provided to integrate the components above to get the final prediction. In this way, we can capture the pair-wise correlations and temporal dependency simultaneously. Finally, experiments on both single-step and multi-step forecasting tasks demonstrate the superiority of our method over the state-of-the-art approaches.

Code Implementations1 repo
Foundations

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

Your Notes