CrashSight: A Phase-Aware, Infrastructure-Centric Video Benchmark for Traffic Crash Scene Understanding and Reasoning
Current AI can describe a crash but can't explain why it happened — CrashSight exposes the gap that matters for autonomous vehicles.

The Thesis
CrashSight is the first large-scale benchmark forcing vision-language models to reason about crash causality and temporal progression from roadside infrastructure cameras — not ego-vehicle dashcams. Eight state-of-the-art VLMs were tested and all failed on temporal and causal reasoning despite competent scene description. That failure mode is precisely what cooperative autonomous driving systems need to get right before deployment scales.
Catalyst
VLMs capable of video understanding (GPT-4V, Gemini, etc.) have matured enough to benchmark seriously against safety-critical tasks. Simultaneously, V2X (vehicle-to-everything) infrastructure mandates in the US, EU, and China are pushing roadside perception from a research curiosity to a procurement reality.
What's New
Prior benchmarks — nuScenes, Waymo Open, DRAMA — are ego-vehicle-centric and don't evaluate infrastructure-perspective or post-crash reasoning. CrashSight's 250 real crash videos with 13K QA pairs organized in a two-tier causal/temporal taxonomy is the first to specifically target infrastructure camera data for VLM evaluation.
The Counter
A 250-video benchmark with 13K QA pairs is research-scale, not deployment-scale. The autonomous driving industry runs validation on millions of miles and tens of thousands of edge cases; CrashSight's corpus is too small to credibly rank commercial systems or set regulatory bars. More fundamentally, the gap between 'VLM can reason about a crash video post-hoc' and 'system can prevent or respond to a crash in real time' is enormous — this benchmark measures retrospective comprehension, not predictive or reactive capability. Finally, the infrastructure-camera angle, while genuinely underexplored, depends on widespread deployment of calibrated, high-quality roadside cameras that most municipalities outside China don't have and can't afford to install. The addressable market for cooperative AV systems that require dense roadside infrastructure is likely smaller and slower-arriving than the paper's framing implies.
Longs
- NVDA
- MOBILEYE
- MSFT
- GOOGL
Shorts
- Traditional ADAS simulation vendors whose ego-only datasets underrepresent infrastructure perspective
- VLM API providers marketing autonomous-driving readiness without infrastructure-camera validation
Enablers (Picks & Shovels)
- NVDA (GPU compute for video VLM training)
- AWS and GCP (video inference infrastructure)
- Hugging Face (open model hosting for benchmark participation)
- Roadside camera hardware vendors (Axis, Hikvision for data sourcing)
Private Watchlist
- Wayve
- Waabi
- Foretellix
- Applied Intuition
- Nexar
The Paper
Cooperative autonomous driving requires traffic scene understanding from both vehicle and infrastructure perspectives. While vision-language models (VLMs) show strong general reasoning capabilities, their performance in safety-critical traffic scenarios remains insufficiently evaluated due to the ego-vehicle focus of existing benchmarks. To bridge this gap, we present \textbf{CrashSight}, a large-scale vision-language benchmark for roadway crash understanding using real-world roadside camera data. The dataset comprises 250 crash videos, annotated with 13K multiple-choice question-answer pairs organized under a two-tier taxonomy. Tier 1 evaluates the visual grounding of scene context and involved parties, while Tier 2 probes higher-level reasoning, including crash mechanics, causal attribution, temporal progression, and post-crash outcomes. We benchmark 8 state-of-the-art VLMs and show that, despite strong scene description capabilities, current models struggle with temporal and causal reasoning in safety-critical scenarios. We provide a detailed analysis of failure scenarios and discuss directions for improving VLM crash understanding. The benchmark provides a standardized evaluation framework for infrastructure-assisted perception in cooperative autonomous driving. The CrashSight benchmark, including the full dataset and code, is accessible at https://mcgrche.github.io/crashsight.