LGDCNov 23, 2025

CycleSL: Server-Client Cyclical Update Driven Scalable Split Learning

arXiv:2511.18611v11 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses scalability challenges in distributed machine learning for collaborative training scenarios, though it appears incremental as it builds on existing split learning methods.

The paper tackled the scalability and performance issues in split learning, such as high server overhead and client drift, by introducing CycleSL, a framework that uses cyclical updates and feature resampling, achieving improved model performance on five non-iid datasets.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes