paper-with-me

홈 › Papers

Multi-Component Graph Convolutional Collaborative Filtering

2019-11-25 · Xiao Wang, Ruijia Wang, Chuan Shi, Guojie Song, Qingyong Li

The interactions of users and items in recommender system could be naturally modeled as a user-item bipartite graph. In recent years, we have witnessed an emerging research effort in exploring user-item graph for collaborative filtering methods. Nevertheless, the formation of user-item interactions typically arises from highly complex latent purchasing motivations, such as high cost performance or eye-catching appearance, which are indistinguishably represented by the edges. The existing approaches still remain the differences between various purchasing motivations unexplored, rendering the inability to capture fine-grained user preference. Therefore, in this paper we propose a novel Multi-Component graph convolutional Collaborative Filtering (MCCF) approach to distinguish the latent purchasing motivations underneath the observed explicit user-item interactions. Specifically, there are two elaborately designed modules, decomposer and combiner, inside MCCF. The former first decomposes the edges in user-item graph to identify the latent components that may cause the purchasing relationship; the latter then recombines these latent components automatically to obtain unified embeddings for prediction. Furthermore, the sparse regularizer and weighted random sample strategy are utilized to alleviate the overfitting problem and accelerate the optimization. Empirical results on three real datasets and a synthetic dataset not only show the significant performance gains of MCCF, but also well demonstrate the necessity of considering multiple components.

📄 PDF Abstract BibTeX arXiv:1911.10699

Code (1)

RuijiaW/Multi-Component-Graph-Convolutional-Collaborative-Filtering 공식 구현 pytorch

Tasks

Collaborative FilteringRecommendation Systems

Similar Papers 제목 키워드 기반

Interactive Graph Convolutional Filtering

2023-09-04 · Jin Zhang, Defu Lian, Hong Xie, Yawen Li 외

Interactive Recommender Systems (IRS) have been increasingly used in various domains, including personalized article recommendation, social media, and online advertising. However, IRS faces significant challenges in prov…

Collaborative FilteringMeta-LearningRecommendation SystemsVariational Inference

Graph Spectral Filtering with Chebyshev Interpolation for Recommendation

2025-05-01 · Chanwoo Kim, Jinkyu Sung, Yebonn Han, Joonseok Lee

Graph convolutional networks have recently gained prominence in collaborative filtering (CF) for recommendations. However, we identify potential bottlenecks in two foundational components. First, the embedding layer lead…

Collaborative Filtering

One-class Collaborative Filtering with Random Graphs: Annotated Version

2013-09-26 · Ulrich Paquet, Noam Koenigstein

The bane of one-class collaborative filtering is interpreting and modelling the latent signal from the missing class. In this paper we present a novel Bayesian generative model for implicit collaborative filtering. It fo…

Collaborative FilteringVariational Inference

Neural Causal Graph Collaborative Filtering

2023-07-10 · Xiangmeng Wang, Qian Li, Dianer Yu, Wei Huang 외

Graph collaborative filtering (GCF) has gained considerable attention in recommendation systems by leveraging graph learning techniques to enhance collaborative filtering (CF). One classical approach in GCF is to learn u…

Collaborative FilteringGraph LearningGraph Representation LearningRecommendation Systems+2

SceneRec: Scene-Based Graph Neural Networks for Recommender Systems

2021-02-12 · Gang Wang, Ziyi Guo, Xiang Li, Dawei Yin 외

Collaborative filtering has been largely used to advance modern recommender systems to predict user preference. A key component in collaborative filtering is representation learning, which aims to project users and items…

Collaborative FilteringRecommendation SystemsRepresentation Learning