Learning Multi-Modal Prototypes for Cross-Domain Few-Shot Object Detection
Wanqi Wang, Jingcai Guo, Yuxiang Cai, Zhi Chen
TL;DR
Cross-domain few-shot object detection struggles with domain shift and limited target-domain labels. The authors propose Learning Multi-modal Prototypes (LMP), a dual-branch detector that fuses open-vocabulary text guidance with target-domain visual prototypes, including a Visual Prototype Construction module that builds class prototypes from support RoIs and generates hard-negative prototypes by jittering ground-truth boxes; both branches are trained jointly and ensembled at inference. LMP achieves state-of-the-art or competitive mAP on six CD-FSOD datasets across 1/5/10-shot settings, with notable gains in the highly scarce 1-shot regime. By grounding detection in both semantic representations and domain-specific visual cues, LMP enhances localization under domain shift while maintaining open-vocabulary capabilities.
Abstract
Cross-Domain Few-Shot Object Detection (CD-FSOD) aims to detect novel classes in unseen target domains given only a few labeled examples. While open-vocabulary detectors built on vision-language models (VLMs) transfer well, they depend almost entirely on text prompts, which encode domain-invariant semantics but miss domain-specific visual information needed for precise localization under few-shot supervision. We propose a dual-branch detector that Learns Multi-modal Prototypes, dubbed LMP, by coupling textual guidance with visual exemplars drawn from the target domain. A Visual Prototype Construction module aggregates class-level prototypes from support RoIs and dynamically generates hard-negative prototypes in query images via jittered boxes, capturing distractors and visually similar backgrounds. In the visual-guided branch, we inject these prototypes into the detection pipeline with components mirrored from the text branch as the starting point for training, while a parallel text-guided branch preserves open-vocabulary semantics. The branches are trained jointly and ensembled at inference by combining semantic abstraction with domain-adaptive details. On six cross-domain benchmark datasets and standard 1/5/10-shot settings, our method achieves state-of-the-art or highly competitive mAP.
