/GDA-SpecReg

[ICLR 2023] "Graph Domain Adaptation via Theory-Grounded Spectral Regularization" by Yuning You, Tianlong Chen, Zhangyang Wang, Yang Shen

Primary LanguagePythonApache License 2.0Apache-2.0

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

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}
}