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 | |
|---|---|---|---|---|
| Open-Set Object Detection | Cityscapes -> Foggy Cityscapes (val) | mAP57.28 | 72 | |
| Open-Set Object Detection | Cityscapes to BDD100k 3 novel categories | mAP16.01 | 24 | |
| Open-Set Object Detection | Cityscapes to BDD100k 4 novel categories | mAP16.04 | 24 | |
| Open-Set Object Detection | Cityscapes to BDD100k 5 novel categories | mAP16.11 | 24 | |
| Object Detection | Pascal VOC -> Clipart (val) | mAP20.84 | 18 | |
| 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 |