LGITNISPJul 21, 2025

Federated Split Learning with Improved Communication and Storage Efficiency

arXiv:2507.15816v16 citationsh-index: 4IEEE Trans Mob Comput
Originality Incremental advance
AI Analysis

This addresses efficiency issues in distributed machine learning for edge computing, but it is incremental as it builds on existing federated split learning methods.

The paper tackles the high communication and storage costs in federated split learning by proposing CSE-FSL, which uses an auxiliary network and selective data transmission to reduce overhead, achieving significant communication reduction in real-world tasks.

Federated learning (FL) is one of the popular distributed machine learning (ML) solutions but incurs significant communication and computation costs at edge devices. Federated split learning (FSL) can train sub-models in parallel and reduce the computational burden of edge devices by splitting the model architecture. However, it still requires a high communication overhead due to transmitting the smashed data and gradients between clients and the server in every global round. Furthermore, the server must maintain separate partial models for every client, leading to a significant storage requirement. To address these challenges, this paper proposes a novel communication and storage efficient federated split learning method, termed CSE-FSL, which utilizes an auxiliary network to locally update the weights of the clients while keeping a single model at the server, hence avoiding frequent transmissions of gradients from the server and greatly reducing the storage requirement of the server. Additionally, a new model update method of transmitting the smashed data in selected epochs can reduce the amount of smashed data sent from the clients. We provide a theoretical analysis of CSE-FSL, rigorously guaranteeing its convergence under non-convex loss functions. The extensive experimental results further indicate that CSE-FSL achieves a significant communication reduction over existing FSL solutions using real-world FL tasks.

Foundations

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

Your Notes