paper-with-me

홈 › Papers

MixRec: Heterogeneous Graph Collaborative Filtering

2024-12-18 · Lianghao Xia, Meiyan Xie, Yong Xu, Chao Huang

For modern recommender systems, the use of low-dimensional latent representations to embed users and items based on their observed interactions has become commonplace. However, many existing recommendation models are primarily designed for coarse-grained and homogeneous interactions, which limits their effectiveness in two critical dimensions. Firstly, these models fail to leverage the relational dependencies that exist across different types of user behaviors, such as page views, collects, comments, and purchases. Secondly, they struggle to capture the fine-grained latent factors that drive user interaction patterns. To address these limitations, we present a heterogeneous graph collaborative filtering model MixRec that excels at disentangling users' multi-behavior interaction patterns and uncovering the latent intent factors behind each behavior. Our model achieves this by incorporating intent disentanglement and multi-behavior modeling, facilitated by a parameterized heterogeneous hypergraph architecture. Furthermore, we introduce a novel contrastive learning paradigm that adaptively explores the advantages of self-supervised data augmentation, thereby enhancing the model's resilience against data sparsity and expressiveness with relation heterogeneity. To validate the efficacy of MixRec, we conducted extensive experiments on three public datasets. The results clearly demonstrate its superior performance, significantly outperforming various state-of-the-art baselines. Our model is open-sourced and available at: https://github.com/HKUDS/MixRec.

📄 PDF Abstract BibTeX arXiv:2412.13825

Code (1)

hkuds/mixrec 공식 구현 tf

Tasks

Collaborative FilteringContrastive LearningData AugmentationDisentanglementRecommendation Systems

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Heterogeneous Graph Collaborative Filtering

2020-11-13 · Zekun Li, Yujia Zheng, Shu Wu, XiaoYu Zhang 외

Graph-based collaborative filtering (CF) algorithms have gained increasing attention. Existing work in this literature usually models the user-item interactions as a bipartite graph, where users and items are two isolate…

Collaborative Filtering

When Product Search Meets Collaborative Filtering: A Hierarchical Heterogeneous Graph Neural Network Approach

2021-08-17 · Xiangkun Yin, Yangyang Guo, Liqiang Nie, Zhiyong Cheng

Personalization lies at the core of boosting the product search system performance. Prior studies mainly resorted to the semantic matching between textual queries and user/product related documents, leaving the user coll…

Collaborative FilteringGraph Neural NetworkRepresentation LearningSentence

HGCH: A Hyperbolic Graph Convolution Network Model for Heterogeneous Collaborative Graph Recommendation

2023-04-06 · Lu Zhang, Ning Wu

User-item interaction data in collaborative filtering and graph modeling tasks often exhibit power-law characteristics, which suggest the suitability of hyperbolic space modeling. Hyperbolic Graph Convolution Neural Netw…

Collaborative Filtering

Heterogeneous Collaborative Filtering

2019-08-31 · Yifang Liu, Zhentao Xu, Cong Hui, Yi Xuan 외

Recommendation system is important to a content sharing/creating social network. Collaborative filtering is a widely-adopted technology in conventional recommenders, which is based on similarity between positively engage…

Collaborative FilteringDiversity

RecipeRec: A Heterogeneous Graph Learning Model for Recipe Recommendation

2022-05-24 · Yijun Tian, Chuxu Zhang, Zhichun Guo, Chao Huang 외

Recipe recommendation systems play an essential role in helping people decide what to eat. Existing recipe recommendation systems typically focused on content-based or collaborative filtering approaches, ignoring the hig…

Collaborative FilteringContrastive LearningGraph LearningGraph Neural Network+1