SCL-GNN: Towards Generalizable Graph Neural Networks via Spurious Correlation Learning
Yuxiang Zhang, Enyan Dai

TL;DR
This paper introduces SCL-GNN, a novel graph neural network framework that improves generalization by identifying and mitigating spurious correlations using HSIC and bi-level optimization, outperforming existing methods under distribution shifts.
Contribution
The paper proposes SCL-GNN, a new GNN framework that explicitly learns and reduces spurious correlations to enhance robustness and generalization across IID and OOD graph data.
Findings
SCL-GNN outperforms state-of-the-art methods on real-world datasets.
The framework effectively mitigates spurious correlations.
Experiments show improved robustness under distribution shifts.
Abstract
Graph Neural Networks (GNNs) have demonstrated remarkable success across diverse tasks. However, their generalization capability is often hindered by spurious correlations between node features and labels in the graph. Our analysis reveals that GNNs tend to exploit imperceptible statistical correlations in training data, even when such correlations are unreliable for prediction. To address this challenge, we propose the Spurious Correlation Learning Graph Neural Network (SCL-GNN), a novel framework designed to enhance generalization on both Independent and Identically Distributed (IID) and Out-of-Distribution (OOD) graphs. SCL-GNN incorporates a principled spurious correlation learning mechanism, leveraging the Hilbert-Schmidt Independence Criterion (HSIC) to quantify correlations between node representations and class scores. This enables the model to identify and mitigate irrelevant…
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 · Machine Learning in Healthcare · Graph Theory and Algorithms
