This repository for the paper 📘: A Survey of Deep Graph Learning under Distribution Shifts: from Graph Out-of-Distribution Generalization to Adaptation. The README file here maintains a list of papers on graph out-of-distribution learning, covering three primary scenarios: graph OOD generalization, training-time graph OOD adaptation, and test-time graph OOD adaptation.
Check out our existing survey 📄: Beyond Generalization: A Survey of Out-Of-Distribution Adaptation on Graphs, which contains a list of papers on graph out-of-distribution adaptation.
If you find this repository helpful to your work, please kindly star it and cite our survey paper as follows:
@article{zhang2024surveygraph,
title={A Survey of Deep Graph Learning under Distribution Shifts: from Graph Out-of-Distribution Generalization to Adaptation},
author={Kexin Zhang and Shuhan Liu and Song Wang and Weili Shi and Chen Chen and Pan Li and Sheng Li and Jundong Li and Kaize Ding},
journal={arXiv preprint arXiv:2410.19265},
year={2024}
}
🤗 Contributions to update new resources and articles are very welcome!
- Graph OOD Generalization
- Training-time Graph OOD Adaptation
- Test-time Graph OOD Adaptation
- Transferability evaluation
Name | Category | Paper | Code |
---|---|---|---|
FRGNN | Feature Reconstruction | [arXiv] FRGNN: Mitigating the Impact of Distribution Shift on Graph Neural Networks via Test-Time Feature Reconstruction | [N/A] |
GTRANS | Graph Data Augmentation | [ICLR 2023] Empowering graph representation learning with test-time graph transformation | Code |
GraphCTA | Graph Data Augmentation | [TheWebConf 2024] Collaborate to Adapt: Source-Free Graph Domain Adaptation via Bi-directional Adaptation | Code |
SGOOD | Graph Data Augmentation | [arXiv] SGOOD: Substructure-enhanced Graph-Level Out-of-Distribution Detection | [N/A] |
GALA | Graph Data Augmentation | [TPAMI 2024] GALA: Graph Diffusion-based Alignment with Jigsaw for Source-free Domain Adaptation | Code |