LGAIMay 30, 2025

Invariant Link Selector for Spatial-Temporal Out-of-Distribution Problem

arXiv:2505.24178v17 citationsh-index: 16Has CodeAISTATS
Originality Incremental advance
AI Analysis

This addresses generalization challenges in AI for relational data with temporal dependencies, such as recommendation systems, though it appears incremental by building on existing methods like Information Bottleneck.

The paper tackles the out-of-distribution problem in temporal graphs by proposing an invariant link selector to identify stable components for robust learning, achieving state-of-the-art results in tasks like citation and merchandise recommendation.

In the era of foundation models, Out-of- Distribution (OOD) problems, i.e., the data discrepancy between the training environments and testing environments, hinder AI generalization. Further, relational data like graphs disobeying the Independent and Identically Distributed (IID) condition makes the problem more challenging, especially much harder when it is associated with time. Motivated by this, to realize the robust invariant learning over temporal graphs, we want to investigate what components in temporal graphs are most invariant and representative with respect to labels. With the Information Bottleneck (IB) method, we propose an error-bounded Invariant Link Selector that can distinguish invariant components and variant components during the training process to make the deep learning model generalizable for different testing scenarios. Besides deriving a series of rigorous generalizable optimization functions, we also equip the training with task-specific loss functions, e.g., temporal link prediction, to make pretrained models solve real-world application tasks like citation recommendation and merchandise recommendation, as demonstrated in our experiments with state-of-the-art (SOTA) methods. Our code is available at https://github.com/kthrn22/OOD-Linker.

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