CVAIJun 2

StandardE2E: A Unified Framework for End-to-End Autonomous Driving Datasets

arXiv:2606.0427144.1Has Code
Predicted impact top 75% in CV · last 90 daysOriginality Synthesis-oriented
AI Analysis

For researchers in autonomous driving, this framework reduces engineering burden and facilitates multi-dataset experimentation, though it is an incremental tool rather than a new algorithmic contribution.

StandardE2E unifies six end-to-end autonomous driving datasets under a single PyTorch DataLoader, eliminating the need to re-implement preprocessing per dataset. It enables cross-dataset pretraining and auxiliary-task supervision with minimal overhead for adding new datasets.

Autonomous driving has shifted from modular perception-prediction-planning stacks toward end-to-end (E2E) models that map sensor inputs directly to vehicle control, often regularized by auxiliary tasks such as 3D detection, motion forecasting, and HD-map perception. Progress is driven by a fast-growing ecosystem of sensor-rich driving datasets, yet each ships its own file formats, APIs, coordinate conventions, and modality coverage, leaving cross-dataset experimentation and even basic per-dataset preprocessing to be re-implemented per project. We present StandardE2E, a framework that provides a single unified interface over E2E driving datasets. StandardE2E (i) standardizes per-dataset preprocessing under one shared data schema; (ii) combines multiple datasets in a single PyTorch DataLoader for cross-dataset pretraining, auxiliary-task supervision, and scenario-level filtering; and (iii) reduces adding a new dataset to a single per-dataset mapping from raw frames to the canonical schema, leaving the entire downstream pipeline unchanged. The framework supports six datasets out of the box: Waymo End-to-End, Waymo Perception, Argoverse 2 Sensor, Argoverse 2 LiDAR, NAVSIM (OpenScene-v1.1), and WayveScenes101, and is released as the open-source standard-e2e Python package, available at https://github.com/stepankonev/StandardE2E.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes