Based on: Waymo Open Dataset for End-to-End Driving in Challenging Long-tail Scenarios (arXiv:2510.26125)
In early 2025, Waymo released a new open dataset designed specifically for end-to-end (E2E) driving models to evaluate performance in long-tail driving scenarios — the rare, safety-critical moments that account for less than 0.03% of real-world driving time, yet often determine the overall safety of an autonomous system.

Traditional automated driving research has mostly focused on the “majority” domain: the typical, repeatable conditions that represent the bulk of daily traffic. But in Level 3 and Level 4 autonomy, safety is defined not by how well the system performs under normal conditions, but by how it behaves in the few extreme or unexpected ones. Waymo’s benchmark brings the focus back to these rare but decisive situations.
The dataset includes over 4,000 short driving segments (about 12 hours in total), captured from eight 360° surround-view cameras, vehicle motion sensors, and intent-level metadata. Each segment represents a distinct high-risk class, such as construction zones, abrupt cut-ins, or debris avoidance. This makes it one of the first benchmarks dedicated to assessing E2E models under explicitly hazardous conditions.
A key innovation in this release is the Rater Feedback Score (RFS) — a human-in-the-loop evaluation metric that captures how closely a model’s driving behavior aligns with human safety judgment.
Unlike traditional trajectory error or mean deviation metrics, RFS measures “how trustworthy” a model’s decision feels to an expert human rater. It shifts the evaluation from simple accuracy to perceived safety and alignment with human driving ethics.
This perspective connects strongly to AI-FIT (AI Failures in Time), a concept proposed to extend the reliability principles of functional safety to modern AI systems. AI-FIT quantifies the expected number of safety-relevant inference failures in 10⁹ operation hours, providing a statistical measure of reliability across a model’s decision-making events. Where RFS evaluates subjective alignment with safe driving intent, AI-FIT captures objective reliability through statistical exposure. Together, they form a complementary foundation for safety quantification in E2E architectures.
Still, even a dataset as extensive as Waymo’s cannot fully capture the true diversity of the real world. Real driving environments are infinitely variable — weather, lighting, road geometry, driver interactions, and unexpected events constantly reshape data distributions. No finite dataset, however large, can cover every critical combination of these variables. This is why simulation, especially generative simulation (genSIM), becomes essential.
Unlike traditional game-engine-based simulators, which render predefined 3D scenes, generative simulation aims to synthesize data grounded in real-world statistics — expanding scenario diversity through distribution modeling, causal reasoning, and targeted generation of rare safety-critical cases.
With genSIM, we can:
- Statistically estimate AI-FIT across millions of virtual inferences
- Quantify diagnostic coverage of self-checking or ensemble mechanisms
- Evaluate the robustness of safety concepts before deployment
- Generate auditable safety evidence for certification frameworks
Through simulation, statistical safety becomes measurable. It provides the experimental foundation needed to estimate AI-FIT values, test hypotheses about failure modes, and bridge the gap between AI system behavior and established functional safety standards like ISO 26262 and IEC 61508.
The significance of Waymo’s dataset goes beyond benchmarking. It signals a broader shift in how the autonomous driving community defines and measures safety — from verifying correctness to quantifying reliability, from deterministic code validation to probabilistic behavior analysis.
As E2E and foundation models continue to expand their role in real vehicles, frameworks like AI-FIT and tools like generative simulation will become indispensable in ensuring that “intelligent” driving is not just possible, but measurably safe.

Leave a Reply