paper-with-me

Papers

Rethinking Neural vs. Matrix-Factorization Collaborative Filtering: the Theoretical Perspectives

2021-10-23 · Da Xu, Chuanwei Ruan, Evren Korpeoglu, Sushant Kumar, Kannan Achan

The recent work by Rendle et al. (2020), based on empirical observations, argues that matrix-factorization collaborative filtering (MCF) compares favorably to neural collaborative filtering (NCF), and conjectures the dot product's superiority over the feed-forward neural network as similarity function. In this paper, we address the comparison rigorously by answering the following questions: 1. what is the limiting expressivity of each model; 2. under the practical gradient descent, to which solution does each optimization path converge; 3. how would the models generalize under the inductive and transductive learning setting. Our results highlight the similar expressivity for the overparameterized NCF and MCF as kernelized predictors, and reveal the relation between their optimization paths. We further show their different generalization behaviors, where MCF and NCF experience specific tradeoff and comparison in the transductive and inductive collaborative filtering setting. Lastly, by showing a novel generalization result, we reveal the critical role of correcting exposure bias for model evaluation in the inductive setting. Our results explain some of the previously observed conflicts, and we provide synthetic and real-data experiments to shed further insights to this topic.

📄 PDF Abstract BibTeX arXiv:2110.12141

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringTransductive Learning

Similar Papers 제목 키워드 기반

Matrix Factorization for Collaborative Filtering Is Just Solving an Adjoint Latent Dirichlet Allocation Model After All

2021-09-13 · ACM Conference on Recommender Systems 2021 9 · Florian Wilhelm

Matrix factorization-based methods are among the most popular methods for collaborative filtering tasks with implicit feedback. The most effective of these methods do not apply sign constraints, such as non-negativity, t…

AllCollaborative Filtering

Simulated Annealing with Levy Distribution for Fast Matrix Factorization-Based Collaborative Filtering

2017-08-09 · Mostafa A. Shehata, Mohammad Nassef, Amr A. Badr

Matrix factorization is one of the best approaches for collaborative filtering, because of its high accuracy in presenting users and items latent factors. The main disadvantages of matrix factorization are its complexity…

Collaborative Filtering

Collaborative filtering based on nonnegative/binary matrix factorization

2024-10-14 · Yukino Terui, Yuka Inoue, Yohei Hamakawa, Kosuke Tatsumura 외

Collaborative filtering generates recommendations based on user-item similarities through rating data, which may involve numerous unrated items. To predict scores for unrated items, matrix factorization techniques, such …

Collaborative Filtering

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

Efficient Thompson Sampling for Online Matrix-Factorization Recommendation

2015-12-01 · NeurIPS 2015 12 · Jaya Kawale, Hung H. Bui, Branislav Kveton, Long Tran-Thanh 외

Matrix factorization (MF) collaborative filtering is an effective and widely used method in recommendation systems. However, the problem of finding an optimal trade-off between exploration and exploitation (otherwise kno…

Collaborative FilteringRecommendation SystemsThompson Sampling