IRAIDec 4, 2021

Self-supervised Graph Learning for Occasional Group Recommendation

arXiv:2112.02274v48 citations
Originality Incremental advance
AI Analysis

This addresses cold-start issues in group recommendation for users, but it is incremental as it builds on existing GNN and self-supervised learning techniques.

The paper tackles the problem of occasional group recommendation, where groups have sparse interactions, by proposing a self-supervised graph learning framework with an embedding enhancer, achieving advantages over state-of-the-art methods in experiments.

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 reconstruction as the pretext task to enhance the embeddings of the cold-start users/items/groups. In order to explicitly enhance the high-order cold-start neighbors' embedding quality, we further introduce an embedding enhancer, which leverages the self-attention mechanism to improve the embedding quality for them. Comprehensive experiments show the advantages of our proposed framework than the state-of-the-art methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes