TL;DR
This paper introduces a novel tree-based deep learning model for recommender systems that achieves logarithmic complexity in large datasets, enabling more expressive interactions like neural networks while maintaining efficiency.
Contribution
The paper proposes a tree-based approach that allows incorporating complex neural interaction models into recommender systems with large datasets, reducing computational complexity.
Findings
Significantly outperforms traditional methods on large-scale datasets
Achieves logarithmic complexity in prediction tasks
Demonstrates effectiveness in real-world Taobao platform
Abstract
Model-based methods for recommender systems have been studied extensively in recent years. In systems with large corpus, however, the calculation cost for the learnt model to predict all user-item preferences is tremendous, which makes full corpus retrieval extremely difficult. To overcome the calculation barriers, models such as matrix factorization resort to inner product form (i.e., model user-item preference as the inner product of user, item latent factors) and indexes to facilitate efficient approximate k-nearest neighbor searches. However, it still remains challenging to incorporate more expressive interaction forms between user and item features, e.g., interactions through deep neural networks, because of the calculation cost. In this paper, we focus on the problem of introducing arbitrary advanced models to recommender systems with large corpus. We propose a novel tree-based…
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.
