paper-with-me

Papers

Revisiting Active Learning under (Human) Label Variation

2025-07-03 · Cornelia Gruber, Helen Alber, Bernd Bischl, Göran Kauermann, Barbara Plank, Matthias Aßenmacher arxiv

Access to high-quality labeled data remains a limiting factor in applied supervised learning. While label variation (LV), i.e., differing labels for the same instance, is common, especially in natural language processing, annotation frameworks often still rest on the assumption of a single ground truth. This overlooks human label variation (HLV), the occurrence of plausible differences in annotations, as an informative signal. Similarly, active learning (AL), a popular approach to optimizing the use of limited annotation budgets in training ML models, often relies on at least one of several simplifying assumptions, which rarely hold in practice when acknowledging HLV. In this paper, we examine foundational assumptions about truth and label nature, highlighting the need to decompose observed LV into signal (e.g., HLV) and noise (e.g., annotation error). We survey how the AL and (H)LV communities have addressed -- or neglected -- these distinctions and propose a conceptual framework for incorporating HLV throughout the AL loop, including instance selection, annotator choice, and label representation. We further discuss the integration of large language models (LLM) as annotators. Our work aims to lay a conceptual foundation for HLV-aware active learning, better reflecting the complexities of real-world annotation.

📄 PDF Abstract BibTeX arXiv:2507.02593

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learning

Similar Papers 제목 키워드 기반

Deep Active Re-Labeling: Toward Noise-Resilient Annotation Efficiency

2026-06-07 · Md Abdullah Al Forhad, Weishi Shi arxiv

While Deep Active Learning (DAL) effectively reduces human annotation costs, its efficacy is constrained by human annotation errors. This is because the data sampled for active learning is assumed to be highly informativ…

Active Learning

Active Transfer Learning with Zero-Shot Priors: Reusing Past Datasets for Future Tasks

2015-10-06 · ICCV 2015 12 · Efstratios Gavves, Thomas Mensink, Tatiana Tommasi, Cees G. M. Snoek 외

How can we reuse existing knowledge, in the form of available datasets, when solving a new and apparently unrelated target task from a set of unlabeled data? In this work we make a first contribution to answer this quest…

Active LearningGeneral Classificationimage-classificationImage Classification+1

HAL3D: Hierarchical Active Learning for Fine-Grained 3D Part Labeling

2023-01-25 · ICCV 2023 1 · Fenggen Yu, Yiming Qian, Francisca Gil-Ureta, Brian Jackson 외

We present the first active learning tool for fine-grained 3D part labeling, a problem which challenges even the most advanced deep learning (DL) methods due to the significant structural variations among the small and i…

Active Learning

Revisiting Perceptron: Efficient and Label-Optimal Learning of Halfspaces

2017-02-18 · NeurIPS 2017 12 · Songbai Yan, Chicheng Zhang

It has been a long-standing problem to efficiently learn a halfspace using as few labels as possible in the presence of noise. In this work, we propose an efficient Perceptron-based algorithm for actively learning homoge…

Active Learning

Revisiting Active Sets for Gaussian Process Decoders

2022-09-10 · Pablo Moreno-Muñoz, Cilie W Feldager, Søren Hauberg

Decoders built on Gaussian processes (GPs) are enticing due to the marginalisation over the non-linear function space. Such models (also known as GP-LVMs) are often expensive and notoriously difficult to train in practic…

DecoderGaussian ProcessesVariational Inference