Rethinking Graph Contrastive Learning Through Relative Similarity Preservation

Abstract

Graph contrastive learning (GCL) has achieved remarkable success by following the computer vision paradigm of preserving absolute similarity between augmented views. However, this approach faces fundamental challenges in graphs due to their discrete, non-Euclidean nature -- view generation often breaks semantic validity and similarity verification becomes unreliable. Through analyzing 11 real-world graphs, we discover a universal pattern transcending the homophily-heterophily dichotomy: label consistency systematically diminishes as structural distance increases, manifesting as smooth decay in homophily graphs and oscillatory decay in heterophily graphs. We establish theoretical guarantees for this pattern through random walk theory, proving label distribution convergence and characterizing the mechanisms behind different decay behaviors. This discovery reveals that graphs naturally encode relative similarity patterns, where structurally closer nodes exhibit collectively stronger semantic relationships. Leveraging this insight, we propose RELGCL, a novel GCL framework with complementary pairwise and listwise implementations that preserve these inherent patterns through collective similarity objectives. Extensive experiments demonstrate that our method consistently outperforms 20 existing approaches across both homophily and heterophily graphs, validating the effectiveness of leveraging natural relative similarity over artificial absolute similarity.

Cite

Text

Ning et al. "Rethinking Graph Contrastive Learning Through Relative Similarity Preservation." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/358

Markdown

[Ning et al. "Rethinking Graph Contrastive Learning Through Relative Similarity Preservation." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/ning2025ijcai-rethinking/) doi:10.24963/IJCAI.2025/358

BibTeX

@inproceedings{ning2025ijcai-rethinking,
  title     = {{Rethinking Graph Contrastive Learning Through Relative Similarity Preservation}},
  author    = {Ning, Zhiyuan and Wang, Pengfei and Qiao, Ziyue and Wang, Pengyang and Zhou, Yuanchun},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {3217-3225},
  doi       = {10.24963/IJCAI.2025/358},
  url       = {https://mlanthology.org/ijcai/2025/ning2025ijcai-rethinking/}
}