CRLGMLSep 11, 2020

Federated Model Distillation with Noise-Free Differential Privacy

arXiv:2009.05537v2130 citations
Originality Incremental advance
AI Analysis

This addresses privacy concerns in federated learning for applications like healthcare or finance, though it appears incremental as it builds on existing federated model distillation methods.

The paper tackles the problem of privacy leakage in federated learning when sharing predictions instead of model weights, by proposing a noise-free differential privacy mechanism that eliminates the trade-off between privacy and performance. The results show comparable utility and communication efficiency on various datasets under IID and non-IID settings.

Conventional federated learning directly averages model weights, which is only possible for collaboration between models with homogeneous architectures. Sharing prediction instead of weight removes this obstacle and eliminates the risk of white-box inference attacks in conventional federated learning. However, the predictions from local models are sensitive and would leak training data privacy to the public. To address this issue, one naive approach is adding the differentially private random noise to the predictions, which however brings a substantial trade-off between privacy budget and model performance. In this paper, we propose a novel framework called FEDMD-NFDP, which applies a Noise-Free Differential Privacy (NFDP) mechanism into a federated model distillation framework. Our extensive experimental results on various datasets validate that FEDMD-NFDP can deliver not only comparable utility and communication efficiency but also provide a noise-free differential privacy guarantee. We also demonstrate the feasibility of our FEDMD-NFDP by considering both IID and non-IID setting, heterogeneous model architectures, and unlabelled public datasets from a different distribution.

Foundations

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

Your Notes