IRLGMar 22, 2024

Leave No One Behind: Online Self-Supervised Self-Distillation for Sequential Recommendation

arXiv:2404.07219v211 citationsh-index: 19WWW
Originality Incremental advance
AI Analysis

This addresses data sparsity for sequential recommendation systems, but it is incremental as it builds on existing contrastive learning and self-distillation techniques.

The paper tackles the problem of data sparsity in sequential recommendation by introducing a self-supervised self-distillation method that transfers knowledge from users with extensive behaviors to those with limited behaviors, achieving improved performance on four real-world datasets.

Sequential recommendation methods play a pivotal role in modern recommendation systems. A key challenge lies in accurately modeling user preferences in the face of data sparsity. To tackle this challenge, recent methods leverage contrastive learning (CL) to derive self-supervision signals by maximizing the mutual information of two augmented views of the original user behavior sequence. Despite their effectiveness, CL-based methods encounter a limitation in fully exploiting self-supervision signals for users with limited behavior data, as users with extensive behaviors naturally offer more information. To address this problem, we introduce a novel learning paradigm, named Online Self-Supervised Self-distillation for Sequential Recommendation ($S^4$Rec), effectively bridging the gap between self-supervised learning and self-distillation methods. Specifically, we employ online clustering to proficiently group users by their distinct latent intents. Additionally, an adversarial learning strategy is utilized to ensure that the clustering procedure is not affected by the behavior length factor. Subsequently, we employ self-distillation to facilitate the transfer of knowledge from users with extensive behaviors (teachers) to users with limited behaviors (students). Experiments conducted on four real-world datasets validate the effectiveness of the proposed method.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes