paper-with-me

홈 › Papers

Scene-adaptive Knowledge Distillation for Sequential Recommendation via Differentiable Architecture Search

2021-07-15 · Lei Chen, Fajie Yuan, Jiaxi Yang, Min Yang, Chengming Li

Sequential recommender systems (SRS) have become a research hotspot due to its power in modeling user dynamic interests and sequential behavioral patterns. To maximize model expressive ability, a default choice is to apply a larger and deeper network architecture, which, however, often brings high network latency when generating online recommendations. Naturally, we argue that compressing the heavy recommendation models into middle- or light- weight neural networks is of great importance for practical production systems. To realize such a goal, we propose AdaRec, a knowledge distillation (KD) framework which compresses knowledge of a teacher model into a student model adaptively according to its recommendation scene by using differentiable Neural Architecture Search (NAS). Specifically, we introduce a target-oriented distillation loss to guide the structure search process for finding the student network architecture, and a cost-sensitive loss as constraints for model size, which achieves a superior trade-off between recommendation effectiveness and efficiency. In addition, we leverage Earth Mover's Distance (EMD) to realize many-to-many layer mapping during knowledge distillation, which enables each intermediate student layer to learn from other intermediate teacher layers adaptively. Extensive experiments on real-world recommendation datasets demonstrate that our model achieves competitive or better accuracy with notable inference speedup comparing to strong counterparts, while discovering diverse neural architectures for sequential recommender models under different recommendation scenes.

📄 PDF Abstract BibTeX arXiv:2107.07173

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationNeural Architecture SearchRecommendation SystemsSequential Recommendation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Pre-trained Language Model and Knowledge Distillation for Lightweight Sequential Recommendation

2024-09-23 · Li Li, Mingyue Cheng, Zhiding Liu, Hao Zhang 외

Sequential recommendation models user interests based on historical behaviors to provide personalized recommendation. Previous sequential recommendation algorithms primarily employ neural networks to extract features of …

Knowledge DistillationLanguage ModelingLanguage ModellingRecommendation Systems+1

BAHSD: Bridging the Long-tail Gap via Adaptive Distillation in Black-box Sequential Recommendation

2026-06-02 · Xi Zhou, Famin Wu, Mingming Li, Hongyue Zhang 외 arxiv

Sequential recommendation systems are widely adopted but often deployed as black-box APIs, which has driven recent interest in model extraction to replicate their capabilities locally. However, the long-tail distribution…

Sequential RecommendationContrastive LearningModel extraction

Ensemble Modeling with Contrastive Knowledge Distillation for Sequential Recommendation

2023-04-28 · Hanwen Du, Huanhuan Yuan, Pengpeng Zhao, Fuzhen Zhuang 외

Sequential recommendation aims to capture users' dynamic interest and predicts the next item of users' preference. Most sequential recommendation methods use a deep neural network as sequence encoder to generate user and…

AttributeContrastive LearningKnowledge DistillationMulti-Task Learning+2

Distillation Matters: Empowering Sequential Recommenders to Match the Performance of Large Language Model

2024-05-01 · Yu Cui, Feng Liu, Pengbo Wang, Bohao Wang 외

Owing to their powerful semantic reasoning capabilities, Large Language Models (LLMs) have been effectively utilized as recommenders, achieving impressive performance. However, the high inference latency of LLMs signific…

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language Model

Curriculum-scheduled Knowledge Distillation from Multiple Pre-trained Teachers for Multi-domain Sequential Recommendation

2024-01-01 · Wenqi Sun, Ruobing Xie, Junjie Zhang, Wayne Xin Zhao 외

Pre-trained recommendation models (PRMs) have received increasing interest recently. However, their intrinsically heterogeneous model structure, huge model size and computation cost hinder their adoptions in practical re…

Knowledge DistillationRecommendation SystemsSequential Recommendation