paper-with-me

홈 › Papers

Federated Split Learning with Improved Communication and Storage Efficiency

2025-07-21 · Yujia Mu, Cong Shen arxiv

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.

📄 PDF Abstract BibTeX arXiv:2507.15816

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Communication and Storage Efficient Federated Split Learning

2023-02-11 · Yujia Mu, Cong Shen

Federated learning (FL) is a popular distributed machine learning (ML) paradigm, but is often limited by significant communication costs and edge device computation capabilities. Federated Split Learning (FSL) preserves …

Federated Learning

Detailed comparison of communication efficiency of split learning and federated learning

2019-09-18 · Abhishek Singh, Praneeth Vepakomma, Otkrist Gupta, Ramesh Raskar

We compare communication efficiencies of two compelling distributed machine learning approaches of split learning and federated learning. We show useful settings under which each method outperforms the other in terms of …

Federated Learning

Visual Transformer Meets CutMix for Improved Accuracy, Communication Efficiency, and Data Privacy in Split Learning

2022-07-01 · Sihun Baek, Jihong Park, Praneeth Vepakomma, Ramesh Raskar 외

This article seeks for a distributed learning solution for the visual transformer (ViT) architectures. Compared to convolutional neural network (CNN) architectures, ViTs often have larger model sizes, and are computation…

Data AugmentationFederated Learning

Efficient Split-Mix Federated Learning for On-Demand and In-Situ Customization

2022-03-18 · ICLR 2022 4 · Junyuan Hong, Haotao Wang, Zhangyang Wang, Jiayu Zhou

Federated learning (FL) provides a distributed learning framework for multiple participants to collaborate learning without sharing raw data. In many practical FL scenarios, participants have heterogeneous resources due …

Federated LearningPersonalized Federated Learning

Split Federated Learning Empowered Vehicular Edge Intelligence: Concept, Adaptive Design, and Future Directions

2025-01-13 · IEEE Wireless Communications 2025 1 · Xianke Qiang; Zheng Chang; Chaoxiong Ye; Timo Hamalainen; Geyong Min

To achieve ubiquitous intelligence in future vehicular networks, artificial intelligence (AI) is essential for extracting valuable insights from vehicular data to enhance AI-driven services. By integrating AI technologie…

Edge-computingFederated Learning