English

Mime: Mimicking Centralized Stochastic Algorithms in Federated Learning

Machine Learning 2021-06-09 v2 Distributed, Parallel, and Cluster Computing Optimization and Control Machine Learning

Abstract

Federated learning (FL) is a challenging setting for optimization due to the heterogeneity of the data across different clients which gives rise to the client drift phenomenon. In fact, obtaining an algorithm for FL which is uniformly better than simple centralized training has been a major open problem thus far. In this work, we propose a general algorithmic framework, Mime, which i) mitigates client drift and ii) adapts arbitrary centralized optimization algorithms such as momentum and Adam to the cross-device federated learning setting. Mime uses a combination of control-variates and server-level statistics (e.g. momentum) at every client-update step to ensure that each local update mimics that of the centralized method run on iid data. We prove a reduction result showing that Mime can translate the convergence of a generic algorithm in the centralized setting into convergence in the federated setting. Further, we show that when combined with momentum based variance reduction, Mime is provably faster than any centralized method--the first such result. We also perform a thorough experimental exploration of Mime's performance on real world datasets.

Keywords

Cite

@article{arxiv.2008.03606,
  title  = {Mime: Mimicking Centralized Stochastic Algorithms in Federated Learning},
  author = {Sai Praneeth Karimireddy and Martin Jaggi and Satyen Kale and Mehryar Mohri and Sashank J. Reddi and Sebastian U. Stich and Ananda Theertha Suresh},
  journal= {arXiv preprint arXiv:2008.03606},
  year   = {2021}
}

Comments

Version 2 provides stronger theoretical results and more thorough experiments

R2 v1 2026-06-23T17:43:34.095Z