paper-with-me

홈 › Papers

Minority Reports: Balancing Cost and Quality in Ground Truth Data Annotation

2025-04-12 · Hsuan Wei Liao, Christopher Klugmann, Daniel Kondermann, Rafid Mahmood

High-quality data annotation is an essential but laborious and costly aspect of developing machine learning-based software. We explore the inherent tradeoff between annotation accuracy and cost by detecting and removing minority reports -- instances where annotators provide incorrect responses -- that indicate unnecessary redundancy in task assignments. We propose an approach to prune potentially redundant annotation task assignments before they are executed by estimating the likelihood of an annotator disagreeing with the majority vote for a given task. Our approach is informed by an empirical analysis over computer vision datasets annotated by a professional data annotation platform, which reveals that the likelihood of a minority report event is dependent primarily on image ambiguity, worker variability, and worker fatigue. Simulations over these datasets show that we can reduce the number of annotations required by over 60% with a small compromise in label quality, saving approximately 6.6 days-equivalent of labor. Our approach provides annotation service platforms with a method to balance cost and dataset quality. Machine learning practitioners can tailor annotation accuracy levels according to specific application needs, thereby optimizing budget allocation while maintaining the data quality necessary for critical settings like autonomous driving technology.

📄 PDF Abstract BibTeX arXiv:2504.09341

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Driving

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

To SMOTE, or not to SMOTE?

2022-01-21 · Yotam Elor, Hadar Averbuch-Elor

Balancing the data before training a classifier is a popular technique to address the challenges of imbalanced binary classification in tabular data. Balancing is commonly achieved by duplication of minority samples or b…

Binary Classification

Surprisingly Popular Voting for Concentric Rank-Order Models

2024-11-13 · Hadi Hosseini, Debmalya Mandal, Amrit Puhan

An important problem on social information sites is the recovery of ground truth from individual reports when the experts are in the minority. The wisdom of the crowd, i.e. the collective opinion of a group of individual…

BAGAN: Data Augmentation with Balancing GAN

2018-03-26 · Giovanni Mariani, Florian Scheidegger, Roxana Istrate, Costas Bekas 외

Image classification datasets are often imbalanced, characteristic that negatively affects the accuracy of deep-learning classifiers. In this work we propose balancing GAN (BAGAN) as an augmentation tool to restore balan…

Data Augmentationimage-classificationImage Classification

Enhanced Balancing GAN: Minority-class Image Generation

2020-10-31 · Gaofeng Huang, Amir H. Jafari

Generative adversarial networks (GANs) are one of the most powerful generative models, but always require a large and balanced dataset to train. Traditional GANs are not applicable to generate minority-class images in a …

Image Generation

CReST: A Class-Rebalancing Self-Training Framework for Imbalanced Semi-Supervised Learning

2021-02-18 · CVPR 2021 1 · Chen Wei, Kihyuk Sohn, Clayton Mellina, Alan Yuille 외

Semi-supervised learning on class-imbalanced data, although a realistic problem, has been under studied. While existing semi-supervised learning (SSL) methods are known to perform poorly on minority classes, we find that…