paper-with-me

홈 › Papers

Federated Optimization for Heterogeneous Networks

2019-05-16 · ICML Workshop AMTL 2019 6 · Anonymous

Federated learning involves training and effectively combining machine learning models from distributed partitions of data (i.e., tasks) on edge devices, and be naturally viewed as a multi- task learning problem. While Federated Averaging (FedAvg) is the leading optimization method for training non-convex models in this setting, its behavior is not well understood in realistic federated settings when the devices/tasks are statistically heterogeneous, i.e., where each device collects data in a non-identical fashion. In this work, we introduce a framework, called FedProx, to tackle statistical heterogeneity. FedProx encompasses FedAvg as a special case. We provide convergence guarantees for FedProx through a device dissimilarity assumption. Our empirical evaluation validates our theoretical analysis and demonstrates the improved robustness and stability of FedProx for learning in heterogeneous networks.

📄 PDF Abstract BibTeX

Code (5)

litian96/FedProx 공식 구현 tf
KarhouTam/FL-bench pytorch
TsingZ0/FL-IoT pytorch
TsingZ0/PFL-Non-IID pytorch
thejungwon/gc-fed pytorch

Tasks

Federated LearningMulti-Task Learning

Similar Papers 제목 키워드 기반

A General Theory for Federated Optimization with Asynchronous and Heterogeneous Clients Updates

2022-06-21 · Yann Fraboni, Richard Vidal, Laetitia Kameni, Marco Lorenzi

We propose a novel framework to study asynchronous federated learning optimization with delays in gradient updates. Our theoretical framework extends the standard FedAvg aggregation scheme by introducing stochastic aggre…

Federated Learning

FedFrozen: Two-Stage Federated Optimization via Attention Kernel Freezing

2026-05-07 · Junye Du, Zhenghao Li, Yushi Feng, Long Feng arxiv

Federated learning with heterogeneous clients remains a significant challenge for deep learning, primarily due to client drift arising from inconsistent local updates. Existing federated optimization methods typically ad…

Federated Learning

On the Convergence of Local Descent Methods in Federated Learning

2019-10-31 · Farzin Haddadpour, Mehrdad Mahdavi

In federated distributed learning, the goal is to optimize a global training objective defined over distributed devices, where the data shard at each device is sampled from a possibly different distribution (a.k.a., hete…

Distributed OptimizationFederated Learning

ZorBA: Zeroth-order Federated Fine-tuning of LLMs with Heterogeneous Block Activation

2026-02-19 · Chuiyang Meng, Ming Tang, Vincent W. S. Wong arxiv

Federated fine-tuning of large language models (LLMs) enables collaborative tuning across distributed clients. However, due to the large size of LLMs, local updates in federated learning (FL) may incur substantial video …

Federated Learning

Fed-pilot: Optimizing LoRA Allocation for Efficient Federated Fine-Tuning with Heterogeneous Clients

2024-10-14 · Zikai Zhang, Rui Hu, Ping Liu, Jiahao Xu

Federated Learning enables the fine-tuning of foundation models (FMs) across distributed clients for specific tasks; however, its scalability is limited by the heterogeneity of client memory capacities. In this work, we …

Federated Learning