Stable Prediction on Graphs with Agnostic Distribution Shift
Shengyu Zhang, Kun Kuang, Jiezhong Qiu, Jin Yu, Zhou Zhao, Hongxia, Yang, Zhongfei Zhang, Fei Wu

TL;DR
This paper introduces a novel stable prediction framework for graph neural networks that enhances robustness against distribution shifts between training and testing environments, ensuring more reliable inference in real-world applications.
Contribution
The paper proposes a new stable prediction method for GNNs that captures local and global stability, improving generalization under agnostic distribution shifts.
Findings
Outperforms state-of-the-art GNNs on benchmark datasets.
Effectively handles distribution shifts caused by node labels and attributes.
Demonstrates robustness on industrial recommendation data.
Abstract
Graph is a flexible and effective tool to represent complex structures in practice and graph neural networks (GNNs) have been shown to be effective on various graph tasks with randomly separated training and testing data. In real applications, however, the distribution of training graph might be different from that of the test one (e.g., users' interactions on the user-item training graph and their actual preference on items, i.e., testing environment, are known to have inconsistencies in recommender systems). Moreover, the distribution of test data is always agnostic when GNNs are trained. Hence, we are facing the agnostic distribution shift between training and testing on graph learning, which would lead to unstable inference of traditional GNNs across different test environments. To address this problem, we propose a novel stable prediction framework for GNNs, which permits both…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Graph Theory and Algorithms
MethodsTest
