OVPD: OnSite Virtual-Physical Dataset
Dataset Summary
OVPD is a virtual-physical fusion testing dataset derived from the 2025 OnSite Autonomous Driving Challenge. It is designed to support autonomous driving research on planning, decision-making, replay-based analysis, and deployment-oriented evaluation in complex interactive scenarios. The dataset is organized at the clip level: each clip corresponds to one complete test run from one participating team. In total, OVPD contains 20 testing clips collected from 20 teams, covering a scenario chain composed of 15 atomic scenarios, with a total duration of nearly 3 hours. The original data were sampled and aligned using a unified global timestamp at 10 Hz.
OVPD is built upon a virtual-physical fusion testing paradigm. The ego vehicle executes on a real vehicle platform, while surrounding background traffic is generated and managed in a controllable testing environment. This allows the dataset to preserve real ego-vehicle dynamics feedback while maintaining replayability and scenario controllability.
At the current release stage, OVPD primarily provides:
- ego vehicle trajectories and motion states
- ego control commands
- background traffic participant trajectories and states
- traffic light states
- HD maps in OpenDRIVE format
- evaluation results under five dimensions:
- safety
- efficiency
- comfort
- rule compliance
- traffic coordination
Note: The current release provides the full structured clip-level data and image data for all teams. Image data in this repository are downsampled from the original 10 Hz sampling rate to 2 Hz for easy access, and are distributed as WebDataset shards under image_wds/<team>/. The full-resolution 10 Hz image data can be accessed from Baidu Netdisk with extraction code ensc.
Dataset Motivation
Current public autonomous driving datasets are highly valuable for perception, prediction, and planning research, but many of them are still limited in terms of deployment-oriented evaluation. In particular, publicly available resources often lack real ego-vehicle dynamics constraints, controllable closed-loop interaction, and multi-dimensional diagnostic metrics for deployability analysis. OVPD is released to help bridge this gap by providing a replayable and diagnosable dataset collected in a virtual-physical fusion testing environment centered on real-vehicle-in-the-loop execution.
OVPD is especially intended to support:
- long-tail planning and decision-making validation
- replay-based scenario analysis
- failure diagnosis and iterative improvement
- capability-oriented benchmark construction
- research on rule-compliant and interaction-aware autonomous driving
Dataset Structure
The dataset is organized as follows:
OVPD/
βββ README.md
βββ LICENSE
βββ SCHEMA.md
βββ TIME_ALIGNMENT.md
βββ data/
β βββ map/
β β βββ opendrive_bj.xodr
β β βββ opendrive_sh.xodr
β βββ clips/
β βββ team_01/
β βββ team_02/
β βββ ...
βββ image_wds/
β βββ team_01/
β βββ team_02/
β βββ ...
βββ meta/
βββ image_release_manifest.jsonl
The official semantic path for image data is data/clips/<team>/images/. In this Hugging Face release, images are published in WebDataset format for efficient storage and streaming. The uploaded image shards cover all teams and are sampled at 2 Hz to keep the release size manageable. They are stored under image_wds/<team>/.
Basic Unit
The basic unit of OVPD is a testing clip.
Each clip: β’ corresponds to one team β’ contains one complete test run β’ includes a scenario chain with 15 atomic scenarios β’ is synchronized by a unified global timestamp
Released Modalities
The current release includes the following modalities:
- Ego vehicle trajectories and motion states
For the ego vehicle, OVPD releases motion-related data such as: β’ global trajectory β’ velocity β’ heading / yaw β’ angular acceleration
- Ego control commands
OVPD releases low-level control-related signals generated during real-vehicle execution, including: β’ throttle β’ brake β’ steering wheel angle
- Participantsβ trajectories and states
For background traffic participants, OVPD releases structured state data for agents such as: β’ vehicles β’ pedestrians β’ cyclists / non-motorized traffic participants
Typical released attributes include: β’ category β’ global trajectory β’ velocity β’ heading / yaw β’ angular acceleration
- Traffic light states
OVPD records traffic signal states for signal-controlled regions in the test map, supporting replay and rule-compliance analysis. οΏΌ
- HD maps
HD maps for the two test sites are provided in OpenDRIVE format. These maps describe static proving-ground elements such as: β’ lanes β’ intersections β’ traffic lights
- Evaluation scores
OVPD releases score outputs associated with each test record. The evaluation protocol follows the competition setting and includes five dimensions: β’ safety β’ efficiency β’ comfort β’ rule compliance β’ traffic coordination
Scenario Taxonomy
OVPD contains 15 atomic scenarios grouped into three capability-oriented categories. οΏΌ
A. Emergency Response β’ A1 Pedestrian pop-out crossing β’ A2 Suddenly exposed stalled vehicle β’ A3 Red-light-running emergency vehicle β’ A4 Lead vehicle hard braking β’ A5 Aggressive e-scooter cut-in β’ A6 Fast background-vehicle cut-in β’ A7 Work-zone obstacle avoidance
B. Traffic Efficiency β’ B1 Roundabout traversal β’ B2 Ramp merging β’ B3 Non-motorized spillover β’ B4 Unsignalized intersection negotiation
C. Rule Compliance β’ C1 Consecutive right turns with blockage β’ C2 Queue spillback at an intersection β’ C3 Complex signal-phase composition β’ C4 Autonomous parking under restrictions
These scenarios are designed to reflect three major deployment-critical capability dimensions: β’ emergency response β’ traffic efficiency β’ rule compliance οΏΌ
Time Alignment
All modalities were originally sampled and aligned using a unified global timestamp at 10 Hz. Detailed assumptions and alignment rules are documented in TIME_ALIGNMENTοΏΌ. In this Hugging Face release, image data are downsampled to 2 Hz to reduce data volume; full 10 Hz image data are available from Baidu Netdisk with extraction code ensc.
Data Schema
Detailed field definitions, units, and file format descriptions are provided in SCHEMAοΏΌ.
Evaluation Protocol
OVPD adopts a multi-dimensional evaluation framework to better reflect deployability under realistic urban driving constraints. The five released dimensions are: β’ Safety β’ Efficiency β’ Comfort β’ Rule Compliance β’ Traffic Coordination οΏΌ
These score outputs are released together with the dataset to support: β’ offline replay analysis β’ capability profiling β’ benchmark comparison β’ failure diagnosis
Intended Uses
OVPD is intended for: β’ academic research β’ autonomous driving planning and decision-making analysis β’ scenario replay and debugging β’ evaluation of deployability-oriented driving capabilities β’ capability diagnosis under complex interactive scenarios
Out-of-Scope Uses
OVPD is not intended for: β’ identifying individuals or institutions β’ direct public-road deployment claims without independent validation β’ safety certification without additional testing and verification β’ any use beyond the scope permitted by the dataset license
Limitations
β’ OVPD is collected in closed-course proving grounds rather than open public roads.
β’ Background traffic is generated within a virtual-physical testing pipeline and may not fully cover all real-world interaction diversity.
β’ Competition-derived clips may reflect challenge-specific distributions of driving strategies and failures.
License
Please refer to LICENSEοΏΌ for the license terms of this dataset.
Citation
If you use OVPD in your research, please cite the corresponding paper:
@article{zhang2025ovpd,
title={OVPD: A Virtual-Physical Fusion Testing Dataset of OnSite Autonomous Driving Challenge},
author={Zhang, Yuhang and Zhang, Jiarui and Jian, Bowen and Zhou, Xin and Lv, Zhichao and Hang, Peng and Yu, Rongjie and Tian, Ye and Sun, Jian},
year={2025}
}
Acknowledgement
OVPD is derived from the 2025 OnSite Autonomous Driving Challenge and built upon the virtual-physical fusion testing workflow described in the accompanying paper. We thank all participating teams and the platform developers for their support.
- Downloads last month
- 352