paper-with-me

Papers

Federated Semi-Supervised Learning with Inter-Client Consistency & Disjoint Learning

2020-06-22 · ICLR 2021 1 · Wonyong Jeong, Jaehong Yoon, Eunho Yang, Sung Ju Hwang

While existing federated learning approaches mostly require that clients have fully-labeled data to train on, in realistic settings, data obtained at the client-side often comes without any accompanying labels. Such deficiency of labels may result from either high labeling cost, or difficulty of annotation due to the requirement of expert knowledge. Thus the private data at each client may be either partly labeled, or completely unlabeled with labeled data being available only at the server, which leads us to a new practical federated learning problem, namely Federated Semi-Supervised Learning (FSSL). In this work, we study two essential scenarios of FSSL based on the location of the labeled data. The first scenario considers a conventional case where clients have both labeled and unlabeled data (labels-at-client), and the second scenario considers a more challenging case, where the labeled data is only available at the server (labels-at-server). We then propose a novel method to tackle the problems, which we refer to as Federated Matching (FedMatch). FedMatch improves upon naive combinations of federated learning and semi-supervised learning approaches with a new inter-client consistency loss and decomposition of the parameters for disjoint learning on labeled and unlabeled data. Through extensive experimental validation of our method in the two different scenarios, we show that our method outperforms both local semi-supervised learning and baselines which naively combine federated learning with semi-supervised learning. The code is available at https://github.com/wyjeong/FedMatch.

📄 PDF Abstract BibTeX arXiv:2006.12097

Code (1)

wyjeong/FedMatch 공식 구현 tf

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

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

SemiFed: Semi-supervised Federated Learning with Consistency and Pseudo-Labeling

2021-08-21 · Haowen Lin, Jian Lou, Li Xiong, Cyrus Shahabi

Federated learning enables multiple clients, such as mobile phones and organizations, to collaboratively learn a shared model for prediction while protecting local data privacy. However, most recent research and applicat…

Data AugmentationFederated LearningPseudo Label

CATCHFed: Efficient Unlabeled Data Utilization for Semi-Supervised Federated Learning in Limited Labels Environments

2025-11-14 · Byoungjun Park, Pedro Porto Buarque de Gusmão, Dongjin Ji, Minhoe Kim arxiv

Federated learning is a promising paradigm that utilizes distributed client resources while preserving data privacy. Most existing FL approaches assume clients possess labeled data, however, in real-world scenarios, clie…

Federated Learning

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

(FL)$^2$: Overcoming Few Labels in Federated Semi-Supervised Learning

2024-10-30 · SeungJoo Lee, Thanh-Long V. Le, Jaemin Shin, Sung-Ju Lee

Federated Learning (FL) is a distributed machine learning framework that trains accurate global models while preserving clients' privacy-sensitive data. However, most FL approaches assume that clients possess labeled dat…

Federated Learning