TL;DR
This paper introduces Hypergraph Contrastive Collaborative Filtering (HCCF), a self-supervised learning framework that enhances user and item representations by capturing high-order relations and addressing over-smoothing in graph-based recommender systems.
Contribution
The paper proposes a novel hypergraph-based contrastive learning approach to improve the discrimination and robustness of GNN-based collaborative filtering models.
Findings
HCCF outperforms state-of-the-art methods on benchmark datasets.
HCCF demonstrates robustness with sparse interaction data.
Hypergraph structure learning enhances high-order dependency capturing.
Abstract
Collaborative Filtering (CF) has emerged as fundamental paradigms for parameterizing users and items into latent representation space, with their correlative patterns from interaction data. Among various CF techniques, the development of GNN-based recommender systems, e.g., PinSage and LightGCN, has offered the state-of-the-art performance. However, two key challenges have not been well explored in existing solutions: i) The over-smoothing effect with deeper graph-based CF architecture, may cause the indistinguishable user representations and degradation of recommendation results. ii) The supervision signals (i.e., user-item interactions) are usually scarce and skewed distributed in reality, which limits the representation power of CF paradigms. To tackle these challenges, we propose a new self-supervised recommendation framework Hypergraph Contrastive Collaborative Filtering (HCCF) to…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsLightGCN · Contrastive Learning
