Self-supervised Graph Learning for Occasional Group Recommendation
Bowen Hao, Hongzhi Yin, Cuiping Li, and Hong Chen

TL;DR
This paper introduces a self-supervised graph learning framework to improve representations for cold-start groups in recommender systems, addressing the challenge of sparse interactions by enhancing high-order neighbor embeddings.
Contribution
It proposes a novel self-supervised learning approach with an embedding enhancer using self-attention to explicitly improve high-order neighbor embeddings for cold-start groups.
Findings
Outperforms state-of-the-art methods in experiments
Effectively enhances high-order neighbor embeddings
Improves recommendation accuracy for cold-start groups
Abstract
As an important branch in Recommender System, occasional group recommendation has received more and more attention. In this scenario, each occasional group (cold-start group) has no or few historical interacted items. As each occasional group has extremely sparse interactions with items, traditional group recommendation methods can not learn high-quality group representations. The recent proposed Graph Neural Networks (GNNs), which incorporate the high-order neighbors of the target occasional group, can alleviate the above problem in some extent. However, these GNNs still can not explicitly strengthen the embedding quality of the high-order neighbors with few interactions. Motivated by the Self-supervised Learning technique, which is able to find the correlations within the data itself, we propose a self-supervised graph learning framework, which takes the user/item/group embedding…
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 · Advanced Graph Neural Networks · Topic Modeling
MethodsContrastive Learning · Convolution · Adapter
