LGSIOct 3, 2022

Deep Spatial Domain Generalization

arXiv:2210.00729v26 citationsh-index: 10
Originality Incremental advance
AI Analysis

This addresses the challenge of generalizing machine learning models to unseen spatial domains in continuous 2D space, which is incremental as it extends domain generalization to spatial contexts.

The paper tackles the problem of spatial domain generalization, where traditional models fail due to spatial autocorrelation and heterogeneity, by proposing a framework that learns spatial embeddings to predict model parameters for unseen locations, achieving strong performance on thirteen real-world datasets.

Spatial autocorrelation and spatial heterogeneity widely exist in spatial data, which make the traditional machine learning model perform badly. Spatial domain generalization is a spatial extension of domain generalization, which can generalize to unseen spatial domains in continuous 2D space. Specifically, it learns a model under varying data distributions that generalizes to unseen domains. Although tremendous success has been achieved in domain generalization, there exist very few works on spatial domain generalization. The advancement of this area is challenged by: 1) Difficulty in characterizing spatial heterogeneity, and 2) Difficulty in obtaining predictive models for unseen locations without training data. To address these challenges, this paper proposes a generic framework for spatial domain generalization. Specifically, We develop the spatial interpolation graph neural network that handles spatial data as a graph and learns the spatial embedding on each node and their relationships. The spatial interpolation graph neural network infers the spatial embedding of an unseen location during the test phase. Then the spatial embedding of the target location is used to decode the parameters of the downstream-task model directly on the target location. Finally, extensive experiments on thirteen real-world datasets demonstrate the proposed method's strength.

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