Object Detection as Probabilistic Set Prediction
Abstract
Accurate uncertainty estimates are essential for deploying deep object detectors in safety-critical systems. The development and evaluation of probabilistic object detectors have been hindered by shortcomings in existing performance measures, which tend to involve arbitrary thresholds or limit the detector’s choice of distributions. In this work, we propose to view object detection as a set prediction task where detectors predict the distribution over the set of objects. Using the negative log-likelihood for random finite sets, we present a proper scoring rule for evaluating and training probabilistic object detectors. The proposed method can be applied to existing probabilistic detectors, is free from thresholds, and enables fair comparison between architectures. Three different types of detectors are evaluated on the COCO dataset. Our results indicate that the training of existing detectors is optimized toward non-probabilistic metrics. We hope to encourage the development of new object detectors that can accurately estimate their own uncertainty.
Cite
Text
Hess et al. "Object Detection as Probabilistic Set Prediction." Proceedings of the European Conference on Computer Vision (ECCV), 2022. doi:10.1007/978-3-031-20080-9_32Markdown
[Hess et al. "Object Detection as Probabilistic Set Prediction." Proceedings of the European Conference on Computer Vision (ECCV), 2022.](https://mlanthology.org/eccv/2022/hess2022eccv-object/) doi:10.1007/978-3-031-20080-9_32BibTeX
@inproceedings{hess2022eccv-object,
title = {{Object Detection as Probabilistic Set Prediction}},
author = {Hess, Georg and Petersson, Christoffer and Svensson, Lennart},
booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
year = {2022},
doi = {10.1007/978-3-031-20080-9_32},
url = {https://mlanthology.org/eccv/2022/hess2022eccv-object/}
}