paper-with-me

홈 › 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 correspond to optimizing a single objective function that involves the global and all of the shard specific models using a hard version of the well known Expectation-Maximization (EM) algorithm. As a result, we gain a better understanding of the behavior and design choices of federated averaging while being able to provide interesting connections to recent literature. Based on this view, we further propose FedSparse, a version of federated averaging that employs prior distributions to promote model sparsity. In this way, we obtain a procedure that leads to reductions in both server-client and client-server communication costs as well as more efficient models.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

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

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…

Federated Learning

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