LGAIApr 23, 2022

Long-term Spatio-temporal Forecasting via Dynamic Multiple-Graph Attention

arXiv:2204.11008v472 citationsh-index: 34
Originality Incremental advance
AI Analysis

This work improves forecasting for applications like parking recommendations and air pollution monitoring, but it is incremental as it builds on existing multi-graph neural network methods.

The paper tackles long-term spatio-temporal forecasting by addressing limitations in existing multi-graph neural networks, such as low generality and imbalanced graph fusion, and demonstrates significant performance improvements on large-scale datasets.

Many real-world ubiquitous applications, such as parking recommendations and air pollution monitoring, benefit significantly from accurate long-term spatio-temporal forecasting (LSTF). LSTF makes use of long-term dependency between spatial and temporal domains, contextual information, and inherent pattern in the data. Recent studies have revealed the potential of multi-graph neural networks (MGNNs) to improve prediction performance. However, existing MGNN methods cannot be directly applied to LSTF due to several issues: the low level of generality, insufficient use of contextual information, and the imbalanced graph fusion approach. To address these issues, we construct new graph models to represent the contextual information of each node and the long-term spatio-temporal data dependency structure. To fuse the information across multiple graphs, we propose a new dynamic multi-graph fusion module to characterize the correlations of nodes within a graph and the nodes across graphs via the spatial attention and graph attention mechanisms. Furthermore, we introduce a trainable weight tensor to indicate the importance of each node in different graphs. Extensive experiments on two large-scale datasets demonstrate that our proposed approaches significantly improve the performance of existing graph neural network models in LSTF prediction tasks.

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