paper-with-me

Papers

Metric Factorization: Recommendation beyond Matrix Factorization

2018-02-13 · Shuai Zhang, Lina Yao, Yi Tay, Xiwei Xu, Xiang Zhang, Liming Zhu

In the past decade, matrix factorization has been extensively researched and has become one of the most popular techniques for personalized recommendations. Nevertheless, the dot product adopted in matrix factorization based recommender models does not satisfy the inequality property, which may limit their expressiveness and lead to sub-optimal solutions. To overcome this problem, we propose a novel recommender technique dubbed as {\em Metric Factorization}. We assume that users and items can be placed in a low dimensional space and their explicit closeness can be measured using Euclidean distance which satisfies the inequality property. To demonstrate its effectiveness, we further designed two variants of metric factorization with one for rating estimation and the other for personalized item ranking. Extensive experiments on a number of real-world datasets show that our approach outperforms existing state-of-the-art by a large margin on both rating prediction and item ranking tasks.

📄 PDF Abstract BibTeX arXiv:1802.04606

Code (2)

LiuHao-THU/SVD_Pytorch_Recommend pytorch
LiuHao-THU/SVD_Pytorch_Recommender pytorch

Similar Papers 제목 키워드 기반

An Introduction to Matrix factorization and Factorization Machines in Recommendation System, and Beyond

2022-03-12 · Yuefeng Zhang

This paper aims at a better understanding of matrix factorization (MF), factorization machines (FM), and their combination with deep algorithms' application in recommendation systems. Specifically, this paper will focus …

Recommendation Systems

Comprehensive Evaluation of Matrix Factorization Models for Collaborative Filtering Recommender Systems

2024-10-23 · Jesús Bobadilla, Jorge Dueñas-Lerín, Fernando Ortega, Abraham Gutierrez

Matrix factorization models are the core of current commercial collaborative filtering Recommender Systems. This paper tested six representative matrix factorization models, using four collaborative filtering datasets. E…

Collaborative FilteringDiversityRecommendation Systems

Hybrid Deep-Semantic Matrix Factorization for Tag-Aware Personalized Recommendation

2017-08-12 · Xu Zhenghua, Chen Cheng, Lukasiewicz Thomas, Miao Yishu

Matrix factorization has now become a dominant solution for personalized recommendation on the Social Web. To alleviate the cold start problem, previous approaches have incorporated various additional sources of informat…

TAG

Federated Multi-view Matrix Factorization for Personalized Recommendations

2020-04-08 · Adrian Flanagan, Were Oyomno, Alexander Grigorievskiy, Kuan Eeik Tan 외

We introduce the federated multi-view matrix factorization method that extends the federated learning framework to matrix factorization with multiple data sources. Our method is able to learn the multi-view model without…

Federated Learning

Reenvisioning Collaborative Filtering vs Matrix Factorization

2021-07-28 · Vito Walter Anelli, Alejandro Bellogín, Tommaso Di Noia, Claudio Pomo

Collaborative filtering models based on matrix factorization and learned similarities using Artificial Neural Networks (ANNs) have gained significant attention in recent years. This is, in part, because ANNs have demonst…

Collaborative FilteringDiversity