StructComp

February 27, 2024 ยท View on GitHub

This is the code for the paper "StructComp: Substituting propagation with Structural Compression in Training Graph Contrastive Learning" accepted by ICLR 2024.

Requirement

  • pytorch == 1.10.1
  • torch-geometric == 2.2.0
  • numpy == 1.21.5

Cite

@inproceedings{zhang2024structcomp,
  title={StructComp: Substituting propagation with Structural Compression in Training Graph Contrastive Learning},
  author={Zhang, Shengzhong and Yang, Wenjie and Cao, Xinyuan and Zhang, Hongwei and Huang, Zengfeng},
  booktitle={International Conference on Learning Representations},
  year={2024}
}