IMP: A Message-Passing Algorithmfor Matrix Completion
Byung-Hak Kim, Arvind Yedla, and Henry D. Pfister

TL;DR
This paper introduces IMP, a message-passing algorithm for matrix completion that excels with limited observed data, improving cold-start performance in recommender systems.
Contribution
The paper proposes a novel message-passing algorithm, IMP, based on a probabilistic low-rank matrix factorization model for improved matrix completion.
Findings
IMP outperforms existing methods with few observed entries
The algorithm reduces cold-start problems in collaborative filtering
Comparable performance with many observed entries
Abstract
A new message-passing (MP) method is considered for the matrix completion problem associated with recommender systems. We attack the problem using a (generative) factor graph model that is related to a probabilistic low-rank matrix factorization. Based on the model, we propose a new algorithm, termed IMP, for the recovery of a data matrix from incomplete observations. The algorithm is based on a clustering followed by inference via MP (IMP). The algorithm is compared with a number of other matrix completion algorithms on real collaborative filtering (e.g., Netflix) data matrices. Our results show that, while many methods perform similarly with a large number of revealed entries, the IMP algorithm outperforms all others when the fraction of observed entries is small. This is helpful because it reduces the well-known cold-start problem associated with collaborative filtering (CF) systems…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsError Correcting Code Techniques · Algorithms and Data Compression · Cooperative Communication and Network Coding
