paper-with-me

Papers

Differentially Private Federated Bayesian Optimization with Distributed Exploration

2021-10-27 · NeurIPS 2021 12 · Zhongxiang Dai, Bryan Kian Hsiang Low, Patrick Jaillet

Bayesian optimization (BO) has recently been extended to the federated learning (FL) setting by the federated Thompson sampling (FTS) algorithm, which has promising applications such as federated hyperparameter tuning. However, FTS is not equipped with a rigorous privacy guarantee which is an important consideration in FL. Recent works have incorporated differential privacy (DP) into the training of deep neural networks through a general framework for adding DP to iterative algorithms. Following this general DP framework, our work here integrates DP into FTS to preserve user-level privacy. We also leverage the ability of this general DP framework to handle different parameter vectors, as well as the technique of local modeling for BO, to further improve the utility of our algorithm through distributed exploration (DE). The resulting differentially private FTS with DE (DP-FTS-DE) algorithm is endowed with theoretical guarantees for both the privacy and utility and is amenable to interesting theoretical insights about the privacy-utility trade-off. We also use real-world experiments to show that DP-FTS-DE achieves high utility (competitive performance) with a strong privacy guarantee (small privacy loss) and induces a trade-off between privacy and utility.

📄 PDF Abstract BibTeX arXiv:2110.14153

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationFederated LearningThompson Sampling

Similar Papers 제목 키워드 기반

Differentially Private Federated Variational Inference

2019-11-24 · Mrinank Sharma, Michael Hutchinson, Siddharth Swaroop, Antti Honkela 외

In many real-world applications of machine learning, data are distributed across many clients and cannot leave the devices they are stored on. Furthermore, each client's data, computational resources and communication co…

Bayesian InferenceFederated LearningVariational Inference

Differentially private partitioned variational inference

2022-09-23 · Mikko A. Heikkilä, Matthew Ashman, Siddharth Swaroop, Richard E. Turner 외

Learning a privacy-preserving model from sensitive data which are distributed across multiple devices is an increasingly important problem. The problem is often formulated in the federated learning context, with the aim …

Federated LearningPrivacy PreservingVariational Inference

Smoothed Normalization for Efficient Distributed Private Optimization

2025-02-19 · Egor Shulgin, Sarit Khirirat, Peter Richtárik

Federated learning enables training machine learning models while preserving the privacy of participants. Surprisingly, there is no differentially private distributed method for smooth, non-convex optimization problems. …

Distributed OptimizationFederated Learning

Differentially Private Distributed Bayesian Linear Regression with MCMC

2023-01-31 · Barış Alparslan, Sinan Yildirim, Ş. İlker Birbil

We propose a novel Bayesian inference framework for distributed differentially private linear regression. We consider a distributed setting where multiple parties hold parts of the data and share certain summary statisti…

Bayesian InferencePrivacy Preservingregression

Multi-Message Shuffled Privacy in Federated Learning

2023-02-22 · Antonious M. Girgis, Suhas Diggavi

We study differentially private distributed optimization under communication constraints. A server using SGD for optimization aggregates the client-side local gradients for model updates using distributed mean estimation…

Distributed OptimizationFederated LearningOpen-Ended Question Answering