On the Potential of Open-Vocabulary Models for Object Detection in Unusual Street Scenes
Sadia Ilyas, Ido Freeman, Matthias Rottmann
TL;DR
This work evaluates open-vocabulary object detectors for out-of-distribution (OOD) object detection in unusual street scenes using the OoDIS benchmark and LostAndFound. By benchmarking Grounding DINO, YOLO-World, MDETR, and OmDet-Turbo with prompt-based inputs and exploring prompt engineering and ensembles, it reveals dataset-specific strengths (e.g., Grounding DINO on RoadObstacle21; YOLO-World on RoadAnomaly21) and consistent limitations such as prompt sensitivity and localization reliability. The findings demonstrate that open-vocabulary detectors hold promise for OOD detection but exhibit substantial gaps before reliable real-world deployment, including multiple predictions per object and struggles with negations in prompts. The work provides a simple prompt-based baseline and points to future directions in robust prompt design, better grounding between language and vision, and improved localization under open-world conditions.
Abstract
Out-of-distribution (OOD) object detection is a critical task focused on detecting objects that originate from a data distribution different from that of the training data. In this study, we investigate to what extent state-of-the-art open-vocabulary object detectors can detect unusual objects in street scenes, which are considered as OOD or rare scenarios with respect to common street scene datasets. Specifically, we evaluate their performance on the OoDIS Benchmark, which extends RoadAnomaly21 and RoadObstacle21 from SegmentMeIfYouCan, as well as LostAndFound, which was recently extended to object level annotations. The objective of our study is to uncover short-comings of contemporary object detectors in challenging real-world, and particularly in open-world scenarios. Our experiments reveal that open vocabulary models are promising for OOD object detection scenarios, however far from perfect. Substantial improvements are required before they can be reliably deployed in real-world applications. We benchmark four state-of-the-art open-vocabulary object detection models on three different datasets. Noteworthily, Grounding DINO achieves the best results on RoadObstacle21 and LostAndFound in our study with an AP of 48.3% and 25.4% respectively. YOLO-World excels on RoadAnomaly21 with an AP of 21.2%.
