paper-with-me

Papers

Efficient Data Distribution Estimation for Accelerated Federated Learning

2024-06-03 · Yuanli Wang, Lei Huang

Federated Learning(FL) is a privacy-preserving machine learning paradigm where a global model is trained in-situ across a large number of distributed edge devices. These systems are often comprised of millions of user devices and only a subset of available devices can be used for training in each epoch. Designing a device selection strategy is challenging, given that devices are highly heterogeneous in both their system resources and training data. This heterogeneity makes device selection very crucial for timely model convergence and sufficient model accuracy. To tackle the FL client heterogeneity problem, various client selection algorithms have been developed, showing promising performance improvement in terms of model coverage and accuracy. In this work, we study the overhead of client selection algorithms in a large scale FL environment. Then we propose an efficient data distribution summary calculation algorithm to reduce the overhead in a real-world large scale FL environment. The evaluation shows that our proposed solution could achieve up to 30x reduction in data summary time, and up to 360x reduction in clustering time.

📄 PDF Abstract BibTeX arXiv:2406.01774

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

Scaff-PD: Communication Efficient Fair and Robust Federated Learning

2023-07-25 · Yaodong Yu, Sai Praneeth Karimireddy, Yi Ma, Michael I. Jordan

We present Scaff-PD, a fast and communication-efficient algorithm for distributionally robust federated learning. Our approach improves fairness by optimizing a family of distributionally robust objectives tailored to he…

FairnessFederated Learning

Accelerated Methods with Complexity Separation Under Data Similarity for Federated Learning Problems

2026-01-13 · Dmitry Bylinkin, Sergey Skorik, Dmitriy Bystrov, Leonid Berezin 외 arxiv

Heterogeneity within data distribution poses a challenge in many modern federated learning tasks. We formalize it as an optimization problem involving a computationally heavy composite under data similarity. By employing…

Federated Learning

FedADC: Accelerated Federated Learning with Drift Control

2020-12-16 · Kerem Ozfatura, Emre Ozfatura, Deniz Gunduz

Federated learning (FL) has become de facto framework for collaborative learning among edge devices with privacy concern. The core of the FL strategy is the use of stochastic gradient descent (SGD) in a distributed manne…

Federated Learning

Fed-ADE: Adaptive Learning Rate for Federated Post-adaptation under Distribution Shift

2026-03-01 · Heewon Park, Mugon Joe, Miru Kim, Kyungjin Im 외 arxiv

Federated learning (FL) in post-deployment settings must adapt to non-stationary data streams across heterogeneous clients without access to ground-truth labels. A major challenge is learning rate selection under client-…

Federated Learning

Federated Accelerated Stochastic Gradient Descent

2020-06-16 · NeurIPS 2020 12 · Honglin Yuan, Tengyu Ma

We propose Federated Accelerated Stochastic Gradient Descent (FedAc), a principled acceleration of Federated Averaging (FedAvg, also known as Local SGD) for distributed optimization. FedAc is the first provable accelerat…

Distributed Optimization