paper-with-me

Papers

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 never sees the data of each local source itself. Federated learning then comes with two majors challenges: one is handling potentially complex model updates between a server and a large number of data sources; the other is that de-centralization may, in fact, be insufficient for privacy, as the local updates themselves can reveal information about the sources' data. To address these issues, we consider an approach to federated learning that combines quantization and differential privacy. Absent privacy, Federated Learning often relies on quantization to reduce communication complexity. We build upon this approach and develop a new algorithm called the \textbf{R}andomized \textbf{Q}uantization \textbf{M}echanism (RQM), which obtains privacy through a two-levels of randomization. More precisely, we randomly sub-sample feasible quantization levels, then employ a randomized rounding procedure using these sub-sampled discrete levels. We are able to establish that our results preserve ``Renyi differential privacy'' (Renyi DP). We empirically study the performance of our algorithm and demonstrate that compared to previous work it yields improved privacy-accuracy trade-offs for DP federated learning. To the best of our knowledge, this is the first study that solely relies on randomized quantization without incorporating explicit discrete noise to achieve Renyi DP guarantees in Federated Learning systems.

📄 PDF Abstract BibTeX arXiv:2306.11913

Code (1)

MindSpore-scientific/code-5/tree/main/random_quantize mindspore

Tasks

AllFederated LearningQuantization

Similar Papers 제목 키워드 기반

RQP-SGD: Differential Private Machine Learning through Noisy SGD and Randomized Quantization

2024-02-09 · Ce Feng, Parv Venkitasubramaniam

The rise of IoT devices has prompted the demand for deploying machine learning at-the-edge with real-time, efficient, and secure data processing. In this context, implementing machine learning (ML) models with real-value…

Privacy PreservingQuantization

Practical Locally Private Federated Learning with Communication Efficiency

2021-01-01 · Yan Feng, Tao Xiong, Ruofan Wu, Yuan Qi

Federated learning (FL) is a technique that trains machine learning models from decentralized data sources. We study FL under local differential privacy constraints, which provides strong protection against sensitive dat…

Federated LearningPrivacy PreservingQuantization

The Effect of Quantization in Federated Learning: A Rényi Differential Privacy Perspective

2024-05-16 · Tianqu Kang, Lumin Liu, Hengtao He, Jun Zhang 외

Federated Learning (FL) is an emerging paradigm that holds great promise for privacy-preserving machine learning using distributed data. To enhance privacy, FL can be combined with Differential Privacy (DP), which involv…

Federated LearningPrivacy PreservingQuantization

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

Privacy-Aware Randomized Quantization via Linear Programming

2024-06-01 · Zhongteng Cai, Xueru Zhang, Mohammad Mahdi Khalili

Differential privacy mechanisms such as the Gaussian or Laplace mechanism have been widely used in data analytics for preserving individual privacy. However, they are mostly designed for continuous outputs and are unsuit…

Quantization