IRAIDec 18, 2024

MixRec: Heterogeneous Graph Collaborative Filtering

arXiv:2412.13825v33 citationsh-index: 40Has CodeWSDM
Originality Incremental advance
AI Analysis

This work addresses the problem of improving recommendation accuracy for users by handling heterogeneous interactions, though it appears incremental as it builds on existing graph-based methods.

The paper tackles the limitations of existing recommendation models in leveraging heterogeneous user behaviors and fine-grained latent factors by proposing MixRec, a heterogeneous graph collaborative filtering model that disentangles multi-behavior patterns and uses contrastive learning, achieving superior performance on three public datasets.

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.

Code Implementations1 repo
Foundations

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

Your Notes