Mixed Supervised Graph Contrastive Learning for Recommendation
Weizhi Zhang, Liangwei Yang, Zihe Song, Henry Peng Zou, Ke Xu, Yuanjie, Zhu, Philip S. Yu

TL;DR
This paper introduces MixSGCL, a supervised contrastive learning approach for recommendation systems that integrates recommendation and contrastive tasks into a unified framework, improving performance and addressing data sparsity.
Contribution
MixSGCL combines recommendation and contrastive learning into a supervised framework and proposes node-wise and edge-wise mixup to enhance data utilization.
Findings
Outperforms state-of-the-art methods on three real-world datasets.
Achieves better accuracy and efficiency in recommendation tasks.
Effectively alleviates data sparsity issues in RecSys.
Abstract
Recommender systems (RecSys) play a vital role in online platforms, offering users personalized suggestions amidst vast information. Graph contrastive learning aims to learn from high-order collaborative filtering signals with unsupervised augmentation on the user-item bipartite graph, which predominantly relies on the multi-task learning framework involving both the pair-wise recommendation loss and the contrastive loss. This decoupled design can cause inconsistent optimization direction from different losses, which leads to longer convergence time and even sub-optimal performance. Besides, the self-supervised contrastive loss falls short in alleviating the data sparsity issue in RecSys as it learns to differentiate users/items from different views without providing extra supervised collaborative filtering signals during augmentations. In this paper, we propose Mixed Supervised Graph…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Text and Document Classification Technologies · Face and Expression Recognition
MethodsMixup · Contrastive Learning · ALIGN
