Exploiting Unlabeled Data with Vision and Language Models for Object Detection
About
Building robust and generic object detection frameworks requires scaling to larger label spaces and bigger training datasets. However, it is prohibitively costly to acquire annotations for thousands of categories at a large scale. We propose a novel method that leverages the rich semantics available in recent vision and language models to localize and classify objects in unlabeled images, effectively generating pseudo labels for object detection. Starting with a generic and class-agnostic region proposal mechanism, we use vision and language models to categorize each region of an image into any object category that is required for downstream tasks. We demonstrate the value of the generated pseudo labels in two specific tasks, open-vocabulary detection, where a model needs to generalize to unseen object categories, and semi-supervised object detection, where additional unlabeled images can be used to improve the model. Our empirical evaluation shows the effectiveness of the pseudo labels in both tasks, where we outperform competitive baselines and achieve a novel state-of-the-art for open-vocabulary object detection. Our code is available at https://github.com/xiaofeng94/VL-PLM.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Object Detection | COCO 2017 (val) | -- | 2454 | |
| Object Detection | LVIS v1.0 (val) | APbbox27 | 518 | |
| Object Detection | OV-COCO | AP50 (Novel)34.4 | 97 | |
| Object Detection | COCO standard (5% labeled) | mAP26.21 | 70 | |
| Instance Segmentation | LVIS | mAP (Mask)27 | 68 | |
| Object Detection | LVIS | -- | 59 | |
| Open-vocabulary object detection | LVIS v1 (val) | AP_r^b17.2 | 54 | |
| Object Detection | COCO standard (1%) | mAP17.71 | 44 | |
| Object Detection | COCO standard (2%) | mAP21.2 | 42 | |
| Object Detection | COCO open-vocabulary (test) | Novel AP34.4 | 25 |