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

Learning Object-Language Alignments for Open-Vocabulary Object Detection

About

Existing object detection methods are bounded in a fixed-set vocabulary by costly labeled data. When dealing with novel categories, the model has to be retrained with more bounding box annotations. Natural language supervision is an attractive alternative for its annotation-free attributes and broader object concepts. However, learning open-vocabulary object detection from language is challenging since image-text pairs do not contain fine-grained object-language alignments. Previous solutions rely on either expensive grounding annotations or distilling classification-oriented vision models. In this paper, we propose a novel open-vocabulary object detection framework directly learning from image-text pair data. We formulate object-language alignment as a set matching problem between a set of image region features and a set of word embeddings. It enables us to train an open-vocabulary object detector on image-text pairs in a much simple and effective way. Extensive experiments on two benchmark datasets, COCO and LVIS, demonstrate our superior performance over the competing approaches on novel categories, e.g. achieving 32.0% mAP on COCO and 21.7% mask mAP on LVIS. Code is available at: https://github.com/clin1223/VLDet.

Chuang Lin, Peize Sun, Yi Jiang, Ping Luo, Lizhen Qu, Gholamreza Haffari, Zehuan Yuan, Jianfei Cai• 2022

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)--
2454
Object DetectionLVIS v1.0 (val)
APbbox38.1
518
Object DetectionLVIS (val)
mAP33.4
141
Object DetectionOV-COCO
AP50 (Novel)32
97
Object DetectionLVIS
APr21.7
59
Object DetectionOV-LVIS v1.0 (test)
mAPr26.3
27
Instance SegmentationOV-LVIS v1.0 (val)
mAP (Rare, Mask)21.7
19
Open-vocabulary object detectionOV-LVIS
AP Novel26.3
18
Object DetectionOV-LVIS v1 (val)
AP_mask_novel26.3
17
Object DetectionCOCO novel and base categories 2014
Novel AP5032
12
Showing 10 of 13 rows

Other info

Follow for update