Collaborative Similarity Embedding for Recommender Systems
We present collaborative similarity embedding (CSE), a unified framework that exploits comprehensive collaborative relations available in a user-item bipartite graph for representation learning and recommendation. In the proposed framework, we differentiate two types of proximity relations: direct proximity and k-th order neighborhood proximity. While learning from the former exploits direct user-item associations observable from the graph, learning from the latter makes use of implicit associations such as user-user similarities and item-item similarities, which can provide valuable information especially when the graph is sparse. Moreover, for improving scalability and flexibility, we propose a sampling technique that is specifically designed to capture the two types of proximity relations. Extensive experiments on eight benchmark datasets show that CSE yields significantly better performance than state-of-the-art recommendation methods.
Code (2)
Tasks
Graph LearningRecommendation SystemsRepresentation LearningSimilar Papers 제목 키워드 기반
Graph Attention Collaborative Similarity Embedding for Recommender System
We present Graph Attention Collaborative Similarity Embedding (GACSE), a new recommendation framework that exploits collaborative information in the user-item bipartite graph for representation learning. Our framework co…
Collaborative FilteringGraph AttentionRecommendation SystemsRepresentation LearningMaking Recommender Systems Forget: Learning and Unlearning for Erasable Recommendation
Privacy laws and regulations enforce data-driven systems, e.g., recommender systems, to erase the data that concern individuals. As machine learning models potentially memorize the training data, data erasure should also…
Collaborative FilteringMachine UnlearningRecommendation SystemsWasserstein Dependent Graph Attention Network for Collaborative Filtering with Uncertainty
Collaborative filtering (CF) is an essential technique in recommender systems that provides personalized recommendations by only leveraging user-item interactions. However, most CF methods represent users and items as fi…
Collaborative FilteringGraph AttentionRecommendation SystemsLiRa: A New Likelihood-Based Similarity Score for Collaborative Filtering
Recommender system data presents unique challenges to the data mining, machine learning, and algorithms communities. The high missing data rate, in combination with the large scale and high dimensionality that is typical…
Collaborative FilteringMissing ValuesRecommendation SystemsCollaborative filtering, K-nearest neighbor and cosine similarity in home decor recommender systems
An architectural framework, based on collaborative filtering using K-nearest neighbor and cosine similarity, was developed and implemented to fit the requirements for the company DecorRaid. The aim of the paper is to tes…
Collaborative FilteringRecommendation Systems