PyTorch implementation for SimGRACE: A Simple Framework for Graph Contrastive Learning without Data Augmentation accepted by The Web Conference 2022 (WWW 2022).
In this repository, we provide the codes of SimGRACE to evaluate its performances in terms of generalizability (unsupervised & semi-supervised learning), transferability (transfer learning) and robustness (adversarial robustness).
- Semi-supervised learning & Unsupervised representation learning TU Datasets (social and biochemical graphs)
- Transfer learning chem data (2.5GB);bio data (2GB)
- Adversarial robustness synthetic data
@inproceedings{10.1145/3485447.3512156,
author = {Xia, Jun and Wu, Lirong and Chen, Jintao and Hu, Bozhen and Li, Stan Z.},
title = {SimGRACE: A Simple Framework for Graph Contrastive Learning without Data Augmentation},
year = {2022},
isbn = {9781450390965},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3485447.3512156},
doi = {10.1145/3485447.3512156},
booktitle = {Proceedings of the ACM Web Conference 2022},
pages = {1070–1079},
numpages = {10},
keywords = {graph representation learning, contrastive learning, Graph neural networks, robustness, graph self-supervised learning},
location = {Virtual Event, Lyon, France},
series = {WWW '22}
}
- The first comprehensive survey for PGMs: A Survey of Pretraining on Graphs: Taxonomy, Methods, and Applications
- A curated list of must-read papers, open-source pretrained models and pretraining datasets.