From Words to Wavelengths: VLMs for Few-Shot Multispectral Object Detection
Manuel Nkegoum, Minh-Tan Pham, Élisa Fromont, Bruno Avignon, Sébastien Lefèvre
TL;DR
The paper addresses data scarcity in multispectral object detection by adapting Vision-Language Models (Grounding DINO and YOLO-World) to RGB-IR inputs, enabling few-shot and open-set capable detection through semantic grounding. It introduces two architectures, MS-GDINO and MS-YOLOW, that fuse RGB and IR features with text prompts via dual-modality backbones and cross-modal decoders, supplemented by adaptive pseudo-labeling to mitigate missing annotations. Across FLIR and M3FD, the approach achieves state-of-the-art performance in few-shot settings and competitive results under full supervision, highlighting the strong cross-spectral transfer of VLM priors. The work demonstrates that semantic grounding, coupled with simple fusion strategies, provides a data-efficient pathway for robust multispectral perception with practical implications for safety-critical systems, and points to future work on zero-shot extension to rare categories.
Abstract
Multispectral object detection is critical for safety-sensitive applications such as autonomous driving and surveillance, where robust perception under diverse illumination conditions is essential. However, the limited availability of annotated multispectral data severely restricts the training of deep detectors. In such data-scarce scenarios, textual class information can serve as a valuable source of semantic supervision. Motivated by the recent success of Vision-Language Models (VLMs) in computer vision, we explore their potential for few-shot multispectral object detection. Specifically, we adapt two representative VLM-based detectors, Grounding DINO and YOLO-World, to handle multispectral inputs and propose an effective mechanism to integrate text, visual and thermal modalities. Through extensive experiments on two popular multispectral image benchmarks, FLIR and M3FD, we demonstrate that VLM-based detectors not only excel in few-shot regimes, significantly outperforming specialized multispectral models trained with comparable data, but also achieve competitive or superior results under fully supervised settings. Our findings reveal that the semantic priors learned by large-scale VLMs effectively transfer to unseen spectral modalities, ofFering a powerful pathway toward data-efficient multispectral perception.
