CVLGMLApr 28, 2020

Multivariate Confidence Calibration for Object Detection

arXiv:2004.13546v1140 citations
AI Analysis

This addresses a critical need for safety-critical applications by providing the first method to calibrate confidence in object detection, though it is incremental in extending classifier calibration techniques.

The paper tackles the problem of biased confidence estimates in object detection, presenting a novel framework that uses regression output for calibration and outperforms state-of-the-art models, achieving reliable estimates across locations and scales.

Unbiased confidence estimates of neural networks are crucial especially for safety-critical applications. Many methods have been developed to calibrate biased confidence estimates. Though there is a variety of methods for classification, the field of object detection has not been addressed yet. Therefore, we present a novel framework to measure and calibrate biased (or miscalibrated) confidence estimates of object detection methods. The main difference to related work in the field of classifier calibration is that we also use additional information of the regression output of an object detector for calibration. Our approach allows, for the first time, to obtain calibrated confidence estimates with respect to image location and box scale. In addition, we propose a new measure to evaluate miscalibration of object detectors. Finally, we show that our developed methods outperform state-of-the-art calibration models for the task of object detection and provides reliable confidence estimates across different locations and scales.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes