CVLGMay 12, 2022

Localized Vision-Language Matching for Open-vocabulary Object Detection

arXiv:2205.06160v233 citationsh-index: 98Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of detecting objects beyond predefined classes for computer vision applications, representing an incremental improvement in the field.

The paper tackles open-vocabulary object detection by proposing a two-stage method that learns from image-caption pairs to detect novel and known classes, achieving favorable results compared to existing approaches while being data-efficient.

In this work, we propose an open-vocabulary object detection method that, based on image-caption pairs, learns to detect novel object classes along with a given set of known classes. It is a two-stage training approach that first uses a location-guided image-caption matching technique to learn class labels for both novel and known classes in a weakly-supervised manner and second specializes the model for the object detection task using known class annotations. We show that a simple language model fits better than a large contextualized language model for detecting novel objects. Moreover, we introduce a consistency-regularization technique to better exploit image-caption pair information. Our method compares favorably to existing open-vocabulary detection approaches while being data-efficient. Source code is available at https://github.com/lmb-freiburg/locov .

Code Implementations1 repo
Foundations

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

Your Notes