Boosting Open-Vocabulary Object Detection by Handling Background Samples
Ruizhe Zeng, Lu Zhang, Xu Yang, Zhiyong Liu
TL;DR
Open-vocabulary detectors using CLIP struggle with background samples, especially for oversized and partial regions. The authors propose BIRDet, featuring Background Information Modeling (BIM) to form a dynamic background embedding $t_{bg}(I)$ from top-$K$ scene prompts and Partial Object Suppression (POS) to remove partial-object detections via a threshold on Overlap Area Ratio, with a re-scoring mechanism that blends scene-derived background similarities into final scores. Empirical results on OV-COCO and OV-LVIS show consistent gains across multiple detectors and ablations validate BIM and POS as complementary, though gains on OV-LVIS are smaller due to higher category diversity and background bias. The work demonstrates a practical, plug-and-play improvement for CLIP-based OVOD by explicitly modeling and suppressing background influences, influencing future research on background-aware visual-language integration.
Abstract
Open-vocabulary object detection is the task of accurately detecting objects from a candidate vocabulary list that includes both base and novel categories. Currently, numerous open-vocabulary detectors have achieved success by leveraging the impressive zero-shot capabilities of CLIP. However, we observe that CLIP models struggle to effectively handle background images (i.e. images without corresponding labels) due to their language-image learning methodology. This limitation results in suboptimal performance for open-vocabulary detectors that rely on CLIP when processing background samples. In this paper, we propose Background Information Representation for open-vocabulary Detector (BIRDet), a novel approach to address the limitations of CLIP in handling background samples. Specifically, we design Background Information Modeling (BIM) to replace the single, fixed background embedding in mainstream open-vocabulary detectors with dynamic scene information, and prompt it into image-related background representations. This method effectively enhances the ability to classify oversized regions as background. Besides, we introduce Partial Object Suppression (POS), an algorithm that utilizes the ratio of overlap area to address the issue of misclassifying partial regions as foreground. Experiments on OV-COCO and OV-LVIS benchmarks demonstrate that our proposed model is capable of achieving performance enhancements across various open-vocabulary detectors.
