paper-with-me

Papers

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 (FedAvg) as the training algorithm and implement differential privacy with a Gaussian mechanism. However, the inherent privacy-utility trade-off in these systems severely degrades the training performance if a tight privacy budget is enforced. Besides, the Gaussian mechanism requires model weights to be of high-precision. To improve communication efficiency and achieve a better privacy-utility trade-off, we propose a communication-efficient FL training algorithm with differential privacy guarantee. Specifically, we propose to adopt binary neural networks (BNNs) and introduce discrete noise in the FL setting. Binary model parameters are uploaded for higher communication efficiency and discrete noise is added to achieve the client-level differential privacy protection. The achieved performance guarantee is rigorously proved, and it is shown to depend on the level of discrete noise. Experimental results based on MNIST and Fashion-MNIST datasets will demonstrate that the proposed training algorithm achieves client-level privacy protection with performance gain while enjoying the benefits of low communication overhead from binary model updates.

📄 PDF Abstract BibTeX arXiv:2308.03320

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

Differentially Private Federated Learning: A Client Level Perspective

2017-12-20 · ICLR 2019 5 · Robin C. Geyer, Tassilo Klein, Moin Nabi

Federated learning is a recent advance in privacy protection. In this context, a trusted curator aggregates parameters optimized in decentralized fashion by multiple clients. The resulting model is then distributed back …

Federated LearningPrivacy Preserving

Federated $f$-Differential Privacy

2021-02-22 · Qinqing Zheng, Shuxiao Chen, Qi Long, Weijie J. Su

Federated learning (FL) is a training paradigm where the clients collaboratively learn models by repeatedly sharing information without compromising much on the privacy of their local sensitive data. In this paper, we in…

Federated Learning

CorBin-FL: A Differentially Private Federated Learning Mechanism using Common Randomness

2024-09-20 · Hojat Allah Salehi, Md Jueal Mia, S. Sandeep Pradhan, M. Hadi Amini 외

Federated learning (FL) has emerged as a promising framework for distributed machine learning. It enables collaborative learning among multiple clients, utilizing distributed data and computing resources. However, FL fac…

Federated LearningQuantization

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

Understanding Clipping for Federated Learning: Convergence and Client-Level Differential Privacy

2021-06-25 · Xinwei Zhang, Xiangyi Chen, Mingyi Hong, Zhiwei Steven Wu 외

Providing privacy protection has been one of the primary motivations of Federated Learning (FL). Recently, there has been a line of work on incorporating the formal privacy notion of differential privacy with FL. To guar…

Federated Learning