PyTorch implementation for Graph Domain Adaptation via Theory-Grounded Spectral Regularization
Yuning You, Tianlong Chen, Zhangyang Wang, Yang Shen
In ICLR 2023.
This repo provides two GNN spectral regularization implementations (SSReg and MFRReg) to tackle distribution shifts for graph data (i.e. graph domain adaptation). The developed regularization is grounded on the model-based risk bound analysis in the paper (Corollary 1, Lemma 1, and Lemma 2).
- Cross-species protein-protein interaction (link) prediction
- Temporally shifted paper topic (node) classification
If you use this code for you research, please cite our paper.
@inproceedings{you2023graph,
title={Graph Domain Adaptation via Theory-Grounded Spectral Regularization},
author={You, Yuning and Chen, Tianlong and Wang, Zhangyang and Shen, Yang},
booktitle={International Conference on Learning Representations},
year = {2023}
}