MDEC: Mamba-based Debiased Extended Contrast Learning in Sequential Recommendation
对比度(视觉)
计算机科学
人工智能
作者
Yan Huang,Zhenyu Yang,Baojie Xu,Wenyue Hu,Zhibo Zhang
标识
DOI:10.1109/cscwd64889.2025.11033589
摘要
Recommender systems are critical for mitigating information overload, assisting users in uncovering their latent interests, and enhancing their overall experience. Sequential recommendation leverages users' historical interaction sequences to predict dynamic interests more effectively than traditional rec-ommendation approaches. However, existing models-including RNN-based and Transformer-based methods-face significant limitations. RNNs struggle with vanishing gradients and long-term dependency capture, while Transformers, though effective for long-range relationships, suffer from computational inefficiency due to their quadratic attention complexity. Recent advancements have employed contrastive learning for sequential recommendation, aiming to enhance the consistency between augmented views and improve self-supervised learning signals. Despite their promise, these methods often lack diversity in data augmentation strategies, which restricts their capacity for bias mitigation, resulting in augmented data that still retains inherent biases. To address these challenges, we propose MDEC, a novel sequential modeling framework that leverages State Space Models (SSM) combined with unbiased contrastive learning. MDEC utilizes Mamba to efficiently model user preferences as an alternative to Transformer-based models. Additionally, it integrates graph-based information, including item transition and co-interaction data, to improve data augmentation comprehensively. Finally, we introduce adaptive anchor-enhanced contrastive learning, which adaptively utilizes augmented samples to improve representation quality and bias mitigation. Extensive experiments on multiple datasets demonstrate that MDEC significantly out-performs existing models, showcasing improved efficiency, better mitigation of biases, and enhanced recommendation quality. Code is available at https://github.com/Echohuangyan/CSLP.