paper-with-me

Papers

Joint Privacy Enhancement and Quantization in Federated Learning

2022-08-23 · Natalie Lang, Elad Sofer, Tomer Shaked, Nir Shlezinger

Federated learning (FL) is an emerging paradigm for training machine learning models using possibly private data available at edge devices. The distributed operation of FL gives rise to challenges that are not encountered in centralized machine learning, including the need to preserve the privacy of the local datasets, and the communication load due to the repeated exchange of updated models. These challenges are often tackled individually via techniques that induce some distortion on the updated models, e.g., local differential privacy (LDP) mechanisms and lossy compression. In this work we propose a method coined joint privacy enhancement and quantization (JoPEQ), which jointly implements lossy compression and privacy enhancement in FL settings. In particular, JoPEQ utilizes vector quantization based on random lattice, a universal compression technique whose byproduct distortion is statistically equivalent to additive noise. This distortion is leveraged to enhance privacy by augmenting the model updates with dedicated multivariate privacy preserving noise. We show that JoPEQ simultaneously quantizes data according to a required bit-rate while holding a desired privacy level, without notably affecting the utility of the learned model. This is shown via analytical LDP guarantees, distortion and convergence bounds derivation, and numerical studies. Finally, we empirically assert that JoPEQ demolishes common attacks known to exploit privacy leakage.

📄 PDF Abstract BibTeX arXiv:2208.10888

Code (1)

langnatalie/jopeq 공식 구현 pytorch

Tasks

Federated LearningPrivacy PreservingQuantization

Similar Papers 제목 키워드 기반

Gradient Obfuscation Gives a False Sense of Security in Federated Learning

2022-06-08 · Kai Yue, Richeng Jin, Chau-Wai Wong, Dror Baron 외

Federated learning has been proposed as a privacy-preserving machine learning framework that enables multiple clients to collaborate without sharing raw data. However, client privacy protection is not guaranteed by desig…

Federated Learningimage-classificationImage ClassificationPrivacy Preserving+2

QMGeo: Differentially Private Federated Learning via Stochastic Quantization with Mixed Truncated Geometric Distribution

2023-12-10 · Zixi Wang, M. Cenk Gursoy

Federated learning (FL) is a framework which allows multiple users to jointly train a global machine learning (ML) model by transmitting only model updates under the coordination of a parameter server, while being able t…

Federated LearningQuantization

Randomized Quantization is All You Need for Differential Privacy in Federated Learning

2023-06-20 · Yeojoon Youn, Zihao Hu, Juba Ziani, Jacob Abernethy

Federated learning (FL) is a common and practical framework for learning a machine model in a decentralized fashion. A primary motivation behind this decentralized approach is data privacy, ensuring that the learner neve…

AllFederated LearningQuantization

FedAQ: Communication-Efficient Federated Edge Learning via Joint Uplink and Downlink Adaptive Quantization

2024-06-26 · Linping Qu, Shenghui Song, Chi-Ying Tsui

Federated learning (FL) is a powerful machine learning paradigm which leverages the data as well as the computational resources of clients, while protecting clients' data privacy. However, the substantial model size and …

Federated LearningQuantization

Ternary Compression for Communication-Efficient Federated Learning

2020-03-07 · Jinjin Xu, Wenli Du, Ran Cheng, Wangli He 외

Learning over massive data stored in different locations is essential in many real-world applications. However, sharing data is full of challenges due to the increasing demands of privacy and security with the growing us…

BIG-bench Machine LearningFederated LearningPrivacy PreservingQuantization+1