paper-with-me

Papers

AsyncFedED: Asynchronous Federated Learning with Euclidean Distance based Adaptive Weight Aggregation

2022-05-27 · Qiyuan Wang, Qianqian Yang, Shibo He, Zhiguo Shi, Jiming Chen

In an asynchronous federated learning framework, the server updates the global model once it receives an update from a client instead of waiting for all the updates to arrive as in the synchronous setting. This allows heterogeneous devices with varied computing power to train the local models without pausing, thereby speeding up the training process. However, it introduces the stale model problem, where the newly arrived update was calculated based on a set of stale weights that are older than the current global model, which may hurt the convergence of the model. In this paper, we present an asynchronous federated learning framework with a proposed adaptive weight aggregation algorithm, referred to as AsyncFedED. To the best of our knowledge this aggregation method is the first to take the staleness of the arrived gradients, measured by the Euclidean distance between the stale model and the current global model, and the number of local epochs that have been performed, into account. Assuming general non-convex loss functions, we prove the convergence of the proposed method theoretically. Numerical results validate the effectiveness of the proposed AsyncFedED in terms of the convergence rate and model accuracy compared to the existing methods for three considered tasks.

📄 PDF Abstract BibTeX arXiv:2205.13797

Code (1)

qiyr0/asyncfeded 공식 구현

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Revisiting Gradient Staleness: Evaluating Distance Metrics for Asynchronous Federated Learning Aggregation

2026-03-09 · Patrick Wilhelm, Odej Kao arxiv

In asynchronous federated learning (FL), client devices send updates to a central server at varying times based on their computational speed, often using stale versions of the global model. This staleness can degrade the…

Federated Learning

FADAS: Towards Federated Adaptive Asynchronous Optimization

2024-07-25 · Yujia Wang, Shiqiang Wang, Songtao Lu, Jinghui Chen

Federated learning (FL) has emerged as a widely adopted training paradigm for privacy-preserving machine learning. While the SGD-based FL algorithms have demonstrated considerable success in the past, there is a growing …

Federated LearningPrivacy Preserving

Corrected with the Latest Version: Make Robust Asynchronous Federated Learning Possible

2025-04-05 · Chaoyi Lu, Yiding Sun, Pengbo Li, Zhichuan Yang

As an emerging paradigm of federated learning, asynchronous federated learning offers significant speed advantages over traditional synchronous federated learning. Unlike synchronous federated learning, which requires wa…

Federated LearningKnowledge Distillation

Recursive Euclidean Distance Based Robust Aggregation Technique For Federated Learning

2023-03-20 · Charuka Herath, Yogachandran Rahulamathavan, Xiaolan Liu

Federated learning has gained popularity as a solution to data availability and privacy challenges in machine learning. However, the aggregation process of local model updates to obtain a global model in federated learni…

Data PoisoningFederated Learning

Asynchronous Decentralized Federated Lifelong Learning for Landmark Localization in Medical Imaging

2023-03-12 · Guangyao Zheng, Michael A. Jacobs, Vladimir Braverman, Vishwa S. Parekh

Federated learning is a recent development in the machine learning area that allows a system of devices to train on one or more tasks without sharing their data to a single location or device. However, this framework sti…

Brain Tumor SegmentationFederated LearningLifelong learningTumor Segmentation