paper-with-me

Papers

DRACO: Decentralized Asynchronous Federated Learning over Row-Stochastic Wireless Networks

2024-06-19 · Eunjeong Jeong, Marios Kountouris

Recent developments and emerging use cases, such as smart Internet of Things (IoT) and Edge AI, have sparked considerable interest in the training of neural networks over fully decentralized (serverless) networks. One of the major challenges of decentralized learning is to ensure stable convergence without resorting to strong assumptions applied for each agent regarding data distributions or updating policies. To address these issues, we propose DRACO, a novel method for decentralized asynchronous Stochastic Gradient Descent (SGD) over row-stochastic gossip wireless networks by leveraging continuous communication. Our approach enables edge devices within decentralized networks to perform local training and model exchanging along a continuous timeline, thereby eliminating the necessity for synchronized timing. The algorithm also features a specific technique of decoupling communication and computation schedules, which empowers complete autonomy for all users and manageable instructions for stragglers. Through a comprehensive convergence analysis, we highlight the advantages of asynchronous and autonomous participation in decentralized optimization. Our numerical experiments corroborate the efficacy of the proposed technique.

📄 PDF Abstract BibTeX arXiv:2406.13533

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Asynchronous SGD on Graphs: a Unified Framework for Asynchronous Decentralized and Federated Optimization

2023-11-01 · Mathieu Even, Anastasia Koloskova, Laurent Massoulié

Decentralized and asynchronous communications are two popular techniques to speedup communication complexity of distributed machine learning, by respectively removing the dependency over a central orchestrator and the ne…

FAuNO: Semi-Asynchronous Federated Reinforcement Learning Framework for Task Offloading in Edge Systems

2025-06-03 · Frederico Metelo, Alexandre Oliveira, Stevo Racković, Pedro Ákos Costa 외

Edge computing addresses the growing data demands of connected-device networks by placing computational resources closer to end users through decentralized infrastructures. This decentralization challenges traditional, f…

Edge-computing

Asynchronous decentralized accelerated stochastic gradient descent

2018-09-24 · Guanghui Lan, Yi Zhou

In this work, we introduce an asynchronous decentralized accelerated stochastic gradient descent type of method for decentralized stochastic optimization, considering communication and synchronization are the major bottl…

Stochastic Optimization

SWIFT: Rapid Decentralized Federated Learning via Wait-Free Model Communication

2022-10-25 · Marco Bornstein, Tahseen Rabbani, Evan Wang, Amrit Singh Bedi 외

The decentralized Federated Learning (FL) setting avoids the role of a potentially unreliable or untrustworthy central host by utilizing groups of clients to collaboratively train a model via localized training and model…

Federated Learningimage-classificationImage Classification

PDFed: Privacy-Preserving and Decentralized Asynchronous Federated Learning for Diffusion Models

2024-09-26 · Kar Balan, Andrew Gilbert, John Collomosse

We present PDFed, a decentralized, aggregator-free, and asynchronous federated learning protocol for training image diffusion models using a public blockchain. In general, diffusion models are prone to memorization of tr…

Federated LearningMemorizationPrivacy Preserving