🤖 AI Summary
Vision-language models (VLMs) exhibit insufficient perceptual reliability in safety-critical autonomous driving scenarios—particularly at long distances (>30 m) and under complex traffic conditions.
Method: This paper introduces the first distance-sensitive traffic perception evaluation framework. It proposes a novel distance-annotation mechanism and constructs the dual-source DTPQA benchmark, comprising both synthetic (driving-simulator-generated) and real-world data. Leveraging the visual question answering (VQA) paradigm, it designs fine-grained questions targeting critical object recognition and behavioral understanding, with explicit per-object camera distance annotations.
Contribution/Results: The framework enables the first systematic quantification of VLM performance degradation between near-range (≤20 m) and far-range (≥30 m) settings. We publicly release both the DTPQA dataset and its synthetic generation toolkit to support reproducible, extensible distance-aware evaluation. Experiments demonstrate the framework’s effectiveness in diagnosing prevalent long-range perception failures across mainstream VLMs.
📝 Abstract
The remarkable progress of Vision-Language Models (VLMs) on a variety of tasks has raised interest in their application to automated driving. However, for these models to be trusted in such a safety-critical domain, they must first possess robust perception capabilities, i.e., they must be capable of understanding a traffic scene, which can often be highly complex, with many things happening simultaneously. Moreover, since critical objects and agents in traffic scenes are often at long distances, we require systems with not only strong perception capabilities at close distances (up to 20 meters), but also at long (30+ meters) range. Therefore, it is important to evaluate the perception capabilities of these models in isolation from other skills like reasoning or advanced world knowledge. Distance-Annotated Traffic Perception Question Answering (DTPQA) is a Visual Question Answering (VQA) benchmark designed specifically for this purpose: it can be used to evaluate the perception systems of VLMs in traffic scenarios using trivial yet crucial questions relevant to driving decisions. It consists of two parts: a synthetic benchmark (DTP-Synthetic) created using a simulator, and a real-world benchmark (DTP-Real) built on top of existing images of real traffic scenes. Additionally, DTPQA includes distance annotations, i.e., how far the object in question is from the camera. More specifically, each DTPQA sample consists of (at least): (a) an image, (b) a question, (c) the ground truth answer, and (d) the distance of the object in question, enabling analysis of how VLM performance degrades with increasing object distance. In this article, we provide the dataset itself along with the Python scripts used to create it, which can be used to generate additional data of the same kind.