解决隐私保护下推荐系统随时间退化问题
Federated Continual Recommendation
- 客户端自适应回放记忆,按用户变化保留历史偏好
- 服务器端按物品时间均值融合新旧知识,保持推荐稳定
- 首次实现联邦持续推荐,适合注重隐私的实时推荐场景
随着推荐系统对隐私关注的提升,联邦学习(FL)成为保护用户数据的主流方案,支持在不共享数据的前提下协同训练。尽管联邦推荐(FedRec)能有效保护隐私,现有方法难以应对非平稳的数据流,导致推荐质量随时间下降。另一方面,持续学习推荐(CLRec)虽能适应用户偏好的演化,但通常假设可访问集中式数据,与联邦学习约束不兼容。为此,我们提出联邦持续推荐(FCRec)这一新任务,结合两者优势,要求模型在保护隐私的同时从流式数据中持续学习。为此,我们设计了F3CRec框架,包含两个关键组件:客户端的自适应回放记忆,根据用户个体变化选择性保留历史偏好;服务器端的物品级时间均值,整合新知识同时保留旧信息。大量实验表明,F3CRec在联邦环境下显著优于现有方法,长期维持更高的推荐质量。
原文摘要 · Abstract (English)
The increasing emphasis on privacy in recommendation systems has led to the adoption of Federated Learning (FL) as a privacy-preserving solution, enabling collaborative training without sharing user data. While Federated Recommendation (FedRec) effectively protects privacy, existing methods struggle with non-stationary data streams, failing to maintain consistent recommendation quality over time. On the other hand, Continual Learning Recommendation (CLRec) methods address evolving user preferences but typically assume centralized data access, making them incompatible with FL constraints. To bridge this gap, we introduce Federated Continual Recommendation (FCRec), a novel task that integrates FedRec and CLRec, requiring models to learn from streaming data while preserving privacy. As a solution, we propose F3CRec, a framework designed to balance knowledge retention and adaptation under the strict constraints of FCRec. F3CRec introduces two key components: Adaptive Replay Memory on the client side, which selectively retains past preferences based on user-specific shifts, and Item-wise Temporal Mean on the server side, which integrates new knowledge while preserving prior information. Extensive experiments demonstrate that F3CRec outperforms existing approaches in maintaining recommendation quality over time in a federated environment.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。