Comprehensive Multi-Modal Prototypes are Simple and Effective Classifiers for Vast-Vocabulary Object Detection
Yitong Chen, Wenhao Yao, Lingchen Meng, Sihong Wu, Zuxuan Wu, Yu-Gang Jiang
TL;DR
This work tackles open-world object detection under vast vocabularies, where prior vision-language alignment with coarse class names degrades as the vocabulary expands. It introduces Prova, a simple multi-modal prototype classifier that initializes alignment using detailed textual descriptions and reference images to form textual and visual prototypes, which are then fused with a conventional classifier. By employing two projection layers and four additional matrix multiplications, Prova can be plugged into diverse detectors and yields substantial gains in both supervised and open-vocabulary settings, achieving state-of-the-art results on V3Det (e.g., base AP 32.8 and novel AP 11.0) with a significantly lighter backbone compared to previous methods. The approach demonstrates strong generalization across detectors (Faster R-CNN, FCOS, DINO) and datasets (V3Det, LVIS), offering a practical, efficient path toward scalable, real-world recognition with vast vocabularies.
Abstract
Enabling models to recognize vast open-world categories has been a longstanding pursuit in object detection. By leveraging the generalization capabilities of vision-language models, current open-world detectors can recognize a broader range of vocabularies, despite being trained on limited categories. However, when the scale of the category vocabularies during training expands to a real-world level, previous classifiers aligned with coarse class names significantly reduce the recognition performance of these detectors. In this paper, we introduce Prova, a multi-modal prototype classifier for vast-vocabulary object detection. Prova extracts comprehensive multi-modal prototypes as initialization of alignment classifiers to tackle the vast-vocabulary object recognition failure problem. On V3Det, this simple method greatly enhances the performance among one-stage, two-stage, and DETR-based detectors with only additional projection layers in both supervised and open-vocabulary settings. In particular, Prova improves Faster R-CNN, FCOS, and DINO by 3.3, 6.2, and 2.9 AP respectively in the supervised setting of V3Det. For the open-vocabulary setting, Prova achieves a new state-of-the-art performance with 32.8 base AP and 11.0 novel AP, which is of 2.6 and 4.3 gain over the previous methods.
