CVMar 4, 2023

CapDet: Unifying Dense Captioning and Open-World Detection Pretraining

arXiv:2303.02489v348 citationsh-index: 72
AI Analysis

It addresses the need for more flexible object detection in open-world scenarios, though it is incremental by building on existing vision-language pre-training methods.

The paper tackles the limitation of open-world detection methods requiring a pre-defined category space by proposing CapDet, which unifies dense captioning and detection to predict categories or generate region-grounded captions, achieving improvements like +2.1% mAP on LVIS rare classes and SOTA results on dense captioning datasets.

Benefiting from large-scale vision-language pre-training on image-text pairs, open-world detection methods have shown superior generalization ability under the zero-shot or few-shot detection settings. However, a pre-defined category space is still required during the inference stage of existing methods and only the objects belonging to that space will be predicted. To introduce a "real" open-world detector, in this paper, we propose a novel method named CapDet to either predict under a given category list or directly generate the category of predicted bounding boxes. Specifically, we unify the open-world detection and dense caption tasks into a single yet effective framework by introducing an additional dense captioning head to generate the region-grounded captions. Besides, adding the captioning task will in turn benefit the generalization of detection performance since the captioning dataset covers more concepts. Experiment results show that by unifying the dense caption task, our CapDet has obtained significant performance improvements (e.g., +2.1% mAP on LVIS rare classes) over the baseline method on LVIS (1203 classes). Besides, our CapDet also achieves state-of-the-art performance on dense captioning tasks, e.g., 15.44% mAP on VG V1.2 and 13.98% on the VG-COCO dataset.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes