paper-with-me

홈 › Papers

Rethinking deep active learning: Using unlabeled data at model training

2019-11-19 · Oriane Siméoni, Mateusz Budnik, Yannis Avrithis, Guillaume Gravier

Active learning typically focuses on training a model on few labeled examples alone, while unlabeled ones are only used for acquisition. In this work we depart from this setting by using both labeled and unlabeled data during model training across active learning cycles. We do so by using unsupervised feature learning at the beginning of the active learning pipeline and semi-supervised learning at every active learning cycle, on all available data. The former has not been investigated before in active learning, while the study of latter in the context of deep learning is scarce and recent findings are not conclusive with respect to its benefit. Our idea is orthogonal to acquisition strategies by using more data, much like ensemble methods use more models. By systematically evaluating on a number of popular acquisition strategies and datasets, we find that the use of unlabeled data during model training brings a surprising accuracy improvement in image classification, compared to the differences between acquisition strategies. We thus explore smaller label budgets, even one label per class.

📄 PDF Abstract BibTeX arXiv:1911.08177

Code (1)

osimeoni/RethinkingDeepActiveLearning 공식 구현 pytorch

Tasks

Active Learningimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Rethinking Open-World Semi-Supervised Learning: Distribution Mismatch and Inductive Inference

2024-05-31 · Seongheon Park, Hyuk Kwon, Kwanghoon Sohn, Kibok Lee

Open-world semi-supervised learning (OWSSL) extends conventional semi-supervised learning to open-world scenarios by taking account of novel categories in unlabeled datasets. Despite the recent advancements in OWSSL, the…

Open-World Semi-Supervised Learning

Rethinking Epistemic and Aleatoric Uncertainty for Active Open-Set Annotation: An Energy-Based Approach

2025-02-27 · CVPR 2025 1 · Chen-Chen Zong, Sheng-Jun Huang

Active learning (AL), which iteratively queries the most informative examples from a large pool of unlabeled candidates for model training, faces significant challenges in the presence of open-set classes. Existing metho…

Active Learning

One-shot Entropy Minimization

2025-05-26 · Zitian Gao, Lynx Chen, Joey Zhou, Bryan Dai

We trained 13,440 large language models and found that entropy minimization requires only a single unlabeled data and 10 steps optimization to achieve performance improvements comparable to or even greater than those obt…

reinforcement-learningReinforcement Learning

The Use of Unlabeled Data versus Labeled Data for Stopping Active Learning for Text Classification

2019-01-26 · Garrett Beatty, Ethan Kochis, Michael Bloodgood

Annotation of training data is the major bottleneck in the creation of text classification systems. Active learning is a commonly used technique to reduce the amount of training data one needs to label. A crucial aspect …

Active LearningGeneral Classificationtext-classificationText Classification

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