LaMI-DETR: Open-Vocabulary Detection with Language Model Instruction
Penghui Du, Yu Wang, Yifan Sun, Luting Wang, Yue Liao, Gang Zhang, Errui Ding, Yan Wang, Jingdong Wang, Si Liu
TL;DR
LaMI-DETR tackles open-vocabulary object detection by addressing two core issues: limited concept representation in CLIP's text space and overfitting to base categories. It introduces Language Model Instruction (LaMI), which uses GPT to generate visual concepts and T5-based clustering to capture inter-category visual relationships, combined with Federated Loss-based visual concept sampling to encourage generalization. The LaMI-DETR detector integrates these language-derived cues into a DETR-like framework with a frozen CLIP backbone, achieving end-to-end training and a VLM-calibrated scoring scheme. Empirically, it delivers state-of-the-art results on OVOD benchmarks, notably $AP_r = 43.4$ on OV-LVIS—$7.8$ AP_r points above prior best—and demonstrates strong cross-dataset transfer, highlighting the practical impact of infusing structured language-derived knowledge into open-vocabulary detection.
Abstract
Existing methods enhance open-vocabulary object detection by leveraging the robust open-vocabulary recognition capabilities of Vision-Language Models (VLMs), such as CLIP.However, two main challenges emerge:(1) A deficiency in concept representation, where the category names in CLIP's text space lack textual and visual knowledge.(2) An overfitting tendency towards base categories, with the open vocabulary knowledge biased towards base categories during the transfer from VLMs to detectors.To address these challenges, we propose the Language Model Instruction (LaMI) strategy, which leverages the relationships between visual concepts and applies them within a simple yet effective DETR-like detector, termed LaMI-DETR.LaMI utilizes GPT to construct visual concepts and employs T5 to investigate visual similarities across categories.These inter-category relationships refine concept representation and avoid overfitting to base categories.Comprehensive experiments validate our approach's superior performance over existing methods in the same rigorous setting without reliance on external training resources.LaMI-DETR achieves a rare box AP of 43.4 on OV-LVIS, surpassing the previous best by 7.8 rare box AP.
