paper-with-me

Papers

GroupEnsemble: Efficient Uncertainty Estimation for DETR-based Object Detection

2026-03-02 · Yutong Yang, Katarina Popović, Julian Wiederer, Markus Braun, Vasileios Belagiannis, Bin Yang arxiv

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 simultaneously predicts multiple individual detection sets by feeding additional diverse groups of object queries to the transformer decoder during inference. Each query group is transformed by the shared decoder in isolation and predicts a complete detection set for the same input. An attention mask is applied to the decoder to prevent inter-group query interactions, ensuring each group detects independently to achieve reliable ensemble-based uncertainty estimation. By leveraging the decoder's inherent parallelism, GroupEnsemble efficiently estimates uncertainty in a single forward pass without sequential repetition. We validated our method under autonomous driving scenes and common daily scenes using the Cityscapes and COCO datasets, respectively. The results show that a hybrid approach combining MC-Dropout and GroupEnsemble outperforms Deep Ensembles on several metrics at a fraction of the cost. The code is available at https://github.com/yutongy98/GroupEnsemble.

📄 PDF Abstract BibTeX arXiv:2603.01847

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingObject Detection

Similar Papers 제목 키워드 기반

An Uncertainty-aware DETR Enhancement Framework for Object Detection

2025-07-20 · Xingshu Chen, Sicheng Yu, Chong Cheng, Hao Wang 외 arxiv

This paper investigates the problem of object detection with a focus on improving both the localization accuracy of bounding boxes and explicitly modeling prediction uncertainty. Conventional detectors rely on determinis…

Object Detection

Cal-DETR: Calibrated Detection Transformer

2023-11-06 · NeurIPS 2023 11 · Muhammad Akhtar Munir, Salman Khan, Muhammad Haris Khan, Mohsen Ali 외

Albeit revealing impressive predictive performance for several computer vision tasks, deep neural networks (DNNs) are prone to making overconfident predictions. This limits the adoption and wider utilization of DNNs in m…

Decision Making

Query2Uncertainty: Robust Uncertainty Quantification and Calibration for 3D Object Detection under Distribution Shift

2026-05-06 · Till Beemelmanns, Alexey Nekrasov, Stefan Vilceanu, Jonas Steinhaus 외 arxiv

Reliable uncertainty estimation for 3D object detection is critical for deploying safe autonomous systems, yet modern detectors remain poorly calibrated, especially under distribution shifts. Although post-hoc calibratio…

3D Object DetectionDensity Estimation

detrex: Benchmarking Detection Transformers

2023-06-12 · Tianhe Ren, Shilong Liu, Feng Li, Hao Zhang 외

The DEtection TRansformer (DETR) algorithm has received considerable attention in the research community and is gradually emerging as a mainstream approach for object detection and other perception tasks. However, the cu…

Benchmarkingobject-detectionObject DetectionPose Estimation

RiO-DETR: DETR for Real-time Oriented Object Detection

2026-03-10 · Zhangchi Hu, Yifan Zhao, Yansong Peng, Wenzhang Sun 외 arxiv

We present RiO-DETR: DETR for Real-time Oriented Object Detection, the first real-time oriented detection transformer to the best of our knowledge. Adapting DETR to oriented bounding boxes (OBBs) poses three challenges: …

Object Detection