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

Aligning Bag of Regions for Open-Vocabulary Object Detection

About

Pre-trained vision-language models (VLMs) learn to align vision and language representations on large-scale datasets, where each image-text pair usually contains a bag of semantic concepts. However, existing open-vocabulary object detectors only align region embeddings individually with the corresponding features extracted from the VLMs. Such a design leaves the compositional structure of semantic concepts in a scene under-exploited, although the structure may be implicitly learned by the VLMs. In this work, we propose to align the embedding of bag of regions beyond individual regions. The proposed method groups contextually interrelated regions as a bag. The embeddings of regions in a bag are treated as embeddings of words in a sentence, and they are sent to the text encoder of a VLM to obtain the bag-of-regions embedding, which is learned to be aligned to the corresponding features extracted by a frozen VLM. Applied to the commonly used Faster R-CNN, our approach surpasses the previous best results by 4.6 box AP50 and 2.8 mask AP on novel categories of open-vocabulary COCO and LVIS benchmarks, respectively. Code and models are available at https://github.com/wusize/ovdet.

Size Wu, Wenwei Zhang, Sheng Jin, Wentao Liu, Chen Change Loy• 2023

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)--
2454
Object DetectionPASCAL VOC 2007 (test)--
821
Object DetectionCOCO (val)
mAP36.3
613
Object DetectionLVIS v1.0 (val)
APbbox29.5
518
Object DetectionCOCO
AP50 (Box)56.1
190
Instance SegmentationLVIS v1.0 (val)
AP (Rare)27.6
189
Object DetectionLVIS (val)
mAP29.5
141
Object DetectionMS-COCO (val)--
138
Object DetectionOV-COCO
AP50 (Novel)42.7
97
Instance SegmentationLVIS
mAP (Mask)27.6
68
Showing 10 of 33 rows

Other info

Code

Follow for update