paper-with-me

홈 › Papers

Personalizing Federated Medical Image Segmentation via Local Calibration

2022-07-11 · Jiacheng Wang, Yueming Jin, Liansheng Wang

Medical image segmentation under federated learning (FL) is a promising direction by allowing multiple clinical sites to collaboratively learn a global model without centralizing datasets. However, using a single model to adapt to various data distributions from different sites is extremely challenging. Personalized FL tackles this issue by only utilizing partial model parameters shared from global server, while keeping the rest to adapt to its own data distribution in the local training of each site. However, most existing methods concentrate on the partial parameter splitting, while do not consider the \textit{inter-site in-consistencies} during the local training, which in fact can facilitate the knowledge communication over sites to benefit the model learning for improving the local accuracy. In this paper, we propose a personalized federated framework with \textbf{L}ocal \textbf{C}alibration (LC-Fed), to leverage the inter-site in-consistencies in both \textit{feature- and prediction- levels} to boost the segmentation. Concretely, as each local site has its alternative attention on the various features, we first design the contrastive site embedding coupled with channel selection operation to calibrate the encoded features. Moreover, we propose to exploit the knowledge of prediction-level in-consistency to guide the personalized modeling on the ambiguous regions, e.g., anatomical boundaries. It is achieved by computing a disagreement-aware map to calibrate the prediction. Effectiveness of our method has been verified on three medical image segmentation tasks with different modalities, where our method consistently shows superior performance to the state-of-the-art personalized FL methods. Code is available at https://github.com/jcwang123/FedLC.

📄 PDF Abstract BibTeX arXiv:2207.04655

Code (1)

jcwang123/fedlc 공식 구현 pytorch

Tasks

channel selectionFederated LearningImage SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Shift-Dependent Asymmetry: Orthogonal Inverse Low-Rank Adaptation for Federated Medical Segmentation

2026-06-07 · Xingyue Zhao, Wenke Huang, Linghao Zhuang, Haoran Wu 외 arxiv

Low-Rank Adaptation (LoRA) enables efficient federated fine-tuning of segmentation foundation models for medical imaging. However, most federated LoRA methods adopt a uniform aggregation rule, which breaks under the enco…

Unifying and Personalizing Weakly-supervised Federated Medical Image Segmentation via Adaptive Representation and Aggregation

2023-04-12 · Li Lin, Jiewei Wu, Yixiang Liu, Kenneth K. Y. Wong 외

Federated learning (FL) enables multiple sites to collaboratively train powerful deep models without compromising data privacy and security. The statistical heterogeneity (e.g., non-IID data and domain shifts) is a prima…

channel selectionFederated LearningImage SegmentationMedical Image Segmentation+3

FedMix: Mixed Supervised Federated Learning for Medical Image Segmentation

2022-05-04 · Jeffry Wicaksana, Zengqiang Yan, Dong Zhang, Xijie Huang 외

The purpose of federated learning is to enable multiple clients to jointly train a machine learning model without sharing data. However, the existing methods for training an image segmentation model have been based on an…

Federated LearningImage SegmentationLesion SegmentationMedical Image Segmentation+4

Federated Semi-supervised Learning for Medical Image Segmentation with intra-client and inter-client Consistency

2024-03-19 · Yubin Zheng, Peng Tang, Tianjie Ju, Weidong Qiu 외

Medical image segmentation plays a vital role in clinic disease diagnosis and medical image analysis. However, labeling medical images for segmentation task is tough due to the indispensable domain expertise of radiologi…

Data AugmentationFederated LearningImage SegmentationMedical Image Analysis+4

pFedSAM: Personalized Federated Learning of Segment Anything Model for Medical Image Segmentation

2025-09-19 · Tong Wang, Xingyue Zhao, Linghao Zhuang, Haoyu Zhao 외 arxiv

Medical image segmentation is crucial for computer-aided diagnosis, yet privacy constraints hinder data sharing across institutions. Federated learning addresses this limitation, but existing approaches often rely on lig…

Personalized Federated LearningMedical Image SegmentationKnowledge DistillationDomain Adaptation