Optimal Labeler Assignment and Sampling for Active Learning in the Presence of Imperfect Labels
By: Pouya Ahadi , Blair Winograd , Camille Zaug and more
Active Learning (AL) has garnered significant interest across various application domains where labeling training data is costly. AL provides a framework that helps practitioners query informative samples for annotation by oracles (labelers). However, these labels often contain noise due to varying levels of labeler accuracy. Additionally, uncertain samples are more prone to receiving incorrect labels because of their complexity. Learning from imperfectly labeled data leads to an inaccurate classifier. We propose a novel AL framework to construct a robust classification model by minimizing noise levels. Our approach includes an assignment model that optimally assigns query points to labelers, aiming to minimize the maximum possible noise within each cycle. Additionally, we introduce a new sampling method to identify the best query points, reducing the impact of label noise on classifier performance. Our experiments demonstrate that our approach significantly improves classification performance compared to several benchmark methods.
Similar Papers
The Role of Active Learning in Modern Machine Learning
Machine Learning (CS)
Makes AI learn better with less data.
Active Learning with a Noisy Annotator
Machine Learning (CS)
Finds good examples to teach computers, even with mistakes.
Active Learning Methods for Efficient Data Utilization and Model Performance Enhancement
Machine Learning (CS)
Teaches computers to learn with less examples.