paper-with-me

홈 › Papers

Enhancing Convergence in Federated Learning: A Contribution-Aware Asynchronous Approach

2024-02-16 · Changxin Xu, Yuxin Qiao, Zhanxin Zhou, Fanghao Ni, Jize Xiong

Federated Learning (FL) is a distributed machine learning paradigm that allows clients to train models on their data while preserving their privacy. FL algorithms, such as Federated Averaging (FedAvg) and its variants, have been shown to converge well in many scenarios. However, these methods require clients to upload their local updates to the server in a synchronous manner, which can be slow and unreliable in realistic FL settings. To address this issue, researchers have developed asynchronous FL methods that allow clients to continue training on their local data using a stale global model. However, most of these methods simply aggregate all of the received updates without considering their relative contributions, which can slow down convergence. In this paper, we propose a contribution-aware asynchronous FL method that takes into account the staleness and statistical heterogeneity of the received updates. Our method dynamically adjusts the contribution of each update based on these factors, which can speed up convergence compared to existing methods.

📄 PDF Abstract BibTeX arXiv:2402.10991

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

AEDFL: Efficient Asynchronous Decentralized Federated Learning with Heterogeneous Devices

2023-12-18 · Ji Liu, Tianshi Che, Yang Zhou, Ruoming Jin 외

Federated Learning (FL) has achieved significant achievements recently, enabling collaborative model training on distributed data over edge devices. Iterative gradient or model exchanges between devices and the centraliz…

Federated Learning

Resource-Aware Asynchronous Online Federated Learning for Nonlinear Regression

2021-11-27 · Francois Gauthier, Vinay Chakravarthi Gogineni, Stefan Werner, Yih-Fang Huang 외

Many assumptions in the federated learning literature present a best-case scenario that can not be satisfied in most real-world applications. An asynchronous setting reflects the realistic environment in which federated …

Federated Learningregression

FedStaleWeight: Buffered Asynchronous Federated Learning with Fair Aggregation via Staleness Reweighting

2024-06-05 · Jeffrey Ma, Alan Tu, YiLing Chen, Vijay Janapa Reddi

Federated Learning (FL) endeavors to harness decentralized data while preserving privacy, facing challenges of performance, scalability, and collaboration. Asynchronous Federated Learning (AFL) methods have emerged as pr…

FairnessFederated Learning

FedCompass: Efficient Cross-Silo Federated Learning on Heterogeneous Client Devices using a Computing Power Aware Scheduler

2023-09-26 · Zilinghan Li, Pranshu Chaturvedi, Shilan He, Han Chen 외

Cross-silo federated learning offers a promising solution to collaboratively train robust and generalized AI models without compromising the privacy of local datasets, e.g., healthcare, financial, as well as scientific p…

Federated Learning

Asynchronous Federated Learning: A Scalable Approach for Decentralized Machine Learning

2024-12-23 · Ali Forootani, Raffaele Iervolino

Federated Learning (FL) has emerged as a powerful paradigm for decentralized machine learning, enabling collaborative model training across diverse clients without sharing raw data. However, traditional FL approaches oft…

Federated LearningPrivacy Preserving