paper-with-me

Papers

CycleSL: Server-Client Cyclical Update Driven Scalable Split Learning

2025-11-23 · Mengdi Wang, Efe Bozkir, Enkelejda Kasneci arxiv

Split learning emerges as a promising paradigm for collaborative distributed model training, akin to federated learning, by partitioning neural networks between clients and a server without raw data exchange. However, sequential split learning suffers from poor scalability, while parallel variants like parallel split learning and split federated learning often incur high server resource overhead due to model duplication and aggregation, and generally exhibit reduced model performance and convergence owing to factors like client drift and lag. To address these limitations, we introduce CycleSL, a novel aggregation-free split learning framework that enhances scalability and performance and can be seamlessly integrated with existing methods. Inspired by alternating block coordinate descent, CycleSL treats server-side training as an independent higher-level machine learning task, resampling client-extracted features (smashed data) to mitigate heterogeneity and drift. It then performs cyclical updates, namely optimizing the server model first, followed by client updates using the updated server for gradient computation. We integrate CycleSL into previous algorithms and benchmark them on five publicly available datasets with non-iid data distribution and partial client attendance. Our empirical findings highlight the effectiveness of CycleSL in enhancing model performance. Our source code is available at https://gitlab.lrz.de/hctl/CycleSL.

📄 PDF Abstract BibTeX arXiv:2511.18611

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Towards Client Driven Federated Learning

2024-05-24 · Songze Li, Chenqing Zhu

Conventional federated learning (FL) frameworks follow a server-driven model where the server determines session initiation and client participation, which faces challenges in accommodating clients' asynchronous needs fo…

Federated Learning

FedAR: Addressing Client Unavailability in Federated Learning with Local Update Approximation and Rectification

2024-07-26 · Chutian Jiang, Hansong Zhou, Xiaonan Zhang, Shayok Chakraborty

Federated learning (FL) enables clients to collaboratively train machine learning models under the coordination of a server in a privacy-preserving manner. One of the main challenges in FL is that the server may not rece…

Federated LearningPrivacy Preserving

Remote Rowhammer Attack using Adversarial Observations on Federated Learning Clients

2025-05-09 · Jinsheng Yuan, Yuhang Hao, Weisi Guo, Yun Wu 외

Federated Learning (FL) has the potential for simultaneous global learning amongst a large number of parallel agents, enabling emerging AI such as LLMs to be trained across demographically diverse data. Central to this b…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Federated LearningReinforcement Learning (RL)+2

Communication-Efficient Federated Learning Based on Explanation-Guided Pruning for Remote Sensing Image Classification

2025-01-20 · Jonas Klotz, Barış Büyüktaş, Begüm Demir

Federated learning (FL) is a decentralized machine learning paradigm in which multiple clients collaboratively train a global model by exchanging only model updates with the central server without sharing the local data …

Federated Learningimage-classificationImage ClassificationRemote Sensing Image Classification

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 synch…

Federated Learning