paper-with-me

Papers

Hypergraph Contrastive Collaborative Filtering

2022-04-26 · Lianghao Xia, Chao Huang, Yong Xu, Jiashu Zhao, Dawei Yin, Jimmy Xiangji Huang

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 jointly capture local and global collaborative relations with a hypergraph-enhanced cross-view contrastive learning architecture. In particular, the designed hypergraph structure learning enhances the discrimination ability of GNN-based CF paradigm, so as to comprehensively capture the complex high-order dependencies among users. Additionally, our HCCF model effectively integrates the hypergraph structure encoding with self-supervised learning to reinforce the representation quality of recommender systems, based on the hypergraph-enhanced self-discrimination. Extensive experiments on three benchmark datasets demonstrate the superiority of our model over various state-of-the-art recommendation methods, and the robustness against sparse user interaction data. Our model implementation codes are available at https://github.com/akaxlh/HCCF.

📄 PDF Abstract BibTeX arXiv:2204.12200

Code (1)

akaxlh/hccf 공식 구현 pytorch

Tasks

Collaborative FilteringContrastive LearningRecommendation SystemsSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

LightGCN LightGCN is a type of graph convolutional neural network (GCN), including only the most essential component in GCN (neighborhood…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Dual Channel Hypergraph Collaborative Filtering

2020-08-27 · SIGKDD 2020 8 · Shuyi Ji, Yifan Feng, Rongrong Ji, Xibin Zhao 외

Collaborative filtering (CF) is one of the most popular and important recommendation methodologies in the heart of numerous recommender systems today. Although widely adopted, existing CF-based methods, ranging from mat…

Collaborative FilteringRecommendation Systems

Bilateral Unsymmetrical Graph Contrastive Learning for Recommendation

2024-03-22 · Jiaheng Yu, Jing Li, Yue He, Kai Zhu 외

Recent methods utilize graph contrastive Learning within graph-structured user-item interaction data for collaborative filtering and have demonstrated their efficacy in recommendation tasks. However, they ignore that the…

Collaborative FilteringContrastive LearningRelation

Hypergraph Diffusion for High-Order Recommender Systems

2025-01-28 · Darnbi Sakong, Thanh Trung Huynh, Jun Jo

Recommender systems rely on Collaborative Filtering (CF) to predict user preferences by leveraging patterns in historical user-item interactions. While traditional CF methods primarily focus on learning compact vector em…

Collaborative FilteringContrastive LearningGraph Neural NetworkRecommendation Systems

HyperGCL: Multi-Modal Graph Contrastive Learning via Learnable Hypergraph Views

2025-02-18 · Khaled Mohammed Saifuddin, Jonathan Shihao Ji, Esra Akbas

Recent advancements in Graph Contrastive Learning (GCL) have demonstrated remarkable effectiveness in improving graph representations. However, relying on predefined augmentations (e.g., node dropping, edge perturbation,…

AttributeContrastive LearningNode Classification

Improving Graph Collaborative Filtering with Neighborhood-enriched Contrastive Learning

2022-02-13 · Zihan Lin, Changxin Tian, Yupeng Hou, Wayne Xin Zhao

Recently, graph collaborative filtering methods have been proposed as an effective recommendation approach, which can capture users' preference over items by modeling the user-item interaction graphs. In order to reduce …

Collaborative FilteringContrastive Learning