CVAIMar 23, 2023

Open-Vocabulary Object Detection using Pseudo Caption Labels

arXiv:2303.13040v120 citationsh-index: 12
Originality Incremental advance
AI Analysis

It addresses the problem of detecting novel objects in computer vision, offering an incremental improvement by enhancing label granularity for better generalization.

The paper tackles open-vocabulary object detection by proposing Pseudo Caption Labeling (PCL), a method that uses image captioning to generate fine-grained labels for knowledge distillation, achieving an AP of 34.5 and APr of 30.6 on the LVIS benchmark.

Recent open-vocabulary detection methods aim to detect novel objects by distilling knowledge from vision-language models (VLMs) trained on a vast amount of image-text pairs. To improve the effectiveness of these methods, researchers have utilized datasets with a large vocabulary that contains a large number of object classes, under the assumption that such data will enable models to extract comprehensive knowledge on the relationships between various objects and better generalize to unseen object classes. In this study, we argue that more fine-grained labels are necessary to extract richer knowledge about novel objects, including object attributes and relationships, in addition to their names. To address this challenge, we propose a simple and effective method named Pseudo Caption Labeling (PCL), which utilizes an image captioning model to generate captions that describe object instances from diverse perspectives. The resulting pseudo caption labels offer dense samples for knowledge distillation. On the LVIS benchmark, our best model trained on the de-duplicated VisualGenome dataset achieves an AP of 34.5 and an APr of 30.6, comparable to the state-of-the-art performance. PCL's simplicity and flexibility are other notable features, as it is a straightforward pre-processing technique that can be used with any image captioning model without imposing any restrictions on model architecture or training process.

Foundations

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

Your Notes