paper-with-me

Papers

A Comparative Evaluation of FedAvg and Per-FedAvg Algorithms for Dirichlet Distributed Heterogeneous Data

2023-09-03 · Hamza Reguieg, Mohammed El Hanjri, Mohamed El Kamili, Abdellatif Kobbane

In this paper, we investigate Federated Learning (FL), a paradigm of machine learning that allows for decentralized model training on devices without sharing raw data, there by preserving data privacy. In particular, we compare two strategies within this paradigm: Federated Averaging (FedAvg) and Personalized Federated Averaging (Per-FedAvg), focusing on their performance with Non-Identically and Independently Distributed (Non-IID) data. Our analysis shows that the level of data heterogeneity, modeled using a Dirichlet distribution, significantly affects the performance of both strategies, with Per-FedAvg showing superior robustness in conditions of high heterogeneity. Our results provide insights into the development of more effective and efficient machine learning strategies in a decentralized setting.

📄 PDF Abstract BibTeX arXiv:2309.01275

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Local Performance vs. Out-of-Distribution Generalization: An Empirical Analysis of Personalized Federated Learning in Heterogeneous Data Environments

2025-10-28 · Mortesa Hussaini, Jan Theiß, Anthony Stein arxiv

In the context of Federated Learning with heterogeneous data environments, local models tend to converge to their own local model optima during local training steps, deviating from the overall data distributions. Aggrega…

Personalized Federated Learning

A Unified Linear Speedup Analysis of Federated Averaging and Nesterov FedAvg

2020-07-11 · Zhaonan Qu, Kaixiang Lin, Zhaojian Li, Jiayu Zhou 외

Federated learning (FL) learns a model jointly from a set of participating devices without sharing each other's privately held data. The characteristics of non-i.i.d. data across the network, low device participation, hi…

Distributed OptimizationFederated Learning

Momentum Benefits Non-IID Federated Learning Simply and Provably

2023-06-28 · Ziheng Cheng, Xinmeng Huang, Pengfei Wu, Kun Yuan

Federated learning is a powerful paradigm for large-scale machine learning, but it faces significant challenges due to unreliable network connections, slow communication, and substantial data heterogeneity across clients…

Federated Learning

Federated Learning with Integrated Sensing, Communication, and Computation: Frameworks and Performance Analysis

2024-09-17 · Yipeng Liang, Qimei Chen, Hao Jiang

With the emergence of integrated sensing, communication, and computation (ISCC) in the upcoming 6G era, federated learning with ISCC (FL-ISCC), integrating sample collection, local training, and parameter exchange and ag…

Federated Learning

Decentralized Federated Averaging

2021-04-23 · Tao Sun, Dongsheng Li, Bao Wang

Federated averaging (FedAvg) is a communication efficient algorithm for the distributed training with an enormous number of clients. In FedAvg, clients keep their data locally for privacy protection; a central parameter …