paper-with-me

Papers

Curriculum Labeling: Revisiting Pseudo-Labeling for Semi-Supervised Learning

2020-01-16 · Paola Cascante-Bonilla, Fuwen Tan, Yanjun Qi, Vicente Ordonez

In this paper we revisit the idea of pseudo-labeling in the context of semi-supervised learning where a learning algorithm has access to a small set of labeled samples and a large set of unlabeled samples. Pseudo-labeling works by applying pseudo-labels to samples in the unlabeled set by using a model trained on the combination of the labeled samples and any previously pseudo-labeled samples, and iteratively repeating this process in a self-training cycle. Current methods seem to have abandoned this approach in favor of consistency regularization methods that train models under a combination of different styles of self-supervised losses on the unlabeled samples and standard supervised losses on the labeled samples. We empirically demonstrate that pseudo-labeling can in fact be competitive with the state-of-the-art, while being more resilient to out-of-distribution samples in the unlabeled set. We identify two key factors that allow pseudo-labeling to achieve such remarkable results (1) applying curriculum learning principles and (2) avoiding concept drift by restarting model parameters before each self-training cycle. We obtain 94.91% accuracy on CIFAR-10 using only 4,000 labeled samples, and 68.87% top-1 accuracy on Imagenet-ILSVRC using only 10% of the labeled samples. The code is available at https://github.com/uvavision/Curriculum-Labeling

📄 PDF Abstract BibTeX arXiv:2001.06001

Code (1)

uvavision/Curriculum-Labeling 공식 구현 pytorch

Tasks

Image Classification

Similar Papers 제목 키워드 기반

Revisiting Self-Training with Regularized Pseudo-Labeling for Tabular Data

2023-02-27 · Minwook Kim, Juseong Kim, Giltae Song

Recent progress in semi- and self-supervised learning has caused a rift in the long-held belief about the need for an enormous amount of labeled data for machine learning and the irrelevancy of unlabeled data. Although i…

Self-Supervised Learning

Cross Pseudo-Labeling for Semi-Supervised Audio-Visual Source Localization

2024-03-05 · Yuxin Guo, Shijie Ma, Yuhao Zhao, Hu Su 외

Audio-Visual Source Localization (AVSL) is the task of identifying specific sounding objects in the scene given audio cues. In our work, we focus on semi-supervised AVSL with pseudo-labeling. To address the issues with v…

Pseudo Label

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 …

Semi-Supervised Domain Generalization with Evolving Intermediate Domain

2021-11-19 · Luojun Lin, Han Xie, Zhishu Sun, WeiJie Chen 외

Domain Generalization (DG) aims to generalize a model trained on multiple source domains to an unseen target domain. The source domains always require precise annotations, which can be cumbersome or even infeasible to ob…

Domain GeneralizationSemi-Supervised Domain Generalization

CRUPL: A Semi-Supervised Cyber Attack Detection with Consistency Regularization and Uncertainty-aware Pseudo-Labeling in Smart Grid

2025-03-01 · Smruti P. Dash, Kedar V. Khandeparkar, Nipun Agrawal

The modern power grids are integrated with digital technologies and automation systems. The inclusion of digital technologies has made the smart grids vulnerable to cyber-attacks. Cyberattacks on smart grids can compromi…

Cyber Attack DetectionIntrusion Detection