paper-with-me

Papers

Preference-Consistent Knowledge Distillation for Recommender System

2023-11-08 · Zhangchi Zhu, Wei zhang

Feature-based knowledge distillation has been applied to compress modern recommendation models, usually with projectors that align student (small) recommendation models' dimensions with teacher dimensions. However, existing studies have only focused on making the projected features (i.e., student features after projectors) similar to teacher features, overlooking investigating whether the user preference can be transferred to student features (i.e., student features before projectors) in this manner. In this paper, we find that due to the lack of restrictions on projectors, the process of transferring user preferences will likely be interfered with. We refer to this phenomenon as preference inconsistency. It greatly wastes the power of feature-based knowledge distillation. To mitigate preference inconsistency, we propose PCKD, which consists of two regularization terms for projectors. We also propose a hybrid method that combines the two regularization terms. We focus on items with high preference scores and significantly mitigate preference inconsistency, improving the performance of feature-based knowledge distillation. Extensive experiments on three public datasets and three backbones demonstrate the effectiveness of PCKD. The code of our method is provided in https://github.com/woriazzc/KDs.

📄 PDF Abstract BibTeX arXiv:2311.04549

Code (1)

woriazzc/kds 공식 구현 pytorch

Tasks

Knowledge DistillationRecommendation Systems

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Structure Aware Incremental Learning with Personalized Imitation Weights for Recommender Systems

2023-05-02 · Yuening Wang, Yingxue Zhang, Antonios Valkanas, Ruiming Tang 외

Recommender systems now consume large-scale data and play a significant role in improving user experience. Graph Neural Networks (GNNs) have emerged as one of the most effective recommender system models because they mod…

Incremental LearningKnowledge DistillationRecommendation Systems

BPL: Bias-adaptive Preference Distillation Learning for Recommender System

2025-10-17 · SeongKu Kang, Jianxun Lian, Dongha Lee, Wonbin Kweon 외 arxiv

Recommender systems suffer from biases that cause the collected feedback to incompletely reveal user preference. While debiasing learning has been extensively studied, they mostly focused on the specialized (called count…

Knowledge Distillation Approaches for Accurate and Efficient Recommender System

2024-07-19 · SeongKu Kang

Despite its breakthrough in classification problems, Knowledge distillation (KD) to recommendation models and ranking problems has not been studied well in the previous literature. This dissertation is devoted to develop…

Knowledge DistillationRecommendation Systems

Exploring Feature-based Knowledge Distillation for Recommender System: A Frequency Perspective

2024-11-16 · Zhangchi Zhu, Wei zhang

In this paper, we analyze the feature-based knowledge distillation for recommendation from the frequency perspective. By defining knowledge as different frequency components of the features, we theoretically demonstrate …

Knowledge DistillationRecommendation Systems

Light distillation for Incremental Graph Convolution Collaborative Filtering

2025-05-26 · X Fan, F Mo, C Chen, H Yamana

Recommender systems presently utilize vast amounts of data and play a pivotal role in enhancing user experiences. Graph Convolution Networks (GCNs) have surfaced as highly efficient models within the realm of recommender…

Collaborative FilteringKnowledge DistillationRecommendation Systems