paper-with-me

Papers

Federated Learning via Posterior Averaging: A New Perspective and Practical Algorithms

2020-10-11 · ICLR 2021 1 · Maruan Al-Shedivat, Jennifer Gillenwater, Eric Xing, Afshin Rostamizadeh

Federated learning is typically approached as an optimization problem, where the goal is to minimize a global loss function by distributing computation across client devices that possess local data and specify different parts of the global objective. We present an alternative perspective and formulate federated learning as a posterior inference problem, where the goal is to infer a global posterior distribution by having client devices each infer the posterior of their local data. While exact inference is often intractable, this perspective provides a principled way to search for global optima in federated settings. Further, starting with the analysis of federated quadratic objectives, we develop a computation- and communication-efficient approximate posterior inference algorithm -- federated posterior averaging (FedPA). Our algorithm uses MCMC for approximate inference of local posteriors on the clients and efficiently communicates their statistics to the server, where the latter uses them to refine a global estimate of the posterior mode. Finally, we show that FedPA generalizes federated averaging (FedAvg), can similarly benefit from adaptive optimizers, and yields state-of-the-art results on four realistic and challenging benchmarks, converging faster, to better optima.

📄 PDF Abstract BibTeX arXiv:2010.05273

Code (1)

alshedivat/fedpa 공식 구현 jax

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Federated Averaging Langevin Dynamics: Toward a unified theory and new algorithms

2022-10-31 · Vincent Plassier, Alain Durmus, Eric Moulines

This paper focuses on Bayesian inference in a federated learning context (FL). While several distributed MCMC algorithms have been proposed, few consider the specific limitations of FL such as communication bottlenecks a…

Bayesian InferenceFederated Learning

Knowledge Distillation for Federated Learning: a Practical Guide

2022-11-09 · Alessio Mora, Irene Tenison, Paolo Bellavista, Irina Rish

Federated Learning (FL) enables the training of Deep Learning models without centrally collecting possibly sensitive raw data. This paves the way for stronger privacy guarantees when building predictive models. The most …

Federated LearningKnowledge Distillation

Information-Geometric Barycenters for Bayesian Federated Learning

2024-12-16 · Nour Jamoussi, Giuseppe Serra, Photios A. Stavrou, Marios Kountouris

Federated learning (FL) is a widely used and impactful distributed optimization framework that achieves consensus through averaging locally trained models. While effective, this approach may not align well with Bayesian …

Bayesian InferenceDistributed OptimizationFairnessFederated Learning+1

On Convergence of Federated Averaging Langevin Dynamics

2021-12-09 · Wei Deng, Qian Zhang, Yi-An Ma, Zhao Song 외

We propose a federated averaging Langevin algorithm (FA-LD) for uncertainty quantification and mean predictions with distributed clients. In particular, we generalize beyond normal posterior distributions and consider a …

Uncertainty Quantification

Task Arithmetic Through The Lens Of One-Shot Federated Learning

2024-11-27 · Zhixu Tao, Ian Mason, Sanjeev Kulkarni, Xavier Boix

Task Arithmetic is a model merging technique that enables the combination of multiple models' capabilities into a single model through simple arithmetic in the weight space, without the need for additional fine-tuning or…

Federated LearningMulti-Task LearningTask Arithmetic