paper-with-me

Papers

Federated Model Distillation with Noise-Free Differential Privacy

2020-09-11 · Lichao Sun, Lingjuan Lyu

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.

📄 PDF Abstract BibTeX arXiv:2009.05537

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Communication-Learning Co-Design for Differentially Private Over-the-Air Federated Distillation

2025-08-06 · Zihao Hu, Jia Yan, Ying-Jun Angela Zhang arxiv

The ever-growing learning model size nowadays challenges the communication efficiency and privacy preservation of the traditional federated learning (FL). In this paper, we propose a novel differentially private (DP) ove…

Federated Learning

Federated Learning with Bayesian Differential Privacy

2019-11-22 · Aleksei Triastcyn, Boi Faltings

We consider the problem of reinforcing federated learning with formal privacy guarantees. We propose to employ Bayesian differential privacy, a relaxation of differential privacy for similarly distributed data, to provid…

Federated Learningimage-classificationImage Classification

An Adaptive Differential Privacy Method Based on Federated Learning

2024-08-13 · Zhiqiang Wang, Xinyue Yu, Qianli Huang, Yongguang Gong

Differential privacy is one of the methods to solve the problem of privacy protection in federated learning. Setting the same privacy budget for each round will result in reduced accuracy in training. The existing method…

Federated Learning

Differentially Private Decentralized Dataset Synthesis Through Randomized Mixing with Correlated Noise

2025-09-12 · Utsab Saha, Tanvir Muntakim Tonoy, Hafiz Imtiaz arxiv

In this work, we explore differentially private synthetic data generation in a decentralized-data setting by building on the recently proposed Differentially Private Class-Centric Data Aggregation (DP-CDA). DP-CDA synthe…

Synthetic Data Generation

Binary Federated Learning with Client-Level Differential Privacy

2023-08-07 · Lumin Liu, Jun Zhang, Shenghui Song, Khaled B. Letaief

Federated learning (FL) is a privacy-preserving collaborative learning framework, and differential privacy can be applied to further enhance its privacy protection. Existing FL systems typically adopt Federated Average (…

Federated LearningPrivacy Preserving