paper-with-me

Papers

Cluster-based Graph Collaborative Filtering

2024-04-16 · Fan Liu, Shuai Zhao, Zhiyong Cheng, Liqiang Nie, Mohan Kankanhalli

Graph Convolution Networks (GCNs) have significantly succeeded in learning user and item representations for recommendation systems. The core of their efficacy is the ability to explicitly exploit the collaborative signals from both the first- and high-order neighboring nodes. However, most existing GCN-based methods overlook the multiple interests of users while performing high-order graph convolution. Thus, the noisy information from unreliable neighbor nodes (e.g., users with dissimilar interests) negatively impacts the representation learning of the target node. Additionally, conducting graph convolution operations without differentiating high-order neighbors suffers the over-smoothing issue when stacking more layers, resulting in performance degradation. In this paper, we aim to capture more valuable information from high-order neighboring nodes while avoiding noise for better representation learning of the target node. To achieve this goal, we propose a novel GCN-based recommendation model, termed Cluster-based Graph Collaborative Filtering (ClusterGCF). This model performs high-order graph convolution on cluster-specific graphs, which are constructed by capturing the multiple interests of users and identifying the common interests among them. Specifically, we design an unsupervised and optimizable soft node clustering approach to classify user and item nodes into multiple clusters. Based on the soft node clustering results and the topology of the user-item interaction graph, we assign the nodes with probabilities for different clusters to construct the cluster-specific graphs. To evaluate the effectiveness of ClusterGCF, we conducted extensive experiments on four publicly available datasets. Experimental results demonstrate that our model can significantly improve recommendation performance.

📄 PDF Abstract BibTeX arXiv:2404.10321

Code (1)

zhao254014/clustergcf 공식 구현 tf

Tasks

ClusteringCollaborative FilteringNode ClusteringRecommendation SystemsRepresentation Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

A Fast Recommendation Algorithm for Social Tagging Systems : A Delicious Case

2015-12-28 · Zhao Yao-Dong, Cai Shi-Min, Tang Ming, Shang Ming-Sheng

The tripartite graph is one of the commonest topological structures in social tagging systems such as Delicious, which has three types of nodes (i.e., users, URLs and tags). Traditional recommender systems developed base…

ClusteringCollaborative FilteringCPURecommendation Systems

Collaborative Filtering Bandits

2015-02-11 · Shuai Li, Alexandros Karatzoglou, Claudio Gentile

Classical collaborative filtering, and content-based filtering methods try to learn a static recommendation model given training data. These approaches are far from ideal in highly dynamic recommendation domains such as …

ClusteringCollaborative FilteringNews Recommendation

Practical Large-Scale Optimization for Max-norm Regularization

2010-12-01 · NeurIPS 2010 12 · Jason D. Lee, Ben Recht, Nathan Srebro, Joel Tropp 외

The max-norm was proposed as a convex matrix regularizer by Srebro et al (2004) and was shown to be empirically superior to the trace-norm for collaborative filtering problems. Although the max-norm can be computed in po…

ClusteringCollaborative Filtering

Enhancing Graph Collaborative Filtering via Uniformly Co-Clustered Intent Modeling

2023-09-22 · Jiahao Wu, Wenqi Fan, Shengcai Liu, Qijiong Liu 외

Graph-based collaborative filtering has emerged as a powerful paradigm for delivering personalized recommendations. Despite their demonstrated effectiveness, these methods often neglect the underlying intents of users, w…

Collaborative Filtering

Towards Explainable Collaborative Filtering with Taste Clusters Learning

2023-04-27 · Yuntao Du, Jianxun Lian, Jing Yao, Xiting Wang 외

Collaborative Filtering (CF) is a widely used and effective technique for recommender systems. In recent decades, there have been significant advancements in latent embedding-based CF methods for improved accuracy, such …

Collaborative FilteringDecision MakingInformativenessRecommendation Systems+1