TL;DR
This paper introduces CDIMF, a scalable cross-domain recommendation model that extends implicit matrix factorization with ALS and shared latent factors, effectively addressing data sparsity and cold-start issues.
Contribution
The paper proposes a novel cross-domain matrix factorization method using ALS and ADMM to learn shared latent factors for overlapped users, improving scalability and performance.
Findings
Outperforms recent cross-domain models in experiments
Effective for cold-start and warm-start scenarios
Demonstrates competitive performance on industrial datasets
Abstract
Data sparsity has been one of the long-standing problems for recommender systems. One of the solutions to mitigate this issue is to exploit knowledge available in other source domains. However, many cross-domain recommender systems introduce a complex architecture that makes them less scalable in practice. On the other hand, matrix factorization methods are still considered to be strong baselines for single-domain recommendations. In this paper, we introduce the CDIMF, a model that extends the standard implicit matrix factorization with ALS to cross-domain scenarios. We apply the Alternating Direction Method of Multipliers to learn shared latent factors for overlapped users while factorizing the interaction matrix. In a dual-domain setting, experiments on industrial datasets demonstrate a competing performance of CDIMF for both cold-start and warm-start. The proposed model can…
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
MethodsAdaptive Label Smoothing
