UADet: A Remarkably Simple Yet Effective Uncertainty-Aware Open-Set Object Detection Framework
Silin Cheng, Yuanpei Liu, Kai Han
TL;DR
Open-set object detection remains challenging due to unlabeled unknown objects that can be misclassified as background or partial unknowns. UADet introduces an uncertainty-aware framework that jointly models appearance uncertainty from the RPN and geometry uncertainty from IoU to generate soft labels for unlabeled negatives, improving unknown recall while preserving known-class accuracy. The method extends naturally to Open World Object Detection via exemplar replay-based fine-tuning and demonstrates strong gains across OSOD and OWOD benchmarks, including transformer-based backbones. The approach is simple to implement, scales with modern detectors, and highlights the value of uncertainty-guided supervision for robust open-set perception in real-world scenes.
Abstract
We tackle the challenging problem of Open-Set Object Detection (OSOD), which aims to detect both known and unknown objects in unlabelled images. The main difficulty arises from the absence of supervision for these unknown classes, making it challenging to distinguish them from the background. Existing OSOD detectors either fail to properly exploit or inadequately leverage the abundant unlabeled unknown objects in training data, restricting their performance. To address these limitations, we propose UADet, an Uncertainty-Aware Open-Set Object Detector that considers appearance and geometric uncertainty. By integrating these uncertainty measures, UADet effectively reduces the number of unannotated instances incorrectly utilized or omitted by previous methods. Extensive experiments on OSOD benchmarks demonstrate that UADet substantially outperforms previous state-of-the-art (SOTA) methods in detecting both known and unknown objects, achieving a 1.8x improvement in unknown recall while maintaining high performance on known classes. When extended to Open World Object Detection (OWOD), our method shows significant advantages over the current SOTA method, with average improvements of 13.8% and 6.9% in unknown recall on M-OWODB and S-OWODB benchmarks, respectively. Extensive results validate the effectiveness of our uncertainty-aware approach across different open-set scenarios.
