arXiv:2503.23026cs.IR2025-03被引 15

提出联邦语义学习框架,实现跨域推荐中隐私保护下的精准语义建模。

Federated Semantic Learning for Privacy-preserving Cross-domain Recommendation

  • 本地用多层编码器保留原始文本语义,服务器聚类促进知识迁移。
  • 融合ID与文本模态,提升跨域物品表征能力,实验优于主流方法。
  • 采用FFT滤波和门控机制抑制无关语义干扰,适合隐私敏感场景。

在推荐系统演进背景下,如何在严格非重叠约束下实现隐私保护的跨域推荐(CDR)已成为关键挑战。现有方法存在三方面局限:1)基于语义的方法将文本量化为代码,丢失原始丰富语义;2)仅依赖文本模态,忽略与ID模态的协同作用;3)未考虑无关语义特征影响,导致表示不准确。为此,本文提出联邦语义学习框架FFMSR:针对问题1,本地通过多层语义编码器从原始文本学习项目语义编码,并在服务器端聚类以促进跨域知识迁移;针对问题2,在客户端联合使用ID与文本模态,分别学习项目不同特征;针对问题3,设计基于快速傅里叶变换(FFT)的滤波器与门控机制,缓解局部模型中无关语义的影响。在两个真实数据集上进行大量实验,结果表明该方法显著优于现有SOTA方法。源码已公开于:https://github.com/Sapphire-star/FFMSR。

原文摘要 · Abstract (English)

In the evolving landscape of recommender systems, the challenge of effectively conducting privacy-preserving Cross-Domain Recommendation (CDR), especially under strict non-overlapping constraints, has emerged as a key focus. Despite extensive research has made significant progress, several limitations still exist: 1) Previous semantic-based methods fail to deeply exploit rich textual information, since they quantize the text into codes, losing its original rich semantics. 2) The current solution solely relies on the text-modality, while the synergistic effects with the ID-modality are ignored. 3) Existing studies do not consider the impact of irrelevant semantic features, leading to inaccurate semantic representation. To address these challenges, we introduce federated semantic learning and devise FFMSR as our solution. For Limitation 1, we locally learn items'semantic encodings from their original texts by a multi-layer semantic encoder, and then cluster them on the server to facilitate the transfer of semantic knowledge between domains. To tackle Limitation 2, we integrate both ID and Text modalities on the clients, and utilize them to learn different aspects of items. To handle Limitation 3, a Fast Fourier Transform (FFT)-based filter and a gating mechanism are developed to alleviate the impact of irrelevant semantic information in the local model. We conduct extensive experiments on two real-world datasets, and the results demonstrate the superiority of our FFMSR method over other SOTA methods. Our source codes are publicly available at: https://github.com/Sapphire-star/FFMSR.

联邦学习跨域推荐语义建模隐私保护

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。