Do Open-Vocabulary Detectors Transfer to Aerial Imagery? A Comparative Evaluation
Christos Tsourveloudis
TL;DR
This paper addresses whether open-vocabulary object detectors trained on natural, ground-level imagery can transfer to aerial imagery without fine-tuning. It benchmarks five state-of-the-art OVD models on the LAE-80C aerial dataset under strict zero-shot regimes, using Global, Oracle, and Single-Category inference to separate semantic confusion from localization. The findings reveal a severe domain transfer gap, with the best model achieving $F1=0.276$ and a $69\%$ false-positive rate, and show that reducing vocabulary size (to ~3.2 classes) yields ~15× improvement, highlighting semantic confusion as the primary bottleneck. Prompt engineering strategies provide little benefit, and performance varies drastically across datasets, underscoring the need for domain-adaptive pretraining and bespoke evaluation protocols for aerial OVD applications.
Abstract
Open-vocabulary object detection (OVD) enables zero-shot recognition of novel categories through vision-language models, achieving strong performance on natural images. However, transferability to aerial imagery remains unexplored. We present the first systematic benchmark evaluating five state-of-the-art OVD models on the LAE-80C aerial dataset (3,592 images, 80 categories) under strict zero-shot conditions. Our experimental protocol isolates semantic confusion from visual localization through Global, Oracle, and Single-Category inference modes. Results reveal severe domain transfer failure: the best model (OWLv2) achieves only 27.6% F1-score with 69% false positive rate. Critically, reducing vocabulary size from 80 to 3.2 classes yields 15x improvement, demonstrating that semantic confusion is the primary bottleneck. Prompt engineering strategies such as domain-specific prefixing and synonym expansion, fail to provide meaningful performance gains. Performance varies dramatically across datasets (F1: 0.53 on DIOR, 0.12 on FAIR1M), exposing brittleness to imaging conditions. These findings establish baseline expectations and highlight the need for domain-adaptive approaches in aerial OVD.
