GDA-SpecReg
GDA-SpecReg copied to clipboard
[ICLR 2023] "Graph Domain Adaptation via Theory-Grounded Spectral Regularization" by Yuning You, Tianlong Chen, Zhangyang Wang, Yang Shen
Graph Domain Adaptation via Theory-Grounded Spectral Regularization
PyTorch implementation for Graph Domain Adaptation via Theory-Grounded Spectral Regularization
Yuning You, Tianlong Chen, Zhangyang Wang, Yang Shen
In ICLR 2023.
Overview
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).
Experiments
- Cross-species protein-protein interaction (link) prediction
- Temporally shifted paper topic (node) classification
Citation
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}
}