paper-with-me

홈 › Papers

Robust Split Federated Learning for U-shaped Medical Image Networks

2022-12-13 · Ziyuan Yang, Yingyu Chen, Huijie Huangfu, Maosong Ran, Hui Wang, Xiaoxiao Li, Yi Zhang

U-shaped networks are widely used in various medical image tasks, such as segmentation, restoration and reconstruction, but most of them usually rely on centralized learning and thus ignore privacy issues. To address the privacy concerns, federated learning (FL) and split learning (SL) have attracted increasing attention. However, it is hard for both FL and SL to balance the local computational cost, model privacy and parallel training simultaneously. To achieve this goal, in this paper, we propose Robust Split Federated Learning (RoS-FL) for U-shaped medical image networks, which is a novel hybrid learning paradigm of FL and SL. Previous works cannot preserve the data privacy, including the input, model parameters, label and output simultaneously. To effectively deal with all of them, we design a novel splitting method for U-shaped medical image networks, which splits the network into three parts hosted by different parties. Besides, the distributed learning methods usually suffer from a drift between local and global models caused by data heterogeneity. Based on this consideration, we propose a dynamic weight correction strategy (\textbf{DWCS}) to stabilize the training process and avoid model drift. Specifically, a weight correction loss is designed to quantify the drift between the models from two adjacent communication rounds. By minimizing this loss, a correction model is obtained. Then we treat the weighted sum of correction model and final round models as the result. The effectiveness of the proposed RoS-FL is supported by extensive experimental results on different tasks. Related codes will be released at https://github.com/Zi-YuanYang/RoS-FL.

📄 PDF Abstract BibTeX arXiv:2212.06378

Code (1)

zi-yuanyang/ros-fl 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

MedSegNet10: A Publicly Accessible Network Repository for Split Federated Medical Image Segmentation

2025-03-26 · Chamani Shiranthika, Zahra Hafezi Kafshgari, Hadi Hadizadeh, Parvaneh Saeedi

Machine Learning (ML) and Deep Learning (DL) have shown significant promise in healthcare, particularly in medical image segmentation, which is crucial for accurate disease diagnosis and treatment planning. Despite their…

Federated LearningImage SegmentationMedical Image SegmentationSegmentation+1

MuCALD-SplitFed: Causal-Latent Diffusion for Privacy-Preserving Multi-Task Split-Federated Medical Image Segmentation

2026-05-04 · Chamani Shiranthika, Hadi Hadizadeh, Parvaneh Saeedi arxiv

Federated Learning enables decentralized training by aggregating model updates across clients without sharing raw data, while Split Federated Learning further partitions the model between clients and a server to reduce c…

Medical Image SegmentationRepresentation LearningFederated Learning

SplitFed-CL: A Split Federated Co-Learning Framework for Medical Image Segmentation with Inaccurate Labels

2026-05-11 · Zahra Hafezi Kafshgari, Hadi Hadizadeh, Parvaneh Saeedi arxiv

Split Federated Learning (SplitFed) combines federated and split learning to preserve privacy while reducing client-side computation. However, in medical image segmentation, heterogeneous label quality across clients can…

Medical Image SegmentationFederated Learning

Edge-assisted U-Shaped Split Federated Learning with Privacy-preserving for Internet of Things

2023-11-08 · Hengliang Tang, Zihang Zhao, Detian Liu, Yang Cao 외

In the realm of the Internet of Things (IoT), deploying deep learning models to process data generated or collected by IoT devices is a critical challenge. However, direct data transmission can cause network congestion a…

Federated LearningPrivacy Preserving

Quality-Adaptive Split-Federated Learning for Segmenting Medical Images with Inaccurate Annotations

2023-04-28 · Zahra Hafezi Kafshgari, Chamani Shiranthika, Parvaneh Saeedi, Ivan V. Bajić

SplitFed Learning, a combination of Federated and Split Learning (FL and SL), is one of the most recent developments in the decentralized machine learning domain. In SplitFed learning, a model is trained by clients and a…

Federated LearningImage SegmentationSegmentationSemantic Segmentation