Zero-Shot Scene Understanding for Automatic Target Recognition Using Large Vision-Language Models
Yasiru Ranasinghe, Vibashan VS, James Uplinger, Celso De Melo, Vishal M. Patel
TL;DR
This work tackles zero-shot automatic target recognition in novel environments by fusing open-world detectors with large vision-language models. It presents a cascaded two-stage pipeline where a binary detector localizes candidate objects and an LVLM reevaluates labels using open-set, closed-set, or Chain-of-Thought prompting. Findings show API LVLMs offer superior recognition, CoT prompting enhances labeling under challenging conditions, and the approach enables false-positive reduction and robust ATR across RGB, grayscale, and thermal modalities. The study also analyzes factors like distance, modality, and prompting strategies, outlining practical pathways for safer and more reliable ATR in dynamic domains.
Abstract
Automatic target recognition (ATR) plays a critical role in tasks such as navigation and surveillance, where safety and accuracy are paramount. In extreme use cases, such as military applications, these factors are often challenged due to the presence of unknown terrains, environmental conditions, and novel object categories. Current object detectors, including open-world detectors, lack the ability to confidently recognize novel objects or operate in unknown environments, as they have not been exposed to these new conditions. However, Large Vision-Language Models (LVLMs) exhibit emergent properties that enable them to recognize objects in varying conditions in a zero-shot manner. Despite this, LVLMs struggle to localize objects effectively within a scene. To address these limitations, we propose a novel pipeline that combines the detection capabilities of open-world detectors with the recognition confidence of LVLMs, creating a robust system for zero-shot ATR of novel classes and unknown domains. In this study, we compare the performance of various LVLMs for recognizing military vehicles, which are often underrepresented in training datasets. Additionally, we examine the impact of factors such as distance range, modality, and prompting methods on the recognition performance, providing insights into the development of more reliable ATR systems for novel conditions and classes.
