Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Rejuvenating Cross-Entropy Loss in Knowledge Distillation for Recommender Systems

About

This paper analyzes Cross-Entropy (CE) loss in knowledge distillation (KD) for recommender systems. KD for recommender systems targets at distilling rankings, especially among items most likely to be preferred, and can only be computed on a small subset of items. Considering these features, we reveal the connection between CE loss and NDCG in the field of KD. We prove that when performing KD on an item subset, minimizing CE loss maximizes the lower bound of NDCG, only if an assumption of closure is satisfied. It requires that the item subset consists of the student's top items. However, this contradicts our goal of distilling rankings of the teacher's top items. We empirically demonstrate the vast gap between these two kinds of top items. To bridge the gap between our goal and theoretical support, we propose Rejuvenated Cross-Entropy for Knowledge Distillation (RCE-KD). It splits the top items given by the teacher into two subsets based on whether they are highly ranked by the student. For the subset that defies the condition, a sampling strategy is devised to use teacher-student collaboration to approximate our assumption of closure. We also combine the losses on the two subsets adaptively. Extensive experiments demonstrate the effectiveness of our method. Our code is available at https://github.com/BDML-lab/RCE-KD.

Zhangchi Zhu, Wei Zhang• 2025

Related benchmarks

TaskDatasetResultRank
RecommendationGowalla (test)
Recall@200.1681
177
Sequential RecommendationYelp
Recall@100.0173
120
RecommendationYelp (test)
NDCG@204.19
82
Sequential RecommendationGowalla
NDCG@100.0269
45
RecommendationCiteULike (test)
Recall@105.24
40
Sequential RecommendationCiteULike
Recall@101.11
40
Multi-modal recommendationNetflix
Recall@200.1907
16
Multi-modal recommendationTikTok
Recall@207.05e-4
16
Multi-modal recommendationElectronics
Recall@203.59e-4
16
Showing 9 of 9 rows

Other info

Follow for update