Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Open Vocabulary Object Detection with Pseudo Bounding-Box Labels

About

Despite great progress in object detection, most existing methods work only on a limited set of object categories, due to the tremendous human effort needed for bounding-box annotations of training data. To alleviate the problem, recent open vocabulary and zero-shot detection methods attempt to detect novel object categories beyond those seen during training. They achieve this goal by training on a pre-defined base categories to induce generalization to novel objects. However, their potential is still constrained by the small set of base categories available for training. To enlarge the set of base classes, we propose a method to automatically generate pseudo bounding-box annotations of diverse objects from large-scale image-caption pairs. Our method leverages the localization ability of pre-trained vision-language models to generate pseudo bounding-box labels and then directly uses them for training object detectors. Experimental results show that our method outperforms the state-of-the-art open vocabulary detector by 8% AP on COCO novel categories, by 6.3% AP on PASCAL VOC, by 2.3% AP on Objects365 and by 2.8% AP on LVIS. Code is available at https://github.com/salesforce/PB-OVD.

Mingfei Gao, Chen Xing, Juan Carlos Niebles, Junnan Li, Ran Xu, Wenhao Liu, Caiming Xiong• 2021

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)--
2643
Object DetectionLVIS v1.0 (val)--
529
Object DetectionOV-COCO
AP50 (Novel)30.8
130
Open-vocabulary object detectionOV-COCO
AP@50 (Novel)30.8
31
Object DetectionMS-COCO Generalized (Novel)
mAP5030.7
14
Object DetectionCOCO novel and base categories 2014
Novel AP5030.8
12
Object DetectionMS-COCO Constrained (novel)
mAP5032.3
9
Object DetectionObject365 v1 (test)
AP506.9
3
Showing 8 of 8 rows

Other info

Follow for update