paper-with-me

Papers

Scale Federated Learning for Label Set Mismatch in Medical Image Classification

2023-04-14 · Zhipeng Deng, Luyang Luo, Hao Chen

Federated learning (FL) has been introduced to the healthcare domain as a decentralized learning paradigm that allows multiple parties to train a model collaboratively without privacy leakage. However, most previous studies have assumed that every client holds an identical label set. In reality, medical specialists tend to annotate only diseases within their area of expertise or interest. This implies that label sets in each client can be different and even disjoint. In this paper, we propose the framework FedLSM to solve the problem of Label Set Mismatch. FedLSM adopts different training strategies on data with different uncertainty levels to efficiently utilize unlabeled or partially labeled data as well as class-wise adaptive aggregation in the classification layer to avoid inaccurate aggregation when clients have missing labels. We evaluated FedLSM on two public real-world medical image datasets, including chest X-ray (CXR) diagnosis with 112,120 CXR images and skin lesion diagnosis with 10,015 dermoscopy images, and showed that it significantly outperformed other state-of-the-art FL algorithms. The code can be found at https://github.com/dzp2095/FedLSM.

📄 PDF Abstract BibTeX arXiv:2304.06931

Code (1)

dzp2095/fedlsm 공식 구현 pytorch

Tasks

Federated Learningimage-classificationImage ClassificationMedical Image ClassificationMissing Labels

Similar Papers 제목 키워드 기반

Learning Underrepresented Classes from Decentralized Partially Labeled Medical Images

2022-06-30 · Nanqing Dong, Michael Kampffmeyer, Irina Voiculescu

Using decentralized data for federated training is one promising emerging research direction for alleviating data scarcity in the medical domain. However, in contrast to large-scale fully labeled data commonly seen in ge…

Federated LearningObject RecognitionSelf-Supervised LearningThoracic Disease Classification

Federated Semi-supervised Medical Image Classification via Inter-client Relation Matching

2021-06-16 · Quande Liu, Hongzheng Yang, Qi Dou, Pheng-Ann Heng

Federated learning (FL) has emerged with increasing popularity to collaborate distributed medical institutions for training deep networks. However, despite existing FL algorithms only allow the supervised training settin…

Federated Learningimage-classificationImage ClassificationMedical Image Classification+2

Federated Contrastive Learning for Decentralized Unlabeled Medical Images

2021-09-15 · Nanqing Dong, Irina Voiculescu

A label-efficient paradigm in computer vision is based on self-supervised contrastive pre-training on unlabeled data followed by fine-tuning with a small number of labels. Making practical use of a federated computing en…

Contrastive LearningData AugmentationFederated Learning

Federated Medical Image Segmentation under Real-World Label Noise: A Benchmark Suite for Noisy Label Learning Method Selection

2026-06-15 · Markus Bujotzek, Dimitrios Bounias, Stefan Denner, Ralf Floca 외 arxiv

While federated learning (FL) enables collaborative medical image segmentation without centralizing sensitive data, real-world deployment is frequently complicated by cross-site label imperfections such as contour disagr…

Medical Image SegmentationFederated Learning

Label-Efficient Self-Supervised Federated Learning for Tackling Data Heterogeneity in Medical Imaging

2022-05-17 · Rui Yan, Liangqiong Qu, Qingyue Wei, Shih-Cheng Huang 외

The collection and curation of large-scale medical datasets from multiple institutions is essential for training accurate deep learning models, but privacy concerns often hinder data sharing. Federated learning (FL) is a…

Federated LearningMedical Image AnalysisPrivacy PreservingRepresentation Learning+2