Differentially Private Federated Variational Inference
Mrinank Sharma, Michael Hutchinson, Siddharth Swaroop, Antti Honkela,, Richard E. Turner

TL;DR
This paper introduces a novel approach for federated Bayesian learning that ensures differential privacy, enabling effective privacy-preserving logistic regression models in distributed settings with comparable performance to centralized models.
Contribution
It is the first to integrate differential privacy into federated Bayesian inference using Partitioned Variational Inference, adapting client-side optimization for privacy guarantees.
Findings
Achieves $(\epsilon, \delta)$-DP in federated Bayesian learning.
Moderately private logistic regression models perform similarly to non-private centralized models.
Demonstrates the feasibility of privacy-preserving Bayesian inference in federated environments.
Abstract
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 constraints may be very different. This setting is known as federated learning, in which privacy is a key concern. Differential privacy is commonly used to provide mathematical privacy guarantees. This work, to the best of our knowledge, is the first to consider federated, differentially private, Bayesian learning. We build on Partitioned Variational Inference (PVI) which was recently developed to support approximate Bayesian inference in the federated setting. We modify the client-side optimisation of PVI to provide an (, )-DP guarantee. We show that it is possible to learn moderately private logistic regression models in the federated setting that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Stochastic Gradient Optimization Techniques · Cryptography and Data Security
MethodsLogistic Regression
