Drawing the Same Bounding Box Twice? Coping Noisy Annotations in Object Detection with Repeated Labels
David Tschirschwitz, Christian Benz, Morris Florek, Henrik Norderhus,, Benno Stein, Volker Rodehorst

TL;DR
This paper introduces a novel localization algorithm that enhances object detection and segmentation by effectively aggregating repeated noisy labels, improving reliability in test data and training scenarios under certain conditions.
Contribution
It adapts ground truth estimation methods for object detection, transforming localization and classification into classification-only problems for better label aggregation.
Findings
The algorithm outperforms noisy label training and Weighted Boxes Fusion on the TexBiG dataset.
Repeated labeling benefits depend on dataset complexity, annotator consistency, and annotation budget.
The method improves test data reliability and training performance in specific annotation settings.
Abstract
The reliability of supervised machine learning systems depends on the accuracy and availability of ground truth labels. However, the process of human annotation, being prone to error, introduces the potential for noisy labels, which can impede the practicality of these systems. While training with noisy labels is a significant consideration, the reliability of test data is also crucial to ascertain the dependability of the results. A common approach to addressing this issue is repeated labeling, where multiple annotators label the same example, and their labels are combined to provide a better estimate of the true label. In this paper, we propose a novel localization algorithm that adapts well-established ground truth estimation methods for object detection and instance segmentation tasks. The key innovation of our method lies in its ability to transform combined localization and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Machine Learning and Data Classification · Domain Adaptation and Few-Shot Learning
MethodsLocalization-Aware Expectation-Maximization
