paper-with-me

Papers

Toward Understanding Privileged Features Distillation in Learning-to-Rank

2022-09-19 · Shuo Yang, Sujay Sanghavi, Holakou Rahmanian, Jan Bakus, S. V. N. Vishwanathan

In learning-to-rank problems, a privileged feature is one that is available during model training, but not available at test time. Such features naturally arise in merchandised recommendation systems; for instance, "user clicked this item" as a feature is predictive of "user purchased this item" in the offline data, but is clearly not available during online serving. Another source of privileged features is those that are too expensive to compute online but feasible to be added offline. Privileged features distillation (PFD) refers to a natural idea: train a "teacher" model using all features (including privileged ones) and then use it to train a "student" model that does not use the privileged features. In this paper, we first study PFD empirically on three public ranking datasets and an industrial-scale ranking problem derived from Amazon's logs. We show that PFD outperforms several baselines (no-distillation, pretraining-finetuning, self-distillation, and generalized distillation) on all these datasets. Next, we analyze why and when PFD performs well via both empirical ablation studies and theoretical analysis for linear models. Both investigations uncover an interesting non-monotone behavior: as the predictive power of a privileged feature increases, the performance of the resulting student model initially increases but then decreases. We show the reason for the later decreasing performance is that a very predictive privileged teacher produces predictions with high variance, which lead to high variance student estimates and inferior testing performance.

📄 PDF Abstract BibTeX arXiv:2209.08754

Code (0)

등록된 구현이 없습니다.

Tasks

Learning-To-RankRecommendation Systems

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Calibration-compatible Listwise Distillation of Privileged Features for CTR Prediction

2023-12-14 · Xiaoqiang Gui, Yueyao Cheng, Xiang-Rong Sheng, Yunfeng Zhao 외

In machine learning systems, privileged features refer to the features that are available during offline training but inaccessible for online serving. Previous studies have recognized the importance of privileged feature…

Click-Through Rate Prediction

Privileged Features Distillation at Taobao Recommendations

2019-07-11 · Chen Xu, Quan Li, Junfeng Ge, Jinyang Gao 외

Features play an important role in the prediction tasks of e-commerce recommendations. To guarantee the consistency of off-line training and on-line serving, we usually utilize the same features that are both available. …

CPFD: Confidence-aware Privileged Feature Distillation for Short Video Classification

2024-10-03 · Jinghao Shi, Xiang Shen, Kaili Zhao, Xuedong Wang 외

Dense features, customized for different business scenarios, are essential in short video classification. However, their complexity, specific adaptation requirements, and high computational costs make them resource-inten…

Video Classification

CEKD: Cross-Modal Edge-Privileged Knowledge Distillation for Semantic Scene Understanding Using Only Thermal Images

2023-02-22 · IEEE ROBOTICS AND AUTOMATION LETTERS 2023 2 · Zhen Feng; Yanning Guo; Yuxiang Sun

Semantic scene understanding using thermal images has received great attention due to the advantage that thermal imaging cameras could see in challenging illumination conditions. However, thermal images are lack of color…

Knowledge DistillationScene UnderstandingSegmentationSemantic Segmentation+1

Rethinking On-Policy Self-Distillation for Thinking Models

2026-07-06 · Simran Kaur, Narutatsu Ri, Yinghui He, Liam Fowl 외 arxiv

Self-distillation is a promising recipe for self-improvement in language models. In this setting, a model can serve as its own teacher when given privileged information, such as a solution to a math problem. This seems e…