paper-with-me

Papers

Class Balanced Adaptive Pseudo Labeling for Federated Semi-Supervised Learning

2023-01-01 · CVPR 2023 1 · Ming Li, Qingli Li, Yan Wang

This paper focuses on federated semi-supervised learning (FSSL), assuming that few clients have fully labeled data (labeled clients) and the training datasets in other clients are fully unlabeled (unlabeled clients). Existing methods attempt to deal with the challenges caused by not independent and identically distributed data (Non-IID) setting. Though methods such as sub-consensus models have been proposed, they usually adopt standard pseudo labeling or consistency regularization on unlabeled clients which can be easily influenced by imbalanced class distribution. Thus, problems in FSSL are still yet to be solved. To seek for a fundamental solution to this problem, we present Class Balanced Adaptive Pseudo Labeling (CBAFed), to study FSSL from the perspective of pseudo labeling. In CBAFed, the first key element is a fixed pseudo labeling strategy to handle the catastrophic forgetting problem, where we keep a fixed set by letting pass information of unlabeled data at the beginning of the unlabeled client training in each communication round. The second key element is that we design class balanced adaptive thresholds via considering the empirical distribution of all training data in local clients, to encourage a balanced training process. To make the model reach a better optimum, we further propose a residual weight connection in local supervised training and global model aggregation. Extensive experiments on five datasets demonstrate the superiority of CBAFed. Code will be released.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Imbalanced Semi-supervised Learning with Bias Adaptive Classifier

2022-07-28 · Renzhen Wang, Xixi Jia, Quanziang Wang, Yichen Wu 외

Pseudo-labeling has proven to be a promising semi-supervised learning (SSL) paradigm. Existing pseudo-labeling methods commonly assume that the class distributions of training data are balanced. However, such an assumpti…

Federated Incremental Semantic Segmentation

2023-04-10 · CVPR 2023 1 · Jiahua Dong, Duzhen Zhang, Yang Cong, Wei Cong 외

Federated learning-based semantic segmentation (FSS) has drawn widespread attention via decentralized training on local clients. However, most FSS models assume categories are fixed in advance, thus heavily undergoing fo…

Federated LearningRelationSegmentationSemantic Segmentation

Federated Active Learning Under Extreme Non-IID and Global Class Imbalance

2026-03-11 · Chen-Chen Zong, Sheng-Jun Huang arxiv

Federated active learning (FAL) seeks to reduce annotation cost under privacy constraints, yet its effectiveness degrades in realistic settings with severe global class imbalance and highly heterogeneous clients. We cond…

Active Learning

Refined Pseudo labeling for Source-free Domain Adaptive Object Detection

2023-03-07 · Siqi Zhang, Lu Zhang, Zhiyong Liu

Domain adaptive object detection (DAOD) assumes that both labeled source data and unlabeled target data are available for training, but this assumption does not always hold in real-world scenarios. Thus, source-free DAOD…

object-detectionObject DetectionPseudo Label

Debiased Learning from Naturally Imbalanced Pseudo-Labels

2022-01-05 · CVPR 2022 1 · Xudong Wang, Zhirong Wu, Long Lian, Stella X. Yu

Pseudo-labels are confident predictions made on unlabeled target data by a classifier trained on labeled source data. They are widely used for adapting a model to unlabeled data, e.g., in a semi-supervised learning setti…

counterfactualCounterfactual ReasoningFew-Shot Image Classificationimbalanced classification+2