English

SGCL: Unifying Self-Supervised and Supervised Learning for Graph Recommendation

Information Retrieval 2025-07-18 v1

Abstract

Recommender systems (RecSys) are essential for online platforms, providing personalized suggestions to users within a vast sea of information. Self-supervised graph learning seeks to harness high-order collaborative filtering signals through unsupervised augmentation on the user-item bipartite graph, primarily leveraging a multi-task learning framework that includes both supervised recommendation loss and self-supervised contrastive loss. However, this separate design introduces additional graph convolution processes and creates inconsistencies in gradient directions due to disparate losses, resulting in prolonged training times and sub-optimal performance. In this study, we introduce a unified framework of Supervised Graph Contrastive Learning for recommendation (SGCL) to address these issues. SGCL uniquely combines the training of recommendation and unsupervised contrastive losses into a cohesive supervised contrastive learning loss, aligning both tasks within a single optimization direction for exceptionally fast training. Extensive experiments on three real-world datasets show that SGCL outperforms state-of-the-art methods, achieving superior accuracy and efficiency.

Keywords

Cite

@article{arxiv.2507.13336,
  title  = {SGCL: Unifying Self-Supervised and Supervised Learning for Graph Recommendation},
  author = {Weizhi Zhang and Liangwei Yang and Zihe Song and Henrry Peng Zou and Ke Xu and Yuanjie Zhu and Philip S. Yu},
  journal= {arXiv preprint arXiv:2507.13336},
  year   = {2025}
}

Comments

Accepted in RecSys 2025. arXiv admin note: substantial text overlap with arXiv:2404.15954

R2 v1 2026-07-01T04:06:35.046Z