UADet improves open-set object detection by assigning uncertainty-weighted soft pseudo-labels, combining RPN objectness and overlap with known objects, to unlabeled proposals during training.
Open-World Object Detection via Discriminative Class Prototype Learning
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Open-world object detection (OWOD) is a challenging problem that combines object detection with incremental learning and open-set learning. Compared to standard object detection, the OWOD setting is task to: 1) detect objects seen during training while identifying unseen classes, and 2) incrementally learn the knowledge of the identified unknown objects when the corresponding annotations is available. We propose a novel and efficient OWOD solution from a prototype perspective, which we call OCPL: Open-world object detection via discriminative Class Prototype Learning, which consists of a Proposal Embedding Aggregator (PEA), an Embedding Space Compressor (ESC) and a Cosine Similarity-based Classifier (CSC). All our proposed modules aim to learn the discriminative embeddings of known classes in the feature space to minimize the overlapping distributions of known and unknown classes, which is beneficial to differentiate known and unknown classes. Extensive experiments performed on PASCAL VOC and MS-COCO benchmark demonstrate the effectiveness of our proposed method.
citation-role summary
citation-polarity summary
fields
cs.CV 1years
2024 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
UADet: A Remarkably Simple Yet Effective Uncertainty-Aware Open-Set Object Detection Framework
UADet improves open-set object detection by assigning uncertainty-weighted soft pseudo-labels, combining RPN objectness and overlap with known objects, to unlabeled proposals during training.