GroupEnsemble: Efficient Uncertainty Estimation for DETR-based Object Detection
Yutong Yang, Katarina Popovi\'c, Julian Wiederer, Markus Braun, Vasileios Belagiannis, Bin Yang

TL;DR
GroupEnsemble is a novel method that efficiently estimates uncertainty in DETR-based object detection by parallelizing multiple detection sets in a single forward pass, improving reliability assessment with lower computational cost.
Contribution
It introduces a new ensemble approach that predicts multiple detection sets simultaneously, capturing spatial uncertainty without multiple inference passes.
Findings
Outperforms Deep Ensembles on several metrics.
Achieves uncertainty estimation in a single forward pass.
Reduces computational cost compared to traditional ensemble methods.
Abstract
Detection Transformer (DETR) and its variants show strong performance on object detection, a key task for autonomous systems. However, a critical limitation of these models is that their confidence scores only reflect semantic uncertainty, failing to capture the equally important spatial uncertainty. This results in an incomplete assessment of the detection reliability. On the other hand, Deep Ensembles can tackle this by providing high-quality spatial uncertainty estimates. However, their immense memory consumption makes them impractical for real-world applications. A cheaper alternative, Monte Carlo (MC) Dropout, suffers from high latency due to the need of multiple forward passes during inference to estimate uncertainty. To address these limitations, we introduce GroupEnsemble, an efficient and effective uncertainty estimation method for DETR-like models. GroupEnsemble…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Autonomous Vehicle Technology and Safety
