Ensemble Modeling with Contrastive Knowledge Distillation for Sequential Recommendation
Hanwen Du, Huanhuan Yuan, Pengpeng Zhao, Fuzhen Zhuang and, Guanfeng Liu, Lei Zhao, Victor S. Sheng

TL;DR
This paper introduces EMKD, an ensemble approach with contrastive knowledge distillation for sequential recommendation, enhancing accuracy by leveraging multiple networks and sophisticated knowledge transfer techniques.
Contribution
It proposes a novel ensemble framework with contrastive knowledge distillation, combining intra- and cross-network contrastive learning and multi-task training for improved sequential recommendation.
Findings
EMKD outperforms state-of-the-art methods on benchmark datasets.
Ensemble approach improves recommendation accuracy.
Contrastive knowledge transfer enhances model diversity and performance.
Abstract
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 item representations. Existing works mainly center upon designing a stronger sequence encoder. However, few attempts have been made with training an ensemble of networks as sequence encoders, which is more powerful than a single network because an ensemble of parallel networks can yield diverse prediction results and hence better accuracy. In this paper, we present Ensemble Modeling with contrastive Knowledge Distillation for sequential recommendation (EMKD). Our framework adopts multiple parallel networks as an ensemble of sequence encoders and recommends items based on the output distributions of all these networks. To facilitate knowledge transfer between parallel…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Technologies in Various Fields
MethodsContrastive Learning · Knowledge Distillation
