English

SplitFedZip: Learned Compression for Data Transfer Reduction in Split-Federated Learning

Machine Learning 2024-12-24 v1

Abstract

Federated Learning (FL) enables multiple clients to train a collaborative model without sharing their local data. Split Learning (SL) allows a model to be trained in a split manner across different locations. Split-Federated (SplitFed) learning is a more recent approach that combines the strengths of FL and SL. SplitFed minimizes the computational burden of FL by balancing computation across clients and servers, while still preserving data privacy. This makes it an ideal learning framework across various domains, especially in healthcare, where data privacy is of utmost importance. However, SplitFed networks encounter numerous communication challenges, such as latency, bandwidth constraints, synchronization overhead, and a large amount of data that needs to be transferred during the learning process. In this paper, we propose SplitFedZip -- a novel method that employs learned compression to reduce data transfer in SplitFed learning. Through experiments on medical image segmentation, we show that learned compression can provide a significant data communication reduction in SplitFed learning, while maintaining the accuracy of the final trained model. The implementation is available at: \url{https://github.com/ChamaniS/SplitFedZip}.

Keywords

Cite

@article{arxiv.2412.17150,
  title  = {SplitFedZip: Learned Compression for Data Transfer Reduction in Split-Federated Learning},
  author = {Chamani Shiranthika and Hadi Hadizadeh and Parvaneh Saeedi and Ivan V. Bajić},
  journal= {arXiv preprint arXiv:2412.17150},
  year   = {2024}
}

Comments

Accepted for paper presentation at the the 1st Workshop on Federated Learning for Unbounded and Intelligent Decentralization (FLUID), in AAAI 2025

R2 v1 2026-06-28T20:45:49.781Z