paper-with-me

Papers

FedJAX: Federated learning simulation with JAX

2021-08-04 · Jae Hun Ro, Ananda Theertha Suresh, Ke wu

Federated learning is a machine learning technique that enables training across decentralized data. Recently, federated learning has become an active area of research due to an increased focus on privacy and security. In light of this, a variety of open source federated learning libraries have been developed and released. We introduce FedJAX, a JAX-based open source library for federated learning simulations that emphasizes ease-of-use in research. With its simple primitives for implementing federated learning algorithms, prepackaged datasets, models and algorithms, and fast simulation speed, FedJAX aims to make developing and evaluating federated algorithms faster and easier for researchers. Our benchmark results show that FedJAX can be used to train models with federated averaging on the EMNIST dataset in a few minutes and the Stack Overflow dataset in roughly an hour with standard hyperparameters using TPUs.

📄 PDF Abstract BibTeX arXiv:2108.02117

Code (1)

google/fedjax jax

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Federated Hypergradient Descent

2022-11-03 · Andrew K Kan

In this work, we explore combining automatic hyperparameter tuning and optimization for federated learning (FL) in an online, one-shot procedure. We apply a principled approach on a method for adaptive client learning ra…

Federated LearningHyperparameter Optimization

JaxPruner: A concise library for sparsity research

2023-04-27 · Joo Hyung Lee, Wonpyo Park, Nicole Mitchell, Jonathan Pilault 외

This paper introduces JaxPruner, an open-source JAX-based pruning and sparse training library for machine learning research. JaxPruner aims to accelerate research on sparse neural networks by providing concise implementa…

Improved Modelling of Federated Datasets using Mixtures-of-Dirichlet-Multinomials

2024-06-04 · Jonathan Scott, Áine Cahill

In practice, training using federated learning can be orders of magnitude slower than standard centralized training. This severely limits the amount of experimentation and tuning that can be done, making it challenging t…

Federated Learning

FLUTE: A Scalable, Extensible Framework for High-Performance Federated Learning Simulations

2022-03-25 · Mirian Hipolito Garcia, Andre Manoel, Daniel Madrigal Diaz, FatemehSadat Mireshghallah 외

In this paper we introduce "Federated Learning Utilities and Tools for Experimentation" (FLUTE), a high-performance open-source platform for federated learning research and offline simulations. The goal of FLUTE is to en…

Federated LearningQuantizationspeech-recognitionSpeech Recognition+1

What Do We Mean by Generalization in Federated Learning?

2021-10-27 · ICLR 2022 4 · Honglin Yuan, Warren Morningstar, Lin Ning, Karan Singhal

Federated learning data is drawn from a distribution of distributions: clients are drawn from a meta-distribution, and their data are drawn from local data distributions. Thus generalization studies in federated learning…

Federated Learning