hzhao98 / GDCL

Graph Debiased Contrastive Learning with Joint Representation Clustering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph Debiased Contrastive Learning with Joint Representation Clustering

This is the pytorch implementation of Graph Debiased Contrastive Learning (GDCL) model that is published in IJCAI 2021. (https://www.ijcai.org/proceedings/2021/0473.pdf).

Requirements

Python 3.7
Pytorch 1.2.0

Reference

@inproceedings{zhao2021graph,
  title={Graph debiased contrastive learning with joint representation clustering},
  author={Zhao, Han and Yang, Xu and Wang, Zhenru and Yang, Erkun and Deng, Cheng},
  booktitle={Proc. IJCAI},
  pages={3434--3440},
  year={2021}
}

About

Graph Debiased Contrastive Learning with Joint Representation Clustering


Languages

Language:Python 100.0%