TL;DR
This paper identifies five internal failure mechanisms causing false negatives in object detectors, analyzes their prevalence in different datasets, and highlights the importance of understanding these mechanisms for robotics applications.
Contribution
It introduces a framework to quantify false negative mechanisms in object detectors and compares their occurrence across benchmark and robotics datasets.
Findings
False negative mechanisms vary significantly between datasets.
Robotics datasets exhibit different failure patterns than benchmark datasets.
Understanding these mechanisms can improve detector deployment in robotics.
Abstract
In object detection, false negatives arise when a detector fails to detect a target object. To understand why object detectors produce false negatives, we identify five 'false negative mechanisms', where each mechanism describes how a specific component inside the detector architecture failed. Focusing on two-stage and one-stage anchor-box object detector architectures, we introduce a framework for quantifying these false negative mechanisms. Using this framework, we investigate why Faster R-CNN and RetinaNet fail to detect objects in benchmark vision datasets and robotics datasets. We show that a detector's false negative mechanisms differ significantly between computer vision benchmark datasets and robotics deployment scenarios. This has implications for the translation of object detectors developed for benchmark datasets to robotics applications. Code is publicly available at…
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
MethodsFeature Pyramid Network · 1x1 Convolution · Softmax · Region Proposal Network · Focal Loss · Convolution · RoIPool · RetinaNet · Faster R-CNN
