paper-with-me

Papers

Collaborative Split Federated Learning with Parallel Training and Aggregation

2025-04-22 · Yiannis Papageorgiou, Yannis Thomas, Alexios Filippakopoulos, Ramin Khalili, Iordanis Koutsopoulos

Federated learning (FL) operates based on model exchanges between the server and the clients, and it suffers from significant client-side computation and communication burden. Split federated learning (SFL) arises a promising solution by splitting the model into two parts, that are trained sequentially: the clients train the first part of the model (client-side model) and transmit it to the server that trains the second (server-side model). Existing SFL schemes though still exhibit long training delays and significant communication overhead, especially when clients of different computing capability participate. Thus, we propose Collaborative-Split Federated Learning~(C-SFL), a novel scheme that splits the model into three parts, namely the model parts trained at the computationally weak clients, the ones trained at the computationally strong clients, and the ones at the server. Unlike existing works, C-SFL enables parallel training and aggregation of model's parts at the clients and at the server, resulting in reduced training delays and commmunication overhead while improving the model's accuracy. Experiments verify the multiple gains of C-SFL against the existing schemes.

📄 PDF Abstract BibTeX arXiv:2504.15724

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Adaptive and Parallel Split Federated Learning in Vehicular Edge Computing

2024-05-29 · Xianke Qiang, Zheng Chang, Yun Hu, Lei Liu 외

Vehicular edge intelligence (VEI) is a promising paradigm for enabling future intelligent transportation systems by accommodating artificial intelligence (AI) at the vehicular edge computing (VEC) system. Federated learn…

Edge-computingFederated Learning

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, se…

Federated Learning

Hetero-SplitEE: Split Learning of Neural Networks with Early Exits for Heterogeneous IoT Devices

2025-12-10 · Yuki Oda, Yuta Ono, Hiroshi Nakamura, Hideki Takase arxiv

The continuous scaling of deep neural networks has fundamentally transformed machine learning, with larger models demonstrating improved performance across diverse tasks. This growth in model size has dramatically increa…

Federated Learning

BESplit: Bias-Compensated Split Federated Learning with Evidential Aggregation

2026-05-17 · Yuhan Xie, Chen Lyu, Jingrong Huang arxiv

Split Federated Learning (SFL) enables privacy-preserving collaborative training by partitioning models between clients and a server. However, under non-IID data distributions, SFL often suffers from biased optimization …

Computational EfficiencyFederated Learning

HLF-FSL. A Decentralized Federated Split Learning Solution for IoT on Hyperledger Fabric

2025-07-10 · Carlos Beis Penedo, Rebeca P. Díaz Redondo, Ana Fernández Vilas, Manuel Fernández Veiga 외

Collaborative machine learning in sensitive domains demands scalable, privacy preserving solutions for enterprise deployment. Conventional Federated Learning (FL) relies on a central server, introducing single points of …

Federated LearningPrivacy Preserving