CVDec 3, 2021

The Box Size Confidence Bias Harms Your Object Detector

arXiv:2112.01901v18 citations
Originality Incremental advance
AI Analysis

This addresses reliability issues in object detection for applications requiring accurate confidence estimates, offering a practical improvement over existing methods.

The paper tackles the problem of confidence bias in object detectors with respect to object size, proving it harms performance and proposing a conditional calibration method that improves mAP by up to 0.6-0.8 without extra data.

Countless applications depend on accurate predictions with reliable confidence estimates from modern object detectors. It is well known, however, that neural networks including object detectors produce miscalibrated confidence estimates. Recent work even suggests that detectors' confidence predictions are biased with respect to object size and position, but it is still unclear how this bias relates to the performance of the affected object detectors. We formally prove that the conditional confidence bias is harming the expected performance of object detectors and empirically validate these findings. Specifically, we demonstrate how to modify the histogram binning calibration to not only avoid performance impairment but also improve performance through conditional confidence calibration. We further find that the confidence bias is also present in detections generated on the training data of the detector, which we leverage to perform our de-biasing without using additional data. Moreover, Test Time Augmentation magnifies this bias, which results in even larger performance gains from our calibration method. Finally, we validate our findings on a diverse set of object detection architectures and show improvements of up to 0.6 mAP and 0.8 mAP50 without extra data or training.

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