paper-with-me

Papers

Single Shot Active Learning using Pseudo Annotators

2018-05-17 · Yazhou Yang, Marco Loog

Standard myopic active learning assumes that human annotations are always obtainable whenever new samples are selected. This, however, is unrealistic in many real-world applications where human experts are not readily available at all times. In this paper, we consider the single shot setting: all the required samples should be chosen in a single shot and no human annotation can be exploited during the selection process. We propose a new method, Active Learning through Random Labeling (ALRL), which substitutes single human annotator for multiple, what we will refer to as, pseudo annotators. These pseudo annotators always provide uniform and random labels whenever new unlabeled samples are queried. This random labeling enables standard active learning algorithms to also exhibit the exploratory behavior needed for single shot active learning. The exploratory behavior is further enhanced by selecting the most representative sample via minimizing nearest neighbor distance between unlabeled samples and queried samples. Experiments on real-world datasets demonstrate that the proposed method outperforms several state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:1805.06660

Code (1)

YazhouTUD/single_shot_AL 공식 구현

Tasks

Active Learning

Similar Papers 제목 키워드 기반

Generative Active Testing: Efficient LLM Evaluation via Proxy Task Adaptation

2026-02-26 · Aashish Anantha Ramakrishnan, Ardavan Saeedi, Hamid Reza Hassanzadeh, Fazlolah Mohaghegh 외 arxiv

With the widespread adoption of pre-trained Large Language Models (LLM), there exists a high demand for task-specific test sets to benchmark their performance in domains such as healthcare and biomedicine. However, the c…

Generative Question Answering

LLMaAA: Making Large Language Models as Active Annotators

2023-10-30 · Ruoyu Zhang, Yanzeng Li, Yongliang Ma, Ming Zhou 외

Prevalent supervised learning methods in natural language processing (NLP) are notoriously data-hungry, which demand large amounts of high-quality annotated data. In practice, acquiring such data is a costly endeavor. Re…

Active LearningDataset Generationnamed-entity-recognitionNamed Entity Recognition+1

SelfPrompt: Confidence-Aware Semi-Supervised Tuning for Robust Vision-Language Model Adaptation

2025-01-24 · Shuvendu Roy, Ali Etemad

We present SelfPrompt, a novel prompt-tuning approach for vision-language models (VLMs) in a semi-supervised learning setup. Existing methods for tuning VLMs in semi-supervised setups struggle with the negative impact of…

Language ModelingLanguage ModellingPseudo LabelWeakly-supervised Learning

SoCal: Selective Oracle Questioning for Consistency-based Active Learning of Physiological Signals

2021-01-01 · Dani Kiyasseh, Tingting Zhu, David A. Clifton

The ubiquity and rate of collection of physiological signals produce large, unlabelled datasets. Active learning (AL) can exploit such datasets by incorporating human annotators (oracles) to improve generalization perfor…

Active LearningPseudo Label

NeuralAnnot: Neural Annotator for 3D Human Mesh Training Sets

2020-11-23 · Gyeongsik Moon, Hongsuk Choi, Kyoung Mu Lee

Most 3D human mesh regressors are fully supervised with 3D pseudo-GT human model parameters and weakly supervised with GT 2D/3D joint coordinates as the 3D pseudo-GTs bring great performance gain. The 3D pseudo-GTs are o…