Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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.

Jiaming Han, Yuqiang Ren, Jian Ding, Xingjia Pan, Ke Yan, Gui-Song Xia• 2022

Related benchmarks

TaskDatasetResultRank
Object DetectionOOV-VOC (test)
mAP (IV)55.44
13
Object DetectionOOV-COCO (test)
mAPIV27.54
13
Out-of-vocabulary object detectionOOV-COCO (test)
mAP (IV)0.2754
13
Open World Object DetectionOWOD Evaluation Protocol (VOC + MS-COCO) Task 1 2007 (test)
WI4.44
7
Open-Set Object DetectionVOC close-set baseline
mAPK80.02
6
Open-Set Object DetectionVOC-COCO-20 T1 protocol
WI14.95
6
Open-Set Object DetectionVOC-COCO-40 T1 protocol
WI18.23
6
Open-Set Object DetectionVOC-COCO-60 (T1 protocol)
WI14.24
6
Open-Set Object DetectionVOC-COCO-2n T2 (test)
WI18.69
6
Open-Set Object DetectionVOC-COCO-0.5n (T2)
WI6.44
6
Showing 10 of 12 rows

Other info

Code

Follow for update