paper-with-me

홈 › Papers

SemiFL: Semi-Supervised Federated Learning for Unlabeled Clients with Alternate Training

2021-06-02 · Enmao Diao, Jie Ding, Vahid Tarokh

Federated Learning allows the training of machine learning models by using the computation and private data resources of many distributed clients. Most existing results on Federated Learning (FL) assume the clients have ground-truth labels. However, in many practical scenarios, clients may be unable to label task-specific data due to a lack of expertise or resource. We propose SemiFL to address the problem of combining communication-efficient FL such as FedAvg with Semi-Supervised Learning (SSL). In SemiFL, clients have completely unlabeled data and can train multiple local epochs to reduce communication costs, while the server has a small amount of labeled data. We provide a theoretical understanding of the success of data augmentation-based SSL methods to illustrate the bottleneck of a vanilla combination of communication-efficient FL with SSL. To address this issue, we propose alternate training to fine-tune global model with labeled data' and generate pseudo-labels with the global model.' We conduct extensive experiments and demonstrate that our approach significantly improves the performance of a labeled server with unlabeled clients training with multiple local epochs. Moreover, our method outperforms many existing SSFL baselines and performs competitively with the state-of-the-art FL and SSL results.

📄 PDF Abstract BibTeX arXiv:2106.01432

Code (1)

diaoenmao/semifl-semi-supervised-federated-learning-for-unlabeled-clients-with-alternate-training 공식 구현 pytorch

Tasks

Data AugmentationFederated Learning

Similar Papers 제목 키워드 기반

Knowledge-Enhanced Semi-Supervised Federated Learning for Aggregating Heterogeneous Lightweight Clients in IoT

2023-03-05 · Jiaqi Wang, Shenglai Zeng, Zewei Long, Yaqing Wang 외

Federated learning (FL) enables multiple clients to train models collaboratively without sharing local data, which has achieved promising results in different areas, including the Internet of Things (IoT). However, end I…

Federated LearningNetwork Pruning

Semi-Federated Learning for Collaborative Intelligence in Massive IoT Networks

2023-03-09 · Wanli Ni, Jingheng Zheng, Hui Tian

Implementing existing federated learning in massive Internet of Things (IoT) networks faces critical challenges such as imbalanced and statistically heterogeneous data and device diversity. To this end, we propose a semi…

DiversityFederated Learning

Learning Unlabeled Clients Divergence for Federated Semi-Supervised Learning via Anchor Model Aggregation

2024-07-14 · Marawan Elbatel, Hualiang Wang, Jixiang Chen, Hao Wang 외

Federated semi-supervised learning (FedSemi) refers to scenarios where there may be clients with fully labeled data, clients with partially labeled, and even fully unlabeled clients while preserving data privacy. However…

Rethinking Semi-Supervised Federated Learning: How to co-train fully-labeled and fully-unlabeled client imaging data

2023-10-28 · Pramit Saha, Divyanshu Mishra, J. Alison Noble

The most challenging, yet practical, setting of semi-supervised federated learning (SSFL) is where a few clients have fully labeled data whereas the other clients have fully unlabeled data. This is particularly common in…

Federated Learningimage-classificationImage Classification

Dual Class-Aware Contrastive Federated Semi-Supervised Learning

2022-11-16 · Qi Guo, Yong Qi, Saiyu Qi, Di wu

Federated semi-supervised learning (FSSL), facilitates labeled clients and unlabeled clients jointly training a global model without sharing private data. Existing FSSL methods predominantly employ pseudo-labeling and co…