Do We Still Need Non-Maximum Suppression? Accurate Confidence Estimates and Implicit Duplication Modeling with IoU-Aware Calibration
Johannes Gilg, Torben Teepe, Fabian Herzog, Philipp Wolters, and Gerhard Rigoll

TL;DR
This paper introduces IoU-aware calibration, a method that replaces traditional non-maximum suppression in object detection, improving confidence calibration and duplicate detection without added complexity.
Contribution
The authors propose a novel IoU-aware calibration technique that implicitly models duplicate detections, eliminating the need for non-maximum suppression and enhancing confidence estimates.
Findings
Improves calibration accuracy over standard NMS methods
Successfully models duplicate detections with empirical precision estimates
Achieves performance gains while reducing complexity
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Remote-Sensing Image Classification · Distributed Sensor Networks and Detection Algorithms
