On the instability of embeddings for recommender systems: the case of Matrix Factorization
Giovanni Gabbolini, Edoardo D'Amico, Cesare Bernardis, Paolo Cremonesi

TL;DR
This paper investigates the instability of embeddings generated by Matrix Factorization in recommender systems, demonstrating variability due to initialization and proposing a new method, NNMF, to improve stability and accuracy especially for less popular items.
Contribution
The paper introduces Nearest Neighbors Matrix Factorization (NNMF), a novel extension of MF that reduces instability and enhances recommendation accuracy for long-tail items.
Findings
MF embeddings vary significantly with initialization.
NNMF reduces instability and improves long-tail recommendation accuracy.
Extensive experiments confirm NNMF's effectiveness across multiple datasets.
Abstract
Most state-of-the-art top-N collaborative recommender systems work by learning embeddings to jointly represent users and items. Learned embeddings are considered to be effective to solve a variety of tasks. Among others, providing and explaining recommendations. In this paper we question the reliability of the embeddings learned by Matrix Factorization (MF). We empirically demonstrate that, by simply changing the initial values assigned to the latent factors, the same MF method generates very different embeddings of items and users, and we highlight that this effect is stronger for less popular items. To overcome these drawbacks, we present a generalization of MF, called Nearest Neighbors Matrix Factorization (NNMF). The new method propagates the information about items and users to their neighbors, speeding up the training procedure and extending the amount of information that supports…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Topic Modeling
