CROLoss: Towards a Customizable Loss for Retrieval Models in Recommender Systems
Yongxiang Tang, Wentao Bai, Guilin Li, Xialong Liu, Yu Zhang

TL;DR
This paper introduces CROLoss, a customizable loss function that directly optimizes Recall@N for retrieval models in recommender systems, outperforming traditional methods and boosting online revenue.
Contribution
The paper proposes CROLoss, a novel loss function that can be tailored for different retrieval sizes N and directly optimize Recall@N, with a gradient-based Lambda method for enhanced performance.
Findings
CROLoss achieves state-of-the-art results on benchmark datasets.
CROLoss improves online revenue by 4.75% in real-world deployment.
The Lambda method enhances the flexibility and effectiveness of CROLoss.
Abstract
In large-scale recommender systems, retrieving top N relevant candidates accurately with resource constrain is crucial. To evaluate the performance of such retrieval models, Recall@N, the frequency of positive samples being retrieved in the top N ranking, is widely used. However, most of the conventional loss functions for retrieval models such as softmax cross-entropy and pairwise comparison methods do not directly optimize Recall@N. Moreover, those conventional loss functions cannot be customized for the specific retrieval size N required by each application and thus may lead to sub-optimal performance. In this paper, we proposed the Customizable Recall@N Optimization Loss (CROLoss), a loss function that can directly optimize the Recall@N metrics and is customizable for different choices of N. This proposed CROLoss formulation defines a more generalized loss function space, covering…
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
TopicsRecommender Systems and Techniques · Information Retrieval and Search Behavior · Advanced Image and Video Retrieval Techniques
MethodsTest · Softmax
