Expanding Low-Density Latent Regions for Open-Set Object Detection
About
Modern object detectors have achieved impressive progress under the close-set setup. However, open-set object detection (OSOD) remains challenging since objects of unknown categories are often misclassified to existing known classes. In this work, we propose to identify unknown objects by separating high/low-density regions in the latent space, based on the consensus that unknown objects are usually distributed in low-density latent regions. As traditional threshold-based methods only maintain limited low-density regions, which cannot cover all unknown objects, we present a novel Open-set Detector (OpenDet) with expanded low-density regions. To this aim, we equip OpenDet with two learners, Contrastive Feature Learner (CFL) and Unknown Probability Learner (UPL). CFL performs instance-level contrastive learning to encourage compact features of known classes, leaving more low-density regions for unknown classes; UPL optimizes unknown probability based on the uncertainty of predictions, which further divides more low-density regions around the cluster of known classes. Thus, unknown objects in low-density regions can be easily identified with the learned unknown probability. Extensive experiments demonstrate that our method can significantly improve the OSOD performance, e.g., OpenDet reduces the Absolute Open-Set Errors by 25%-35% on six OSOD benchmarks. Code is available at: https://github.com/csuhan/opendet2.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Object Detection | OOV-VOC (test) | mAP (IV)55.44 | 13 | |
| Object Detection | OOV-COCO (test) | mAPIV27.54 | 13 | |
| Out-of-vocabulary object detection | OOV-COCO (test) | mAP (IV)0.2754 | 13 | |
| Open World Object Detection | OWOD Evaluation Protocol (VOC + MS-COCO) Task 1 2007 (test) | WI4.44 | 7 | |
| Open-Set Object Detection | VOC close-set baseline | mAPK80.02 | 6 | |
| Open-Set Object Detection | VOC-COCO-20 T1 protocol | WI14.95 | 6 | |
| Open-Set Object Detection | VOC-COCO-40 T1 protocol | WI18.23 | 6 | |
| Open-Set Object Detection | VOC-COCO-60 (T1 protocol) | WI14.24 | 6 | |
| Open-Set Object Detection | VOC-COCO-2n T2 (test) | WI18.69 | 6 | |
| Open-Set Object Detection | VOC-COCO-0.5n (T2) | WI6.44 | 6 |