Skip to content
/ SGRL Public
forked from hedongxiao-tju/SGRL

Official PyTorch implementation of SGRL in 'Exploitation of a Latent Mechanism in Graph Contrastive Learning: Representation Scattering' (NeurIPS 2024).

License

Notifications You must be signed in to change notification settings

n1o/SGRL

 
 

Repository files navigation

SGRL_Pytorch

Official PyTorch implementation of SGRL in 'Exploitation of a Latent Mechanism in Graph Contrastive Learning: Representation Scattering' (NeurIPS 2024). Overview of SGRL

1. Environment Configurations

python==3.9.7
scikit-learn==1.4.2
scipy==1.13.0
networkx==3.2
numpy==1.26.4
torch==2.1.0
torch_geometric==2.5.3
tqdm==4.66.2

More details can be found in env_description.txt.

2. How to use SGRL

You can reproduce the results in the paper easily by running the command bash run_{dataset_name}.

Cite

Please cite our paper if SGRL helps your work.

@article{he2024exploitation,
  title={Exploitation of a Latent Mechanism in Graph Contrastive Learning: Representation Scattering},
  author={Dongxiao He, Lianze Shan, Jitao Zhao, Hengrui Zhang, Zhen Wang, Weixiong Zhang},
  journal={NeurIPS},
  year={2024}
}

About

Official PyTorch implementation of SGRL in 'Exploitation of a Latent Mechanism in Graph Contrastive Learning: Representation Scattering' (NeurIPS 2024).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%