paper-with-me

홈 › Papers

An Expectation-Maximization Perspective on Federated Learning

2021-11-19 · Christos Louizos, Matthias Reisser, Joseph Soriaga, Max Welling

Federated learning describes the distributed training of models across multiple clients while keeping the data private on-device. In this work, we view the server-orchestrated federated learning process as a hierarchical latent variable model where the server provides the parameters of a prior distribution over the client-specific model parameters. We show that with simple Gaussian priors and a hard version of the well known Expectation-Maximization (EM) algorithm, learning in such a model corresponds to FedAvg, the most popular algorithm for the federated learning setting. This perspective on FedAvg unifies several recent works in the field and opens up the possibility for extensions through different choices for the hierarchical model. Based on this view, we further propose a variant of the hierarchical model that employs prior distributions to promote sparsity. By similarly using the hard-EM algorithm for learning, we obtain FedSparse, a procedure that can learn sparse neural networks in the federated learning setting. FedSparse reduces communication costs from client to server and vice-versa, as well as the computational costs for inference with the sparsified network - both of which are of great practical importance in federated learning.

📄 PDF Abstract BibTeX arXiv:2111.10192

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Federated Averaging as Expectation Maximization

2021-01-01 · Christos Louizos, Matthias Reisser, Joseph Soriaga, Max Welling

Federated averaging (FedAvg), despite its simplicity, has been the main approach in training neural networks in the federated learning setting. In this work, we show that the algorithmic choices of the FedAvg algorithm c…

Federated Learning

Privacy-Preserving Distributed Expectation Maximization for Gaussian Mixture Model using Subspace Perturbation

2022-09-16 · Qiongxiu Li, Jaron Skovsted Gundersen, Katrine Tjell, Rafal Wisniewski 외

Privacy has become a major concern in machine learning. In fact, the federated learning is motivated by the privacy concern as it does not allow to transmit the private data but only intermediate updates. However, federa…

Federated LearningPrivacy Preserving

On the Convergence of a Federated Expectation-Maximization Algorithm

2024-08-11 · Zhixu Tao, Rajita Chandak, Sanjeev Kulkarni

Data heterogeneity has been a long-standing bottleneck in studying the convergence rates of Federated Learning algorithms. In order to better understand the issue of data heterogeneity, we study the convergence rate of t…

Federated Learning

Federated Expectation Maximization with heterogeneity mitigation and variance reduction

2021-11-03 · Aymeric Dieuleveut, Gersende Fort, Eric Moulines, Geneviève Robin

The Expectation Maximization (EM) algorithm is the default algorithm for inference in latent variable models. As in any other field of machine learning, applications of latent variable models to very large datasets make …

Federated LearningImputationMissing Values

A Federated Generalized Expectation-Maximization Algorithm for Mixture Models with an Unknown Number of Components

2026-01-29 · Michael Ibrahim, Nagi Gebraeel, Weijun Xie arxiv

We study the problem of federated clustering when the total number of clusters $K$ across clients is unknown, and the clients have heterogeneous but potentially overlapping cluster sets in their local data. To that end, …