paper-with-me

Papers

Communication-Efficient Federated Deep Learning with Asynchronous Model Update and Temporally Weighted Aggregation

2019-03-18 · Yang Chen, Xiaoyan Sun, Yaochu Jin

Federated learning obtains a central model on the server by aggregating models trained locally on clients. As a result, federated learning does not require clients to upload their data to the server, thereby preserving the data privacy of the clients. One challenge in federated learning is to reduce the client-server communication since the end devices typically have very limited communication bandwidth. This paper presents an enhanced federated learning technique by proposing a synchronous learning strategy on the clients and a temporally weighted aggregation of the local models on the server. In the asynchronous learning strategy, different layers of the deep neural networks are categorized into shallow and deeps layers and the parameters of the deep layers are updated less frequently than those of the shallow layers. Furthermore, a temporally weighted aggregation strategy is introduced on the server to make use of the previously trained local models, thereby enhancing the accuracy and convergence of the central model. The proposed algorithm is empirically on two datasets with different deep neural networks. Our results demonstrate that the proposed asynchronous federated deep learning outperforms the baseline algorithm both in terms of communication cost and model accuracy.

📄 PDF Abstract BibTeX arXiv:1903.07424

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

FTTE: Enabling Federated and Resource-Constrained Deep Edge Intelligence

2025-10-03 · Irene Tenison, Anna Murphy, Charles Beauville, Lalana Kagal arxiv

Federated learning (FL) enables collaborative model training across distributed devices while preserving data privacy, but deployment on resource-constrained edge nodes remains challenging due to limited memory, energy, …

Federated Learning

Asynchronous Hierarchical Federated Learning

2022-05-31 · Xing Wang, Yijun Wang

Federated Learning is a rapidly growing area of research and with various benefits and industry applications. Typical federated patterns have some intrinsic issues such as heavy server traffic, long periods of convergenc…

Federated Learningimage-classificationImage Classification

Momentum Approximation in Asynchronous Private Federated Learning

2024-02-14 · Tao Yu, Congzheng Song, Jianyu Wang, Mona Chitnis

Asynchronous protocols have been shown to improve the scalability of federated learning (FL) with a massive number of clients. Meanwhile, momentum-based methods can achieve the best model quality in synchronous FL. Howev…

Federated Learning

FedAT: A High-Performance and Communication-Efficient Federated Learning System with Asynchronous Tiers

2020-10-12 · Zheng Chai, Yujing Chen, Ali Anwar, Liang Zhao 외

Federated learning (FL) involves training a model over massive distributed devices, while keeping the training data localized. This form of collaborative learning exposes new tradeoffs among model convergence speed, mode…

Federated Learning

Asynchronous Upper Confidence Bound Algorithms for Federated Linear Bandits

2021-10-04 · Chuanhao Li, Hongning Wang

Linear contextual bandit is a popular online learning problem. It has been mostly studied in centralized learning settings. With the surging demand of large-scale decentralized model learning, e.g., federated learning, h…

Federated Learning