IRMar 30

Zero-shot Cross-domain Knowledge Distillation: A Case study on YouTube Music

arXiv:2603.289944.92 citationsh-index: 1
AI Analysis

For practitioners deploying recommender systems with limited data, this work demonstrates a cost-effective method to improve model quality without training a large teacher in the target domain.

This paper presents a case study of zero-shot cross-domain knowledge distillation, transferring knowledge from a large-scale video recommendation platform (YouTube) to a low-traffic music recommendation app. Results show that this approach effectively improves ranking model performance on low-traffic surfaces.

Knowledge Distillation (KD) has been widely used to improve the quality of latency sensitive models serving live traffic. However, applying KD in production recommender systems with low traffic is challenging: the limited amount of data restricts the teacher model size, and the cost of training a large dedicated teacher may not be justified. Cross-domain KD offers a cost-effective alternative by leveraging a teacher from a data-rich source domain, but introduces unique technical difficulties, as the features, user interfaces, and prediction tasks can significantly differ. We present a case study of using zero-shot cross-domain KD for multi-task ranking models, transferring knowledge from a (100x) large-scale video recommendation platform (YouTube) to a music recommendation application with significantly lower traffic. We share offline and live experiment results and present findings evaluating different KD techniques in this setting across two ranking models on the music app. Our results demonstrate that zero-shot cross-domain KD is a practical and effective approach to improve the performance of ranking models on low traffic surfaces.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes