Recommending Burgers based on Pizza Preferences: Addressing Data Sparsity with a Product of Experts
Martin Milenkoski, Diego Antognini, Claudiu Musat

TL;DR
This paper introduces a multi-domain Product-of-Experts approach using variational autoencoders to improve recommendations in data-sparse environments, demonstrating effectiveness across Amazon and Yelp datasets.
Contribution
It extends variational autoencoder collaborative filtering to a multi-domain setting with a Product-of-Experts architecture, enhancing recommendation quality with limited data.
Findings
POE model outperforms single-domain VAE in sparse data scenarios.
Cross-domain user history can generate high-quality recommendations.
POE can surpass target-domain models even without target domain data.
Abstract
In this paper, we describe a method to tackle data sparsity and create recommendations in domains with limited knowledge about user preferences. We expand the variational autoencoder collaborative filtering from a single-domain to a multi-domain setting. The intuition is that user-item interactions in a source domain can augment the recommendation quality in a target domain. The intuition can be taken to its extreme, where, in a cross-domain setup, the user history in a source domain is enough to generate high-quality recommendations in a target one. We thus create a Product-of-Experts (POE) architecture for recommendations that jointly models user-item interactions across multiple domains. The method is resilient to missing data for one or more of the domains, which is a situation often found in real life. We present results on two widely-used datasets - Amazon and Yelp, which support…
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
TopicsRecommender Systems and Techniques · Topic Modeling · Advanced Bandit Algorithms Research
