OVMR: Open-Vocabulary Recognition with Multi-Modal References
Zehong Ma, Shiliang Zhang, Longhui Wei, Qi Tian
TL;DR
OVMR tackles open-vocabulary recognition by combining textual descriptions with exemplar images to form robust, multi-modal category cues. It introduces a lightweight visual token generator to produce visual tokens from exemplars and fuses them with language cues through a two-stage process: multi-modal classifier generation and a test-time preference-based fusion that requires no trainable fusion parameters. The method is shown to outperform prompting and several few-shot baselines on 11 classification datasets and LVIS in detection, while remaining robust to exemplar quality and enabling plug-and-play deployment with internet-sourced exemplars. The practical impact lies in efficient, scalable open-vocabulary recognition that leverages diverse, readily available cross-modal clues without heavy retraining. OV MR’s adaptable framework promises improved generalization for real-world open-set recognition tasks and can be extended to other multi-modal downstream tasks.
Abstract
The challenge of open-vocabulary recognition lies in the model has no clue of new categories it is applied to. Existing works have proposed different methods to embed category cues into the model, \eg, through few-shot fine-tuning, providing category names or textual descriptions to Vision-Language Models. Fine-tuning is time-consuming and degrades the generalization capability. Textual descriptions could be ambiguous and fail to depict visual details. This paper tackles open-vocabulary recognition from a different perspective by referring to multi-modal clues composed of textual descriptions and exemplar images. Our method, named OVMR, adopts two innovative components to pursue a more robust category cues embedding. A multi-modal classifier is first generated by dynamically complementing textual descriptions with image exemplars. A preference-based refinement module is hence applied to fuse uni-modal and multi-modal classifiers, with the aim to alleviate issues of low-quality exemplar images or textual descriptions. The proposed OVMR is a plug-and-play module, and works well with exemplar images randomly crawled from the Internet. Extensive experiments have demonstrated the promising performance of OVMR, \eg, it outperforms existing methods across various scenarios and setups. Codes are publicly available at \href{https://github.com/Zehong-Ma/OVMR}{https://github.com/Zehong-Ma/OVMR}.
