English

Stochastic-YOLO: Efficient Probabilistic Object Detection under Dataset Shifts

Computer Vision and Pattern Recognition 2020-11-09 v2 Machine Learning Robotics

Abstract

In image classification tasks, the evaluation of models' robustness to increased dataset shifts with a probabilistic framework is very well studied. However, object detection (OD) tasks pose other challenges for uncertainty estimation and evaluation. For example, one needs to evaluate both the quality of the label uncertainty (i.e., what?) and spatial uncertainty (i.e., where?) for a given bounding box, but that evaluation cannot be performed with more traditional average precision metrics (e.g., mAP). In this paper, we adapt the well-established YOLOv3 architecture to generate uncertainty estimations by introducing stochasticity in the form of Monte Carlo Dropout (MC-Drop), and evaluate it across different levels of dataset shift. We call this novel architecture Stochastic-YOLO, and provide an efficient implementation to effectively reduce the burden of the MC-Drop sampling mechanism at inference time. Finally, we provide some sensitivity analyses, while arguing that Stochastic-YOLO is a sound approach that improves different components of uncertainty estimations, in particular spatial uncertainties.

Keywords

Cite

@article{arxiv.2009.02967,
  title  = {Stochastic-YOLO: Efficient Probabilistic Object Detection under Dataset Shifts},
  author = {Tiago Azevedo and René de Jong and Matthew Mattina and Partha Maji},
  journal= {arXiv preprint arXiv:2009.02967},
  year   = {2020}
}

Comments

To appear in the Workshop on Machine Learning for Autonomous Driving (ML4AD) at NeurIPS 2020. 9 pages, 7 figures

R2 v1 2026-06-23T18:21:18.947Z