用知识引导解决联邦推荐的个性化与内存矛盾
Personalized Federated Recommendation With Knowledge Guidance
- 用知识引导融合全局知识到本地嵌入,不替换保留个性化
- 自适应调节引导强度,动态优化用户-物品交互效果
- 单模型内存开销下实现双模型推荐性能,适合设备端部署
联邦推荐(FedRec)是构建隐私保护推荐系统的关键范式。现有模型面临核心困境:内存高效的单知识模型因知识替换策略导致个性化损失;高性能双知识模型则因内存占用过高难以在设备端部署。本文提出联邦推荐知识引导框架(FedRKG),一种模型无关的方法。其核心思想“知识引导”避免完全替换,而是将全局知识融合至保留的本地嵌入中,在单知识模型的内存开销下实现双知识模型的个性化优势。此外,引入自适应引导机制,对每个用户-物品交互动态调节引导强度,克服静态融合方法的局限性。在基准数据集上的大量实验表明,FedRKG显著优于现有先进方法,验证了该方案的有效性。代码已开源。
原文摘要 · Abstract (English)
Federated Recommendation (FedRec) has emerged as a key paradigm for building privacy-preserving recommender systems. However, existing FedRec models face a critical dilemma: memory-efficient single-knowledge models suffer from a suboptimal knowledge replacement practice that discards valuable personalization, while high-performance dual-knowledge models are often too memory-intensive for practical on-device deployment. We propose Federated Recommendation with Knowledge Guidance (FedRKG), a model-agnostic framework that resolves this dilemma. The core principle, Knowledge Guidance, avoids full replacement and instead fuses global knowledge into preserved local embeddings, attaining the personalization benefits of dual-knowledge within a single-knowledge memory footprint. Furthermore, we introduce Adaptive Guidance, a fine-grained mechanism that dynamically modulates the intensity of this guidance for each user-item interaction, overcoming the limitations of static fusion methods. Extensive experiments on benchmark datasets demonstrate that FedRKG significantly outperforms state-of-the-art methods, validating the effectiveness of our approach. The code is available at https://github.com/Jaehyung-Lim/fedrkg.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。