paper-with-me

Papers

ActiveLab: Active Learning with Re-Labeling by Multiple Annotators

2023-01-27 · Hui Wen Goh, Jonas Mueller

In real-world data labeling applications, annotators often provide imperfect labels. It is thus common to employ multiple annotators to label data with some overlap between their examples. We study active learning in such settings, aiming to train an accurate classifier by collecting a dataset with the fewest total annotations. Here we propose ActiveLab, a practical method to decide what to label next that works with any classifier model and can be used in pool-based batch active learning with one or multiple annotators. ActiveLab automatically estimates when it is more informative to re-label examples vs. labeling entirely new ones. This is a key aspect of producing high quality labels and trained models within a limited annotation budget. In experiments on image and tabular data, ActiveLab reliably trains more accurate classifiers with far fewer annotations than a wide variety of popular active learning methods.

📄 PDF Abstract BibTeX arXiv:2301.11856

Code (1)

cleanlab/cleanlab pytorch

Tasks

Active Learning

Similar 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 av…

Active Learning

Multi-Label Active Learning from Crowds

2015-08-04 · Shao-Yuan Li, Yuan Jiang, Zhi-Hua Zhou

Multi-label active learning is a hot topic in reducing the label cost by optimally choosing the most valuable instance to query its label from an oracle. In this paper, we consider the poolbased multi-label active learni…

Active LearningDiversity

Calpric: Inclusive and Fine-grain Labeling of Privacy Policies with Crowdsourcing and Active Learning

2024-01-16 · Wenjun Qiu, David Lie, Lisa Austin

A significant challenge to training accurate deep learning models on privacy policies is the cost and difficulty of obtaining a large and comprehensive set of training data. To address these challenges, we present Calpri…

16kActive Learning

Deep Active Learning with Crowdsourcing Data for Privacy Policy Classification

2020-08-07 · Wenjun Qiu, David Lie

Privacy policies are statements that notify users of the services' data practices. However, few users are willing to read through policy texts due to the length and complexity. While automated tools based on machine lear…

Active LearningClassificationGeneral Classification

Hands-On Tutorial: Labeling with LLM and Human-in-the-Loop

2024-11-07 · Ekaterina Artemova, Akim Tsvigun, Dominik Schlechtweg, Natalia Fedorova 외

Training and deploying machine learning models relies on a large amount of human-annotated data. As human labeling becomes increasingly expensive and time-consuming, recent research has developed multiple strategies to s…

Active Learning