paper-with-me

Papers

Active Self-Semi-Supervised Learning for Few Labeled Samples

2022-03-09 · Ziting Wen, Oscar Pizarro, Stefan Williams

Training deep models with limited annotations poses a significant challenge when applied to diverse practical domains. Employing semi-supervised learning alongside the self-supervised model offers the potential to enhance label efficiency. However, this approach faces a bottleneck in reducing the need for labels. We observed that the semi-supervised model disrupts valuable information from self-supervised learning when only limited labels are available. To address this issue, this paper proposes a simple yet effective framework, active self-semi-supervised learning (AS3L). AS3L bootstraps semi-supervised models with prior pseudo-labels (PPL). These PPLs are obtained by label propagation over self-supervised features. Based on the observations the accuracy of PPL is not only affected by the quality of features but also by the selection of the labeled samples. We develop active learning and label propagation strategies to obtain accurate PPL. Consequently, our framework can significantly improve the performance of models in the case of limited annotations while demonstrating fast convergence. On the image classification tasks across four datasets, our method outperforms the baseline by an average of 5.4\%. Additionally, it achieves the same accuracy as the baseline method in about 1/3 of the training time.

📄 PDF Abstract BibTeX arXiv:2203.04560

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learningimage-classificationImage ClassificationSelf-Supervised Learning

Similar Papers 제목 키워드 기반

A Review of Pseudo-Labeling for Computer Vision

2024-08-13 · Patrick Kage, Jay C. Rothenberger, Pavlos Andreadis, Dimitrios I. Diochnos

Deep neural models have achieved state of the art performance on a wide range of problems in computer science, especially in computer vision. However, deep neural networks often require large datasets of labeled samples …

A Semi-Supervised Self-Organizing Map for Clustering and Classification

2019-07-01 · Pedro H. M. Braga, Hansenclever F. Bassani

There has been an increasing interest in semi-supervised learning in the recent years because of the great number of datasets with a large number of unlabeled data but only a few labeled samples. Semi-supervised learning…

ClusteringGeneral Classification

Exploiting Diversity of Unlabeled Data for Label-Efficient Semi-Supervised Active Learning

2022-07-25 · Felix Buchert, Nassir Navab, Seong Tae Kim

The availability of large labeled datasets is the key component for the success of deep learning. However, annotating labels on large datasets is generally time-consuming and expensive. Active learning is a research area…

Active LearningDiversityRepresentation Learning

Self-semi-supervised Learning to Learn from NoisyLabeled Data

2020-11-03 · Jiacheng Wang, Yue Ma, Shuang Gao

The remarkable success of today's deep neural networks highly depends on a massive number of correctly labeled data. However, it is rather costly to obtain high-quality human-labeled data, leading to the active research …

ActiveMatch: End-to-end Semi-supervised Active Representation Learning

2021-10-06 · Xinkai Yuan, Zilinghan Li, Gaoang Wang

Semi-supervised learning (SSL) is an efficient framework that can train models with both labeled and unlabeled data, but may generate ambiguous and non-distinguishable representations when lacking adequate labeled sample…

Active LearningContrastive LearningRepresentation Learning