December 2019
tl;dr: Proposes a new metric for probabilistic detection.
Proposed a benchmark PDQ (probabilistic detection quality) to evaluate probabilistic object detectors.
- Only pixels in the original mask is counted as TP. Only pixels not in the original bbox is counted as FP.
- For bbox annotation, we can use the bbox as the mask.
- Summary of technical details
- A Mask-RCNN Baseline for Probabilistic Object Detection provides a benchmark with mask rcnn. The authors change the output of mask rcnn to probabilistic approach by
- shrinking bbox by 10%
- set uncertainty to 20% of width/height