paper-with-me

Papers

Does Weighting Improve Matrix Factorization for Recommender Systems?

2025-10-12 · Alex Ayoub, Samuel Robertson, Dawen Liang, Harald Steck, Nathan Kallus arxiv

Matrix factorization is a widely used approach for top-N recommendation and collaborative filtering. When implemented on implicit feedback data (such as clicks), a common heuristic is to upweight the observed interactions. This strategy has been shown to improve performance for certain algorithms. In this paper, we conduct a systematic study of various weighting schemes and matrix factorization algorithms. Somewhat surprisingly, we find that training with unweighted data can perform comparably to, and sometimes outperform, training with weighted data, especially for large models. This observation challenges the conventional wisdom. Nevertheless, we identify cases where weighting can be beneficial, particularly for models with lower capacity and specific regularization schemes. We also derive efficient algorithms for exactly minimizing several weighted objectives that were previously considered computationally intractable. Our work provides a comprehensive analysis of the interplay between weighting, regularization, and model capacity in matrix factorization for recommender systems.

📄 PDF Abstract BibTeX arXiv:2510.10440

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative Filtering

Similar Papers 제목 키워드 기반

BLC: Private Matrix Factorization Recommenders via Automatic Group Learning

2015-09-18 · Alessandro Checco, Giuseppe Bianchi, Doug Leith

We propose a privacy-enhanced matrix factorization recommender that exploits the fact that users can often be grouped together by interest. This allows a form of "hiding in the crowd" privacy. We introduce a novel matrix…

Matrix Factorization Method for Decentralized Recommender Systems

2016-04-28 · Zheng Wenjie

Decentralized recommender system does not rely on the central service provider, and the users can keep the ownership of their ratings. This article brings the theoretically well-studied matrix factorization method into t…

Recommendation Systems

Metric Factorization: Recommendation beyond Matrix Factorization

2018-02-13 · Shuai Zhang, Lina Yao, Yi Tay, Xiwei Xu 외

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 b…

Providing reliability in Recommender Systems through Bernoulli Matrix Factorization

2020-06-05 · Fernando Ortega, Raúl Lara-Cabrera, Ángel González-Prieto, Jesús Bobadilla

Beyond accuracy, quality measures are gaining importance in modern recommender systems, with reliability being one of the most important indicators in the context of collaborative filtering. This paper proposes Bernoulli…

Collaborative FilteringGeneral ClassificationRecommendation Systems

RankMat : Matrix Factorization with Calibrated Distributed Embedding and Fairness Enhancement

2022-04-27 · Hao Wang

Matrix Factorization is a widely adopted technique in the field of recommender system. Matrix Factorization techniques range from SVD, LDA, pLSA, SVD++, MatRec, Zipf Matrix Factorization and Item2Vec. In recent years, di…

FairnessRecommendation SystemsWord Embeddings