Can We Trust Bounding Box Annotations for Object Detection?

Abstract

Object detection is a classical problem in computer vision, and the vast majority of approaches require large annotated datasets for training and evaluation purposes. The most popular representations are bounding boxes (BBs), usually defined as the minimal-area rectangle that encompasses the whole object region. However, the annotation process presents some subjectiveness (particularly when occlusions are present), and its quality might get degraded when the annotators get tired. Comparing BBs is crucial for evaluation purposes, and the Intersection-over-Union (IoU) is the standard similarity metric. In this paper, we provide theoretical and experimental results indicating that the IoU can be strongly affected even by small annotation discrepancies in popular datasets used for object detection. As a consequence, the Average Precision (AP) value commonly used to evaluate object detectors is also influenced by annotation bias or noise, particularly for small objects and tighter IoU thresholds.

Cite

Text

Murrugarra-Llerena et al. "Can We Trust Bounding Box Annotations for Object Detection?." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2022. doi:10.1109/CVPRW56347.2022.00528

Markdown

[Murrugarra-Llerena et al. "Can We Trust Bounding Box Annotations for Object Detection?." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2022.](https://mlanthology.org/cvprw/2022/murrugarrallerena2022cvprw-we/) doi:10.1109/CVPRW56347.2022.00528

BibTeX

@inproceedings{murrugarrallerena2022cvprw-we,
  title     = {{Can We Trust Bounding Box Annotations for Object Detection?}},
  author    = {Murrugarra-Llerena, Jeffri and Kirsten, Lucas N. and Jung, Cláudio R.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2022},
  pages     = {4812-4821},
  doi       = {10.1109/CVPRW56347.2022.00528},
  url       = {https://mlanthology.org/cvprw/2022/murrugarrallerena2022cvprw-we/}
}