paper-with-me

Papers

Cost-Accuracy Aware Adaptive Labeling for Active Learning

2021-05-24 · Ruijiang Gao, Maytal Saar-Tsechansky

Conventional active learning algorithms assume a single labeler that produces noiseless label at a given, fixed cost, and aim to achieve the best generalization performance for given classifier under a budget constraint. However, in many real settings, different labelers have different labeling costs and can yield different labeling accuracies. Moreover, a given labeler may exhibit different labeling accuracies for different instances. This setting can be referred to as active learning with diverse labelers with varying costs and accuracies, and it arises in many important real settings. It is therefore beneficial to understand how to effectively trade-off between labeling accuracy for different instances, labeling costs, as well as the informativeness of training instances, so as to achieve the best generalization performance at the lowest labeling cost. In this paper, we propose a new algorithm for selecting instances, labelers (and their corresponding costs and labeling accuracies), that employs generalization bound of learning with label noise to select informative instances and labelers so as to achieve higher generalization accuracy at a lower cost. Our proposed algorithm demonstrates state-of-the-art performance on five UCI and a real crowdsourcing dataset.

📄 PDF Abstract BibTeX arXiv:2105.11418

Code (1)

ruijiang81/AGB 공식 구현

Tasks

Active LearningInformativeness

Similar Papers 제목 키워드 기반

Cost-aware LLM-based Online Dataset Annotation

2025-05-21 · Eray Can Elumar, Cem Tekin, Osman Yagan

Recent advances in large language models (LLMs) have enabled automated dataset labeling with minimal human supervision. While majority voting across multiple LLMs can improve label reliability by mitigating individual mo…

MMLU

Dynamic Class-Aware Active Learning for Unbiased Satellite Image Segmentation

2026-04-10 · Gadi Hemanth Kumar, Athira Nambiar, Pankaj Bodani arxiv

Semantic segmentation of satellite imagery plays a vital role in land cover mapping and environmental monitoring. However, annotating large-scale, high-resolution satellite datasets is costly and time consuming, especial…

Semantic SegmentationImage SegmentationActive Learning

Fase-AL -- Adaptation of Fast Adaptive Stacking of Ensembles for Supporting Active Learning

2020-01-30 · Agustín Alejandro Ortiz-Díaz, Fabiano Baldo, Laura María Palomino Mariño, Alberto Verdecia Cabrera

Classification algorithms to mine data stream have been extensively studied in recent years. However, a lot of these algorithms are designed for supervised learning which requires labeled instances. Nevertheless, the lab…

Active LearningClassificationGeneral Classification

Cost-Quality Adaptive Active Learning for Chinese Clinical Named Entity Recognition

2020-08-28 · Tingting Cai, Yangming Zhou, Hong Zheng

Clinical Named Entity Recognition (CNER) aims to automatically identity clinical terminologies in Electronic Health Records (EHRs), which is a fundamental and crucial step for clinical research. To train a high-performan…

Active LearningInformativenessnamed-entity-recognitionNamed Entity Recognition+2

Active Learning: Problem Settings and Recent Developments

2020-12-08 · Hideitsu Hino

In supervised learning, acquiring labeled training data for a predictive model can be very costly, but acquiring a large amount of unlabeled data is often quite easy. Active learning is a method of obtaining predictive m…

Active Learning