paper-with-me

Papers

Bidirectional Distillation for Top-K Recommender System

2021-06-05 · Wonbin Kweon, SeongKu Kang, Hwanjo Yu

Recommender systems (RS) have started to employ knowledge distillation, which is a model compression technique training a compact model (student) with the knowledge transferred from a cumbersome model (teacher). The state-of-the-art methods rely on unidirectional distillation transferring the knowledge only from the teacher to the student, with an underlying assumption that the teacher is always superior to the student. However, we demonstrate that the student performs better than the teacher on a significant proportion of the test set, especially for RS. Based on this observation, we propose Bidirectional Distillation (BD) framework whereby both the teacher and the student collaboratively improve with each other. Specifically, each model is trained with the distillation loss that makes to follow the other's prediction along with its original loss function. For effective bidirectional distillation, we propose rank discrepancy-aware sampling scheme to distill only the informative knowledge that can fully enhance each other. The proposed scheme is designed to effectively cope with a large performance gap between the teacher and the student. Trained in the bidirectional way, it turns out that both the teacher and the student are significantly improved compared to when being trained separately. Our extensive experiments on real-world datasets show that our proposed framework consistently outperforms the state-of-the-art competitors. We also provide analyses for an in-depth understanding of BD and ablation studies to verify the effectiveness of each proposed component.

📄 PDF Abstract BibTeX arXiv:2106.02870

Code (1)

WonbinKweon/BD_WWW2021 공식 구현 pytorch

Tasks

Knowledge DistillationModel CompressionRecommendation Systems

Similar Papers 제목 키워드 기반

Few-shot Model Extraction Attacks against Sequential Recommender Systems

2024-11-18 · HUI ZHANG, Fu Liu

Among adversarial attacks against sequential recommender systems, model extraction attacks represent a method to attack sequential recommendation models without prior knowledge. Existing research has primarily concentrat…

Model extractionRecommendation SystemsSequential Recommendation

DE-RRD: A Knowledge Distillation Framework for Recommender System

2020-12-08 · SeongKu Kang, Junyoung Hwang, Wonbin Kweon, Hwanjo Yu

Recent recommender systems have started to employ knowledge distillation, which is a model compression technique distilling knowledge from a cumbersome model (teacher) to a compact model (student), to reduce inference la…

Knowledge DistillationModel CompressionRecommendation Systems

Black-Box Attacks on Sequential Recommenders via Data-Free Model Extraction

2021-09-01 · Zhenrui Yue, Zhankui He, Huimin Zeng, Julian McAuley

We investigate whether model extraction can be used to "steal" the weights of sequential recommender systems, and the potential threats posed to victims of such attacks. This type of risk has attracted attention in image…

Data PoisoningKnowledge DistillationModel extractionRecommendation Systems+4

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

TotalRecall: A Bidirectional Candidates Generation Framework for Large Scale Recommender \& Advertising Systems

2021-09-29 · Qifang Zhao, Yu Jiang, Yuqing Liu, Meng Du 외

Recommender (RS) and Advertising/Marketing Systems (AS) play the key roles in E-commerce companies like Amazaon and Alibaba. RS needs to generate thousands of item candidates for each user ($u2i$), while AS needs to ide…

Marketing