paper-with-me

홈 › Papers

Do We Still Need Non-Maximum Suppression? Accurate Confidence Estimates and Implicit Duplication Modeling with IoU-Aware Calibration

2023-09-06 · Johannes Gilg, Torben Teepe, Fabian Herzog, Philipp Wolters, Gerhard Rigoll

Object detectors are at the heart of many semi- and fully autonomous decision systems and are poised to become even more indispensable. They are, however, still lacking in accessibility and can sometimes produce unreliable predictions. Especially concerning in this regard are the -- essentially hand-crafted -- non-maximum suppression algorithms that lead to an obfuscated prediction process and biased confidence estimates. We show that we can eliminate classic NMS-style post-processing by using IoU-aware calibration. IoU-aware calibration is a conditional Beta calibration; this makes it parallelizable with no hyper-parameters. Instead of arbitrary cutoffs or discounts, it implicitly accounts for the likelihood of each detection being a duplicate and adjusts the confidence score accordingly, resulting in empirically based precision estimates for each detection. Our extensive experiments on diverse detection architectures show that the proposed IoU-aware calibration can successfully model duplicate detections and improve calibration. Compared to the standard sequential NMS and calibration approach, our joint modeling can deliver performance gains over the best NMS-based alternative while producing consistently better-calibrated confidence predictions with less complexity. The \hyperlink{https://github.com/Blueblue4/IoU-AwareCalibration}{code} for all our experiments is publicly available.

📄 PDF Abstract BibTeX arXiv:2309.03110

Code (1)

blueblue4/iou-awarecalibration 공식 구현

Similar Papers 제목 키워드 기반

From Black-box to White-box: Examining Confidence Calibration under different Conditions

2021-01-08 · Franziska Schwaiger, Maximilian Henne, Fabian Küppers, Felippe Schmoeller Roza 외

Confidence calibration is a major concern when applying artificial neural networks in safety-critical applications. Since most research in this area has focused on classification in the past, confidence calibration in th…

Objectobject-detectionObject Detection

Object DGCNN: 3D Object Detection using Dynamic Graphs

2021-10-13 · NeurIPS 2021 12 · Yue Wang, Justin Solomon

3D object detection often involves complicated training and testing pipelines, which require substantial domain knowledge about individual datasets. Inspired by recent non-maximum suppression-free 2D object detection mod…

2D Object Detection3D Object DetectionAutonomous DrivingKnowledge Distillation+3

Acquisition of Localization Confidence for Accurate Object Detection

2018-07-30 · ECCV 2018 9 · Borui Jiang, Ruixuan Luo, Jiayuan Mao, Tete Xiao 외

Modern CNN-based object detectors rely on bounding box regression and non-maximum suppression to localize objects. While the probabilities for class labels naturally reflect classification confidence, localization confid…

General ClassificationObjectobject-detectionObject Detection+1

Hashing-based Non-Maximum Suppression for Crowded Object Detection

2020-05-22 · Jianfeng Wang, Xi Yin, Lijuan Wang, Lei Zhang

In this paper, we propose an algorithm, named hashing-based non-maximum suppression (HNMS) to efficiently suppress the non-maximum boxes for object detection. Non-maximum suppression (NMS) is an essential component to su…

object-detectionObject DetectionRegion Proposal

Confidence Propagation Cluster: Unleash Full Potential of Object Detectors

2021-12-01 · CVPR 2022 1 · Yichun Shen, Wanli Jiang, Zhen Xu, Rundong Li 외

It has been a long history that most object detection methods obtain objects by using the non-maximum suppression (NMS) and its improved versions like Soft-NMS to remove redundant bounding boxes. We challenge those NMS-b…

Objectobject-detectionObject Detection