LLMs Meet VLMs: Boost Open Vocabulary Object Detection with Fine-grained Descriptors
Sheng Jin, Xueying Jiang, Jiaxing Huang, Lewei Lu, Shijian Lu
TL;DR
This work tackles open-vocabulary object detection by leveraging fine-grained descriptor knowledge in vision-language models. It presents DVDet, which combines a conditional context prompt (CCP) that turns region features into image-like prompts for improved classification with open-vocabulary labels, and a hierarchical, iterative descriptor generation flow that uses large language models (LLMs) to mine and refine region-specific descriptors. The two flows are integrated into a standard two-stage detector with CLIP-based text embeddings, enabling effective region-text alignment without extra grounding data. Across COCO and LVIS benchmarks, DVDet delivers consistent, substantial gains over existing OVOD methods, demonstrating the value of descriptor-level alignment and LLM-assisted descriptor refinement for open-vocabulary dense prediction. The approach suggests a scalable path to fuse LLMs and VLMs for robust open-vocabulary detection in real-world applications.
Abstract
Inspired by the outstanding zero-shot capability of vision language models (VLMs) in image classification tasks, open-vocabulary object detection has attracted increasing interest by distilling the broad VLM knowledge into detector training. However, most existing open-vocabulary detectors learn by aligning region embeddings with categorical labels (e.g., bicycle) only, disregarding the capability of VLMs on aligning visual embeddings with fine-grained text description of object parts (e.g., pedals and bells). This paper presents DVDet, a Descriptor-Enhanced Open Vocabulary Detector that introduces conditional context prompts and hierarchical textual descriptors that enable precise region-text alignment as well as open-vocabulary detection training in general. Specifically, the conditional context prompt transforms regional embeddings into image-like representations that can be directly integrated into general open vocabulary detection training. In addition, we introduce large language models as an interactive and implicit knowledge repository which enables iterative mining and refining visually oriented textual descriptors for precise region-text alignment. Extensive experiments over multiple large-scale benchmarks show that DVDet outperforms the state-of-the-art consistently by large margins.
