paper-with-me

Papers

GAS: Generative Activation-Aided Asynchronous Split Federated Learning

2024-09-02 · Jiarong Yang, YuAn Liu

Split Federated Learning (SFL) splits and collaboratively trains a shared model between clients and server, where clients transmit activations and client-side models to server for updates. Recent SFL studies assume synchronous transmission of activations and client-side models from clients to server. However, due to significant variations in computational and communication capabilities among clients, activations and client-side models arrive at server asynchronously. The delay caused by asynchrony significantly degrades the performance of SFL. To address this issue, we consider an asynchronous SFL framework, where an activation buffer and a model buffer are embedded on the server to manage the asynchronously transmitted activations and client-side models, respectively. Furthermore, as asynchronous activation transmissions cause the buffer to frequently receive activations from resource-rich clients, leading to biased updates of the server-side model, we propose Generative activations-aided Asynchronous SFL (GAS). In GAS, the server maintains an activation distribution for each label based on received activations and generates activations from these distributions according to the degree of bias. These generative activations are then used to assist in updating the server-side model, ensuring more accurate updates. We derive a tighter convergence bound, and our experiments demonstrate the effectiveness of the proposed method. The code is available at https://github.com/eejiarong/GAS.

📄 PDF Abstract BibTeX arXiv:2409.01251

Code (1)

eejiarong/gas 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Asynchronous Federated Continual Learning

2023-04-07 · Donald Shenaj, Marco Toldo, Alberto Rigon, Pietro Zanuttigh

The standard class-incremental continual learning setting assumes a set of tasks seen one after the other in a fixed and predefined order. This is not very realistic in federated learning environments where each client w…

Continual LearningFederated Learning

FedDR -- Randomized Douglas-Rachford Splitting Algorithms for Nonconvex Federated Composite Optimization

2021-03-05 · Quoc Tran-Dinh, Nhan H. Pham, Dzung T. Phan, Lam M. Nguyen

We develop two new algorithms, called, FedDR and asyncFedDR, for solving a fundamental nonconvex composite optimization problem in federated learning. Our algorithms rely on a novel combination between a nonconvex Dougla…

Federated Learning

FedDR – Randomized Douglas-Rachford Splitting Algorithms for Nonconvex Federated Composite Optimization

2021-12-01 · NeurIPS 2021 12 · Quoc Tran Dinh, Nhan Pham, Dzung Phan, Lam Nguyen

We develop two new algorithms, called, FedDR and asyncFedDR, for solving a fundamental nonconvex composite optimization problem in federated learning. Our algorithms rely on a novel combination between a nonconvex Dougla…

Federated Learning

SplitLite: Low-Rank Residual Compression for Split Learning

2026-08-24 · Tao Li, Yulin Tang, Qi Guo, Xianhao Chen arxiv

Federated fine-tuning of on-device large language models (LLMs) faces a significant computing burden. To overcome this limitation, split learning (SL) has emerged as a promising solution, which offloads the primary train…

Communication and Computation Reduction for Split Learning using Asynchronous Training

2021-07-20 · Xing Chen, Jingtao Li, Chaitali Chakrabarti

Split learning is a promising privacy-preserving distributed learning scheme that has low computation requirement at the edge device but has the disadvantage of high communication overhead between edge device and server.…

Privacy Preserving