Search papers, labs, and topics across Lattice.
This paper introduces FedCRF, a federated learning approach for cross-domain recommendation in scenarios where user and item overlap is absent. It leverages textual semantics as a bridge, constructing global semantic clusters on the server and employing a Federated Graph Semantic Attention Transfer (FGSAT) module on the client to handle distribution shifts. By integrating structural and semantic information via a semantic graph and using contrastive learning, FedCRF achieves effective knowledge fusion while preserving user privacy, demonstrating superior performance on real-world datasets.
Forget sharing user data – FedCRF uses federated learning and item semantics to achieve cross-domain recommendations even when user bases don't overlap.
As user behavior data becomes increasingly scattered across different platforms, achieving cross-domain knowledge fusion while preserving privacy has become a critical issue in recommender systems. Existing PPCDR methods usually rely on overlapping users or items as a bridge, making them inapplicable to non-overlapping scenarios. They also suffer from limitations in the collaborative modeling of global and local semantics. To this end, this paper proposes a Federated Cross-domain Recommendation method with deep knowledge Fusion (FedCRF). Using textual semantics as a cross-domain bridge, FedCRF achieves cross-domain knowledge transfer via federated semantic learning under the non-overlapping scenario. Specifically, FedCRF constructs global semantic clusters on the server side to extract shared semantic information, and designs a FGSAT module on the client side to dynamically adapt to local data distributions and alleviate cross-domain distribution shift. Meanwhile, it builds a semantic graph based on textual features to learn representations that integrate both structural and semantic information, and introduces contrastive learning constraints between global and local semantic representations to enhance semantic consistency and promote deep knowledge fusion. In this framework, only item semantic representations are shared, while user interaction data remains locally stored, effectively mitigating privacy leakage risks. Experimental results on multiple real-world datasets show that FedCRF significantly outperforms existing methods in terms of Recall@20 and NDCG@20, validating its effectiveness and superiority in non-overlapping cross-domain recommendation scenarios.