paper-with-me

홈 › Papers

Pseudo-Loss Confidence Metric for Semi-Supervised Few-Shot Learning

2021-01-01 · ICCV 2021 10 · Kai Huang, Jie Geng, Wen Jiang, Xinyang Deng, Zhe Xu

Semi-supervised few-shot learning is developed to train a classifier that can adapt to new tasks with limited labeled data and a fixed quantity of unlabeled data. Most semi-supervised few-shot learning methods select pseudo-labeled data of unlabeled set by task-specific confidence estimation. This work presents a task-unified confidence estimation approach for semi-supervised few-shot learning, named pseudo-loss confidence metric (PLCM). It measures the data credibility by the loss distribution of pseudo-labels, which is synthetical considered multi-tasks. Specifically, pseudo-labeled data of different tasks are mapped to a unified metric space by mean of the pseudo-loss model, making it possible to learn the prior pseudo-loss distribution. Then, confidence of pseudo-labeled data is estimated according to the distribution component confidence of its pseudo-loss. Thus highly reliable pseudo-labeled data are selected to strengthen the classifier. Moreover, to overcome the pseudo-loss distribution shift and improve the effectiveness of classifier, we advance the multi-step training strategy coordinated with the class balance measures of class-apart selection and class weight. Experimental results on four popular benchmark datasets demonstrate that the proposed approach can effectively select pseudo-labeled data and achieve the state-of-the-art performance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Learning

Similar Papers 제목 키워드 기반

ConMatch: Semi-Supervised Learning with Confidence-Guided Consistency Regularization

2022-08-18 · Jiwon Kim, Youngjo Min, Daehwan Kim, Gyuseong Lee 외

We present a novel semi-supervised learning framework that intelligently leverages the consistency regularization between the model's predictions from two strongly-augmented views of an image, weighted by a confidence of…

Pseudo Label

Semi-supervised learning by selective training with pseudo labels via confidence estimation

2021-03-15 · Masato Ishii

We propose a novel semi-supervised learning (SSL) method that adopts selective training with pseudo labels. In our method, we generate hard pseudo-labels and also estimate their confidence, which represents how likely ea…

Data AugmentationPseudo Label

DMT: Dynamic Mutual Training for Semi-Supervised Learning

2020-04-18 · Zhengyang Feng, Qianyu Zhou, Qiqi Gu, Xin Tan 외

Recent semi-supervised learning methods use pseudo supervision as core idea, especially self-training methods that generate pseudo labels. However, pseudo labels are unreliable. Self-training methods usually rely on sing…

image-classificationImage ClassificationPseudo LabelSemantic Segmentation+2

CoVar: Confidence-Variance-Guided Pseudo-Label Selection for Semi-Supervised Learning

2026-01-16 · Jinshi Liu, Lei He, Pan Liu arxiv

Pseudo-label selection in semi-supervised learning is commonly driven by maximum-confidence thresholds, yet confidence alone can be unreliable under model overconfidence and class imbalance. We propose CoVar, a confidenc…

PEFAT: Boosting Semi-Supervised Medical Image Classification via Pseudo-Loss Estimation and Feature Adversarial Training

2023-01-01 · CVPR 2023 1 · Qingjie Zeng, Yutong Xie, Zilin Lu, Yong Xia

Pseudo-labeling approaches have been proven beneficial for semi-supervised learning (SSL) schemes in computer vision and medical imaging. Most works are dedicated to finding samples with high-confidence pseudo-labels…

image-classificationImage ClassificationMedical Image ClassificationSemi-supervised Medical Image Classification