paper-with-me

Papers

Multi-Graph Convolution Collaborative Filtering

2020-01-01 · Jianing Sun, Yingxue Zhang, Chen Ma, Mark Coates, Huifeng Guo, Ruiming Tang, Xiuqiang He

Personalized recommendation is ubiquitous, playing an important role in many online services. Substantial research has been dedicated to learning vector representations of users and items with the goal of predicting a user's preference for an item based on the similarity of the representations. Techniques range from classic matrix factorization to more recent deep learning based methods. However, we argue that existing methods do not make full use of the information that is available from user-item interaction data and the similarities between user pairs and item pairs. In this work, we develop a graph convolution-based recommendation framework, named Multi-Graph Convolution Collaborative Filtering (Multi-GCCF), which explicitly incorporates multiple graphs in the embedding learning process. Multi-GCCF not only expressively models the high-order information via a partite user-item interaction graph, but also integrates the proximal information by building and processing user-user and item-item graphs. Furthermore, we consider the intrinsic difference between user nodes and item nodes when performing graph convolution on the bipartite graph. We conduct extensive experiments on four publicly accessible benchmarks, showing significant improvements relative to several state-of-the-art collaborative filtering and graph neural network-based recommendation models. Further experiments quantitatively verify the effectiveness of each component of our proposed model and demonstrate that the learned embeddings capture the important relationship structure.

📄 PDF Abstract BibTeX arXiv:2001.00267

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringGraph Neural Network

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 제목 키워드 기반

Pure Spectral Graph Embeddings: Reinterpreting Graph Convolution for Top-N Recommendation

2023-05-28 · Edoardo D'Amico, Aonghus Lawlor, Neil Hurley

The use of graph convolution in the development of recommender system algorithms has recently achieved state-of-the-art results in the collaborative filtering task (CF). While it has been demonstrated that the graph conv…

Collaborative FilteringRecommendation SystemsRepresentation Learning

Unifying Graph Convolution and Contrastive Learning in Collaborative Filtering

2024-06-20 · Yihong Wu, Le Zhang, Fengran Mo, Tianyu Zhu 외

Graph-based models and contrastive learning have emerged as prominent methods in Collaborative Filtering (CF). While many existing models in CF incorporate these methods in their design, there seems to be a limited depth…

Collaborative FilteringContrastive Learning

Revisiting Graph based Collaborative Filtering: A Linear Residual Graph Convolutional Network Approach

2020-01-28 · Lei Chen, Le Wu, Richang Hong, Kun Zhang 외

Graph Convolutional Networks (GCNs) are state-of-the-art graph based representation learning models by iteratively stacking multiple layers of convolution aggregation operations and non-linear activation operations. Rece…

Collaborative FilteringRecommendation SystemsRepresentation Learning

Graph Neural Controlled Differential Equations For Collaborative Filtering

2025-01-23 · Ke Xu, Weizhi Zhang, Zihe Song, Yuanjie Zhu 외

Graph Convolution Networks (GCNs) are widely considered state-of-the-art for recommendation systems. Several studies in the field of recommendation systems have attempted to apply collaborative filtering (CF) into the Ne…

Collaborative FilteringRecommendation Systems

RGCF: Refined Graph Convolution Collaborative Filtering with concise and expressive embedding

2020-07-07 · Kang Liu, Feng Xue, Richang Hong

Graph Convolution Network (GCN) has attracted significant attention and become the most popular method for learning graph representations. In recent years, many efforts have been focused on integrating GCN into the recom…

Collaborative Filtering