Rethinking Detection Calibration: A Coordinate Perspective
Abstract
Deep learning based object detectors require trustworthinessbeyond competitive detection performance, but deep neural networks areprone to overconfident predictions, assigning high confidence scores topredictions that are likely to be inaccurate. To improve the alignmentbetween confidence scores and prediction accuracy, existing methodscalibrate confidence scores based on box-level localization, such as pre-cision or intersection over union with the ground truth bounding box.However, box-level localization reflects only a measure of agreement be-tween the predicted box and the ground truth, resulting in calibratedconfidence scores for box-level accuracy failing to capture the localizationaccuracy of coordinates of box. To tackle this issue, we propose a novelpost-hoc calibration framework, rethinking detection calibration (ReDC),which provides reliable coordinate-level confidence scores, including di-rectional information. The proposed framework defines coordinate-wisealignment and deviation direction between predictions and ground truth.Based on the alignment measure, confidence re-encoding produces reliablecoordinate-level confidence scores, while directional displacement estima-tion predicts coordinate-wise deviation directions. Extensive experimentsunder in-domain and out-domain scenarios demonstrate that the proposedapproach expresses the coordinate-wise localization of detected objectsmore precisely than existing methods. Furthermore, our method coversthe representational scope of prior calibration approaches by aggregatingcoordinate-level confidence scores into box-level localization.