Partitioned Variational Inference: A Framework for Probabilistic Federated Learning
Matthew Ashman, Thang D. Bui, Cuong V. Nguyen, Stratis Markou, Adrian, Weller, Siddharth Swaroop, Richard E. Turner

TL;DR
This paper introduces Partitioned Variational Inference (PVI), a new framework for federated learning that enables probabilistic model training across multiple devices while preserving data privacy and capturing uncertainty.
Contribution
The paper proposes PVI as a novel, general framework for variational inference in federated learning, unifying related methods and providing theoretical and empirical validation.
Findings
PVI effectively captures model uncertainty in federated settings.
PVI unifies and extends existing federated variational inference methods.
Empirical results demonstrate PVI's robustness and efficiency across various scenarios.
Abstract
The proliferation of computing devices has brought about an opportunity to deploy machine learning models on new problem domains using previously inaccessible data. Traditional algorithms for training such models often require data to be stored on a single machine with compute performed by a single node, making them unsuitable for decentralised training on multiple devices. This deficiency has motivated the development of federated learning algorithms, which allow multiple data owners to train collaboratively and use a shared model whilst keeping local data private. However, many of these algorithms focus on obtaining point estimates of model parameters, rather than probabilistic estimates capable of capturing model uncertainty, which is essential in many applications. Variational inference (VI) has become the method of choice for fitting many modern probabilistic models. In this paper…
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 · Statistical Methods and Inference · Bayesian Modeling and Causal Inference
MethodsVariational Inference
