LGAINov 5, 2023

KITS: Inductive Spatio-Temporal Kriging with Increment Training Strategy

arXiv:2311.02565v222 citationsh-index: 17
AI Analysis

This addresses the problem of accurate environmental sensing for applications like IoT and smart cities by mitigating generalization issues in graph-based kriging, though it is incremental as it builds on existing GNN methods.

The paper tackles the graph gap problem in inductive spatio-temporal kriging, where training on sparse graphs fails to generalize to denser inference graphs, by proposing KITS with an increment training strategy that adds virtual nodes and uses feature fusion and pseudo-labels, resulting in improvements such as an 18.33% reduction in MAE over existing methods.

Sensors are commonly deployed to perceive the environment. However, due to the high cost, sensors are usually sparsely deployed. Kriging is the tailored task to infer the unobserved nodes (without sensors) using the observed source nodes (with sensors). The essence of kriging task is transferability. Recently, several inductive spatio-temporal kriging methods have been proposed based on graph neural networks, being trained based on a graph built on top of observed nodes via pretext tasks such as masking nodes out and reconstructing them. However, the graph in training is inevitably much sparser than the graph in inference that includes all the observed and unobserved nodes. The learned pattern cannot be well generalized for inference, denoted as graph gap. To address this issue, we first present a novel Increment training strategy: instead of masking nodes (and reconstructing them), we add virtual nodes into the training graph so as to mitigate the graph gap issue naturally. Nevertheless, the empty-shell virtual nodes without labels could have bad-learned features and lack supervision signals. To solve these issues, we pair each virtual node with its most similar observed node and fuse their features together; to enhance the supervision signal, we construct reliable pseudo labels for virtual nodes. As a result, the learned pattern of virtual nodes could be safely transferred to real unobserved nodes for reliable kriging. We name our new Kriging model with Increment Training Strategy as KITS. Extensive experiments demonstrate that KITS consistently outperforms existing kriging methods by large margins, e.g., the improvement over MAE score could be as high as 18.33%.

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