Fast Collaborative Filtering from Implicit Feedback with Provable Guarantees
Sayantan Dasgupta

TL;DR
This paper introduces a scalable, provably convergent collaborative filtering algorithm for implicit feedback recommendation systems, leveraging the Method of Moments for efficient parameter extraction from large datasets.
Contribution
It presents a novel, theoretically guaranteed algorithm based on the Method of Moments that efficiently handles large-scale implicit feedback data with minimal passes.
Findings
Algorithm scales to millions of users on modest hardware
Achieves competitive recommendation accuracy
Provides provable convergence guarantees
Abstract
Building recommendation algorithms is one of the most challenging tasks in Machine Learning. Although most of the recommendation systems are built on explicit feedback available from the users in terms of rating or text, a majority of the applications do not receive such feedback. Here we consider the recommendation task where the only available data is the records of user-item interaction over web applications over time, in terms of subscription or purchase of items; this is known as implicit feedback recommendation. There is usually a massive amount of such user-item interaction available for any web applications. Algorithms like PLSI or Matrix Factorization runs several iterations through the dataset, and may prove very expensive for large datasets. Here we propose a recommendation algorithm based on Method of Moment, which involves factorization of second and third order moments of…
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
TopicsAdvanced Bandit Algorithms Research · Recommender Systems and Techniques · Machine Learning and ELM
