paper-with-me

Papers

Ordinal Non-negative Matrix Factorization for Recommendation

2020-06-01 · ICML 2020 1 · Olivier Gouvert, Thomas Oberlin, Cédric Févotte

We introduce a new non-negative matrix factorization (NMF) method for ordinal data, called OrdNMF. Ordinal data are categorical data which exhibit a natural ordering between the categories. In particular, they can be found in recommender systems, either with explicit data (such as ratings) or implicit data (such as quantized play counts). OrdNMF is a probabilistic latent factor model that generalizes Bernoulli-Poisson factorization (BePoF) and Poisson factorization (PF) applied to binarized data. Contrary to these methods, OrdNMF circumvents binarization and can exploit a more informative representation of the data. We design an efficient variational algorithm based on a suitable model augmentation and related to variational PF. In particular, our algorithm preserves the scalability of PF and can be applied to huge sparse datasets. We report recommendation experiments on explicit and implicit datasets, and show that OrdNMF outperforms BePoF and PF applied to binarized data.

📄 PDF Abstract BibTeX arXiv:2006.01034

Code (1)

Oligou/OrdNMF 공식 구현

Tasks

BinarizationRecommendation Systems

Similar Papers 제목 키워드 기반

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

Song Recommendation with Non-Negative Matrix Factorization and Graph Total Variation

2016-01-08 · Kirell Benzi, Vassilis Kalofolias, Xavier Bresson, Pierre Vandergheynst

This work formulates a novel song recommender system as a matrix completion problem that benefits from collaborative filtering through Non-negative Matrix Factorization (NMF) and content-based filtering via total variati…

Collaborative FilteringMatrix CompletionRecommendation Systems

Negative Binomial Matrix Factorization for Recommender Systems

2018-01-05 · Olivier Gouvert, Thomas Oberlin, Cédric Févotte

We introduce negative binomial matrix factorization (NBMF), a matrix factorization technique specially designed for analyzing over-dispersed count data. It can be viewed as an extension of Poisson matrix factorization (P…

BinarizationRecommendation Systems

Nonnegative Matrix Factorization with Zellner Penalty

2020-12-07 · Matthew Corsetti, Ernest Fokoué

Nonnegative matrix factorization (NMF) is a relatively new unsupervised learning algorithm that decomposes a nonnegative data matrix into a parts-based, lower dimensional, linear representation of the data. NMF has appli…

Recommendation Systems

Generalized Low Rank Models

2014-10-01 · Madeleine Udell, Corinne Horn, Reza Zadeh, Stephen Boyd

Principal components analysis (PCA) is a well-known technique for approximating a tabular data set by a low rank matrix. Here, we extend the idea of PCA to handle arbitrary data sets consisting of numerical, Boolean, cat…

ClusteringDenoisingMatrix Completion