IRCRDCLGMay 9, 2023

FedPDD: A Privacy-preserving Double Distillation Framework for Cross-silo Federated Recommendation

arXiv:2305.06272v210 citations
Originality Incremental advance
AI Analysis

This addresses privacy and efficiency challenges in cross-platform recommendation for platforms under strict regulations, though it appears incremental as it builds on existing federated learning approaches.

The paper tackles the problem of cross-silo federated recommendation with limited overlapping users by proposing FedPDD, a privacy-preserving double distillation framework that transfers knowledge efficiently, achieving improved recommendation accuracy on real-world datasets like HetRec-MovieLens and Criteo compared to state-of-the-art methods.

Cross-platform recommendation aims to improve recommendation accuracy by gathering heterogeneous features from different platforms. However, such cross-silo collaborations between platforms are restricted by increasingly stringent privacy protection regulations, thus data cannot be aggregated for training. Federated learning (FL) is a practical solution to deal with the data silo problem in recommendation scenarios. Existing cross-silo FL methods transmit model information to collaboratively build a global model by leveraging the data of overlapped users. However, in reality, the number of overlapped users is often very small, thus largely limiting the performance of such approaches. Moreover, transmitting model information during training requires high communication costs and may cause serious privacy leakage. In this paper, we propose a novel privacy-preserving double distillation framework named FedPDD for cross-silo federated recommendation, which efficiently transfers knowledge when overlapped users are limited. Specifically, our double distillation strategy enables local models to learn not only explicit knowledge from the other party but also implicit knowledge from its past predictions. Moreover, to ensure privacy and high efficiency, we employ an offline training scheme to reduce communication needs and privacy leakage risk. In addition, we adopt differential privacy to further protect the transmitted information. The experiments on two real-world recommendation datasets, HetRec-MovieLens and Criteo, demonstrate the effectiveness of FedPDD compared to the state-of-the-art approaches.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes