paper-with-me

홈 › Papers

Collaborative Similarity Embedding for Recommender Systems

2019-02-17 · Chih-Ming Chen, Chuan-Ju Wang, Ming-Feng Tsai, Yi-Hsuan Yang

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.

📄 PDF Abstract BibTeX arXiv:1902.06188

Code (2)

bdnf/SBX-Recommendation-Engine pytorch
cnclabs/smore

Tasks

Graph LearningRecommendation SystemsRepresentation Learning

Similar Papers 제목 키워드 기반

Graph Attention Collaborative Similarity Embedding for Recommender System

2021-02-05 · Jinbo Song, Chao Chang, Fei Sun, Zhenyang Chen 외

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 Learning

Making Recommender Systems Forget: Learning and Unlearning for Erasable Recommendation

2022-03-22 · Yuyuan Li, Xiaolin Zheng, Chaochao Chen, Junlin Liu

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 Systems

Wasserstein Dependent Graph Attention Network for Collaborative Filtering with Uncertainty

2024-04-09 · Haoxuan Li, Yuanxin Ouyang, Zhuang Liu, Wenge Rong 외

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 Systems

LiRa: A New Likelihood-Based Similarity Score for Collaborative Filtering

2017-03-20 · Strnadova-Neeley Veronika, Buluc Aydin, Gilbert John R., Oliker Leonid 외

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 Systems

Collaborative filtering, K-nearest neighbor and cosine similarity in home decor recommender systems

2024-02-09 · Nanna Bach Munkholm, Robert Alphinas, Torben Tambo

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