解决推荐系统持续学习中遗忘旧兴趣的问题
Capturing User Interests from Data Streams for Continual Sequential Recommendation
- 设计线性注意力机制,不依赖历史数据也能保留用户长期偏好
- 在三个真实数据集上,新旧知识保持能力优于现有模型
- 适合需要长期追踪用户兴趣变化的实时推荐场景
基于Transformer的序列推荐模型通过自注意力机制擅长捕捉用户行为中的长程依赖。然而,随着连续到来的行为序列更新模型,会产生高计算开销或导致灾难性遗忘。尽管持续学习是应对非平稳数据流的标准方法,但现有推荐方法仍会逐渐遗忘长期用户偏好,且在序列推荐中研究不足。本文提出持续序列推荐模型CSTRec,通过保留历史偏好来有效适应当前兴趣,从而捕捉用户兴趣演变轨迹。CSTRec的核心是持续序列注意力(CSA),一种专为持续序列推荐设计的线性注意力机制,可在不直接访问先前数据的情况下部分保留历史知识。CSA包含两个关键组件:(1) Cauchy-Schwarz归一化,稳定不同交互频率下的学习过程;(2) 协同兴趣增强,通过共享可学习的兴趣池缓解遗忘。此外,我们引入一种新方法,通过将已有相似兴趣用户的歷史知识迁移给新用户,促进新用户适应。在三个真实数据集上的大量实验表明,CSTRec在知识保留与获取方面均优于现有最先进模型。
原文摘要 · Abstract (English)
Transformer-based sequential recommendation (SR) models excel at modeling long-range dependencies in user behavior via self-attention. However, updating them with continuously arriving behavior sequences incurs high computational costs or leads to catastrophic forgetting. Although continual learning, a standard approach for non-stationary data streams, has recently been applied to recommendation, existing methods gradually forget long-term user preferences and remain underexplored in SR. In this paper, we introduce Continual Sequential Transformer for Recommendation (CSTRec). CSTRec is designed to effectively adapt to current interests by leveraging well-preserved historical ones, thus capturing the trajectory of user interests over time. The core of CSTRec is Continual Sequential Attention (CSA), a linear attention tailored for continual SR, which enables CSTRec to partially retain historical knowledge without direct access to prior data. CSA has two key components: (1) Cauchy-Schwarz Normalization that stabilizes learning over time under uneven user interaction frequencies; (2) Collaborative Interest Enrichment that alleviates forgetting through shared, learnable interest pools. In addition, we introduce a new technique to facilitate the adaptation of new users by transferring historical knowledge from existing users with similar interests. Extensive experiments on three real-world datasets show that CSTRec outperforms state-of-the-art models in both knowledge retention and acquisition.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。