LGAIMLDec 14, 2024

ST-FiT: Inductive Spatial-Temporal Forecasting with Limited Training Data

arXiv:2412.10912v26 citationsh-index: 24AAAI
Originality Incremental advance
AI Analysis

This addresses a critical bottleneck for deploying spatial-temporal forecasting models in real-world applications like pandemic tracking, where data availability is asynchronous, though it is incremental as it builds on existing STGNNs.

The paper tackles the problem of spatial-temporal forecasting when most nodes lack temporal training data, proposing ST-FiT, a framework that enhances existing STGNNs with temporal data augmentation and spatial graph topology learning to generalize to nodes without data, achieving superior performance in experiments.

Spatial-temporal graphs are widely used in a variety of real-world applications. Spatial-Temporal Graph Neural Networks (STGNNs) have emerged as a powerful tool to extract meaningful insights from this data. However, in real-world applications, most nodes may not possess any available temporal data during training. For example, the pandemic dynamics of most cities on a geographical graph may not be available due to the asynchronous nature of outbreaks. Such a phenomenon disagrees with the training requirements of most existing spatial-temporal forecasting methods, which jeopardizes their effectiveness and thus blocks broader deployment. In this paper, we propose to formulate a novel problem of inductive forecasting with limited training data. In particular, given a spatial-temporal graph, we aim to learn a spatial-temporal forecasting model that can be easily generalized onto those nodes without any available temporal training data. To handle this problem, we propose a principled framework named ST-FiT. ST-FiT consists of two key learning components: temporal data augmentation and spatial graph topology learning. With such a design, ST-FiT can be used on top of any existing STGNNs to achieve superior performance on the nodes without training data. Extensive experiments verify the effectiveness of ST-FiT in multiple key perspectives.

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