paper-with-me

Papers

AEDFL: Efficient Asynchronous Decentralized Federated Learning with Heterogeneous Devices

2023-12-18 · Ji Liu, Tianshi Che, Yang Zhou, Ruoming Jin, Huaiyu Dai, Dejing Dou, Patrick Valduriez

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 centralized server in the standard FL paradigm suffer from severe efficiency bottlenecks on the server. While enabling collaborative training without a central server, existing decentralized FL approaches either focus on the synchronous mechanism that deteriorates FL convergence or ignore device staleness with an asynchronous mechanism, resulting in inferior FL accuracy. In this paper, we propose an Asynchronous Efficient Decentralized FL framework, i.e., AEDFL, in heterogeneous environments with three unique contributions. First, we propose an asynchronous FL system model with an efficient model aggregation method for improving the FL convergence. Second, we propose a dynamic staleness-aware model update approach to achieve superior accuracy. Third, we propose an adaptive sparse training method to reduce communication and computation costs without significant accuracy degradation. Extensive experimentation on four public datasets and four models demonstrates the strength of AEDFL in terms of accuracy (up to 16.3% higher), efficiency (up to 92.9% faster), and computation costs (up to 42.3% lower).

📄 PDF Abstract BibTeX arXiv:2312.10935

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

HADFL: Heterogeneity-aware Decentralized Federated Learning Framework

2021-11-16 · Jing Cao, Zirui Lian, Weihong Liu, Zongwei Zhu 외

Federated learning (FL) supports training models on geographically distributed devices. However, traditional FL systems adopt a centralized synchronous strategy, putting high communication pressure and model generalizati…

Federated Learning

Asynchronous Semi-Decentralized Federated Edge Learning for Heterogeneous Clients

2021-12-09 · Yuchang Sun, Jiawei Shao, Yuyi Mao, Jun Zhang

Federated edge learning (FEEL) has drawn much attention as a privacy-preserving distributed learning framework for mobile edge networks. In this work, we investigate a novel semi-decentralized FEEL (SD-FEEL) architecture…

Privacy Preserving

Device Scheduling and Update Aggregation Policies for Asynchronous Federated Learning

2021-07-23 · Chung-Hsuan Hu, Zheng Chen, Erik G. Larsson

Federated Learning (FL) is a newly emerged decentralized machine learning (ML) framework that combines on-device local training with server-based model synchronization to train a centralized ML model over distributed nod…

Federated LearningScheduling

Asynchronous Federated Learning with non-convex client objective functions and heterogeneous dataset

2025-08-03 · Ali Forootani, Raffaele Iervolino arxiv

Federated Learning (FL) enables collaborative model training across decentralized devices while preserving data privacy. However, traditional FL suffers from communication overhead, system heterogeneity, and straggler ef…

Federated Learning

Stragglers Are Not Disaster: A Hybrid Federated Learning Algorithm with Delayed Gradients

2021-02-12 · Xingyu Li, Zhe Qu, Bo Tang, Zhuo Lu

Federated learning (FL) is a new machine learning framework which trains a joint model across a large amount of decentralized computing devices. Existing methods, e.g., Federated Averaging (FedAvg), are able to provide a…

Federated Learning