paper-with-me

Papers

Partitioned Variational Inference: A unified framework encompassing federated and continual learning

2018-11-27 · Thang D. Bui, Cuong V. Nguyen, Siddharth Swaroop, Richard E. Turner

Variational inference (VI) has become the method of choice for fitting many modern probabilistic models. However, practitioners are faced with a fragmented literature that offers a bewildering array of algorithmic options. First, the variational family. Second, the granularity of the updates e.g. whether the updates are local to each data point and employ message passing or global. Third, the method of optimization (bespoke or blackbox, closed-form or stochastic updates, etc.). This paper presents a new framework, termed Partitioned Variational Inference (PVI), that explicitly acknowledges these algorithmic dimensions of VI, unifies disparate literature, and provides guidance on usage. Crucially, the proposed PVI framework allows us to identify new ways of performing VI that are ideally suited to challenging learning scenarios including federated learning (where distributed computing is leveraged to process non-centralized data) and continual learning (where new data and tasks arrive over time and must be accommodated quickly). We showcase these new capabilities by developing communication-efficient federated training of Bayesian neural networks and continual learning for Gaussian process models with private pseudo-points. The new methods significantly outperform the state-of-the-art, whilst being almost as straightforward to implement as standard VI.

📄 PDF Abstract BibTeX arXiv:1811.11206

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningDistributed ComputingFederated LearningVariational Inference

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

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

Partitioned Variational Inference: A Framework for Probabilistic Federated Learning

2022-02-24 · Matthew Ashman, Thang D. Bui, Cuong V. Nguyen, Stratis Markou 외

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 r…

Federated LearningVariational Inference

Privacy-preserving Data Sharing on Vertically Partitioned Data

2020-10-19 · Razane Tajeddine, Joonas Jälkö, Samuel Kaski, Antti Honkela

In this work, we introduce a differentially private method for generating synthetic data from vertically partitioned data, \emph{i.e.}, where data of the same individuals is distributed across multiple data holders or pa…

Privacy PreservingVariational Inference

A Computational Framework for Solving Wasserstein Lagrangian Flows

2023-10-16 · Kirill Neklyudov, Rob Brekelmans, Alexander Tong, Lazar Atanackovic 외

The dynamical formulation of the optimal transport can be extended through various choices of the underlying geometry (kinetic energy), and the regularization of density paths (potential energy). These combinations yield…

A Forest Mixture Bound for Block-Free Parallel Inference

2018-05-17 · Neal Lawton, Aram Galstyan, Greg Ver Steeg

Coordinate ascent variational inference is an important algorithm for inference in probabilistic models, but it is slow because it updates only a single variable at a time. Block coordinate methods perform inference fast…

Variational Inference