- ๐ฌ Takeover Examples
- ๐ Dataset at a Glance
- ๐ How the subset was defined
- ๐ Dataset Structure
- ๐ท๏ธ Annotations
- ๐ Takeover Event Definition
- ๐ Data Fields Reference
- ๐ meta.json โ Clip Metadata
- ๐ carState.csv โ Vehicle Dynamics & Driver Inputs
- ๐ค controlsState.csv โ ADAS Controller
- ๐ฎ carControl.csv โ Control Commands
- โ๏ธ carOutput.csv โ Actuator Outputs
- ๐ง drivingModelData.csv โ Driving Model Predictions
- ๐ก radarState.csv โ Lead Vehicle Detection
- ๐ accelerometer.csv โ IMU Data
- ๐ longitudinalPlan.csv โ Planner Outputs
- ๐งญ VehicleIMU.csv, ๐ Gyroscope.csv, ๐ท CameraOdometry.csv, ๐ฏ LiveCalibration.csv, ๐ง LiveParameters.csv
- ๐ meta.json โ Clip Metadata
- ๐ Quick Start
- ๐ฆ Full Dataset
- ๐ Privacy & Ethics
- ๐ Citation
- ๐ License
๐๐จ ADAS-TO-Sample
Open subset of ADAS-TO: six drivers, every clip
1,342 real-world takeover events ยท 16 vehicle models ยท 7 manufacturers ยท 15 files per clip
๐ข What this repository is. ADAS-TO-Sample contains every clip of six anonymized drivers from the full ADAS-TO corpus. Paths, file schema and anonymization are identical to the full dataset: any clip here exists at the same path in
HenryYHW/ADAS-TO. For the full dataset (16,446 clips, ~41 GB) request access at HenryYHW/ADAS-TO or contact henryyuhangwang@gmail.com. Paper: arXiv:2603.06986.
๐ฌ Takeover Examples
Each GIF shows ยฑ3 seconds around the takeover moment โ ADAS engaged โ driver takes control
![]() On-coming Traffic |
![]() Bridge |
![]() Night Driving |
![]() Sharp Curve |
![]() Surrounding Car |
![]() Traffic Light |
![]() Lane Change |
![]() Hard Brake |
๐ Dataset at a Glance
| Statistic | Value | |
|---|---|---|
| ๐ฅ | Takeover clips | 1,342 |
| ๐งโโ๏ธ | Drivers | 6 (anonymized driver_124, driver_232, driver_251, driver_277, driver_347, driver_348) |
| ๐ฃ๏ธ | Routes | 311 |
| ๐ | Vehicle models | 16 |
| ๐ญ | Manufacturers | 7 (Ford, Honda, Hyundai, Kia, Tesla, Toyota, Volkswagen) |
| โฑ๏ธ | Clip duration | 20 seconds (ยฑ10 s around the takeover) |
| ๐น | Video | Front-facing camera, 20 fps |
| ๐ก | CAN / sensor logs | 100 Hz (rlog, 679 clips) or 10 Hz (qlog, 663 clips) |
| ๐ | Files per clip | 15 (1 video + 1 meta + 13 CSV) |
| ๐พ | Size | ~3.7 GB (20,130 files) |
| ๐ฆ | Full dataset | 16,446 clips ยท 364 drivers ยท 179 vehicle models ยท ~41 GB (ADAS-TO) |
Clips per vehicle model
| Vehicle model | Clips | Vehicle model | Clips |
|---|---|---|---|
| HONDA_CIVIC | 366 | HONDA_ACCORD_HYBRID_2018 | 65 |
| TESLA_MODEL_X | 118 | TOYOTA_CAMRY_TSS2 | 64 |
| TESLA_AP3_MODEL_3 | 117 | VOLKSWAGEN_TIGUAN_MK2 | 53 |
| HYUNDAI_IONIQ_5 | 112 | KIA_EV6 | 42 |
| TOYOTA_RAV4_TSS2_2023 | 108 | KiaNiro2023 | 33 |
| TOYOTA_CAMRY_2021 | 88 | TOYOTA_RAV4_2023 | 23 |
| FORD_MUSTANG_MACH_E_MK1 | 72 | KIA_NIRO_EV_2ND_GEN | 9 |
| HYUNDAI_IONIQ_5_2022 | 71 | FORD_MAVERICK_MK1 | 1 |
๐ How the subset was defined
- The subset is defined by driver, not by random sampling: it holds all corpus clips of the six drivers listed above and nothing else.
- Because most of these drivers used one device across several vehicles, the subset spans 16 vehicle models, but its vehicle mix is narrower than the full corpus (179 models). Use the full dataset for cross-platform statistics.
- Anonymization, directory layout and file schema are the same as in the full dataset. The mapping
from
driver_NNN/route_MMMto real device or route IDs is not released.
๐ Dataset Structure
ADAS-TO-Sample/
โโโ <CAR_MODEL>/ # e.g. HONDA_CIVIC, TESLA_AP3_MODEL_3
โ โโโ <driver_NNN>/ # ๐ anonymized driver ID
โ โโโ <route_MMM>/ # ๐ anonymized route ID
โ โโโ <clip_id>/ # integer, 0-indexed within the route
โ โโโ ๐ฅ takeover.mp4 20 s front-view video (20 fps)
โ โโโ ๐ meta.json clip metadata & timing
โ โโโ ๐ carState.csv speed, accel, steering, pedals, cruise state
โ โโโ ๐ฎ carControl.csv lateral/longitudinal commands
โ โโโ โ๏ธ carOutput.csv actuator outputs
โ โโโ ๐ค controlsState.csv ADAS controller state & alerts
โ โโโ ๐ง drivingModelData.csv lane-line estimates, desired curvature
โ โโโ ๐ longitudinalPlan.csv planner targets, FCW
โ โโโ ๐ก radarState.csv lead-vehicle radar tracks
โ โโโ ๐ accelerometer.csv IMU acceleration
โ โโโ ๐งญ VehicleIMU.csv body-frame IMU / yaw rate
โ โโโ ๐ Gyroscope.csv angular rates
โ โโโ ๐ท CameraOdometry.csv visual odometry
โ โโโ ๐ฏ LiveCalibration.csv device โ vehicle frame calibration
โ โโโ ๐ง LiveParameters.csv online vehicle-parameter estimates
โโโ annotations/
โโโ clip_final_labels.csv # scenario label per clip (see below)
15 files per clip (1 video + 1 metadata + 13 CSVs). Vehicle logs are sampled at 100 Hz where an
rlog was available (meta.json: log_kind), otherwise at the 10 Hz qlog rate; video is 20 fps.
๐ท๏ธ Annotations
annotations/clip_final_labels.csv has one row per clip (1,342 rows) with the anonymized
clip_path, car_model, clip_id, the scenario label final_label, lc_direction (left/right for
lane changes), human_labeled / human_label (manual review status) and realign_status.
final_label |
n | Meaning |
|---|---|---|
cover |
651 | Maneuver-Filtered ADAS โ ordinary lane-keeping / car-following, no maneuver confound |
lane_change |
252 | lane transition, merge or fork (lc_direction gives left/right) |
turn |
220 | intersection turn or departure from the through path |
stop |
194 | stopping / decelerating for a traffic control |
Unknown/other |
25 | complex geometry, non-routine scene, or insufficient evidence |
Most analyses should start from cover, which removes disengagements that are explained by a planned
maneuver rather than by the automation reaching its limits.
๐ Takeover Event Definition
โโโโโโโโโ 10 seconds โโโโโโโโโบโโโโโโโโโ 10 seconds โโโโโโโโโบ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ ๐ค ADAS ENGAGED โ ๐ค MANUAL CONTROL โ
โ (automation driving) โ (driver takes over) โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โฒ
TAKEOVER EVENT
(ON โ OFF transition)
A takeover event is detected as an ADAS ON โ OFF transition satisfying:
| Criterion | Value |
|---|---|
| ADAS engaged | controlsState.enabled OR cruiseState.enabled |
| Min ON duration | โฅ 2 seconds before disengagement |
| Min OFF duration | โฅ 2 seconds after disengagement |
| Gap merging | Transient gaps < 0.5 s merged (filters sensor noise) |
| Clip window | ยฑ10 seconds centered on the transition (20 s total) |
๐ Data Fields Reference
๐ meta.json โ Clip Metadata
| Field | Type | Description |
|---|---|---|
car_model |
string | Vehicle model (e.g., HONDA_CIVIC) |
dongle_id |
string | Anonymized driver ID (driver_NNN) |
route_id |
string | Anonymized route ID (route_MMM) |
log_kind |
string | Log resolution: qlog (10 Hz) or rlog (100 Hz) |
log_hz |
int | CAN signal sampling rate |
vid_kind |
string | Camera source type |
camera_fps |
int | Video frame rate (20 fps) |
clip_id |
int | Clip index within route (0-indexed) |
event_mono |
int | Monotonic timestamp of takeover (ns) |
video_time_s |
float | Takeover time within full route video (s) |
clip_start_s |
float | Clip start time within route (s) |
clip_dur_s |
float | Clip duration (s) |
seg_nums_used |
list | Route segments the clip was cut from |
๐ carState.csv โ Vehicle Dynamics & Driver Inputs
| Column | Unit | Description |
|---|---|---|
vEgo |
m/s | Ego vehicle speed |
aEgo |
m/sยฒ | Ego vehicle acceleration |
steeringAngleDeg |
deg | Steering wheel angle |
steeringTorque |
Nยทm | Driver steering torque |
steeringPressed |
bool | Driver actively steering |
gasPressed |
bool | Gas pedal pressed |
brakePressed |
bool | Brake pedal pressed |
cruiseState.enabled |
bool | Cruise / ADAS engaged |
๐ค controlsState.csv โ ADAS Controller
| Column | Unit | Description |
|---|---|---|
enabled |
bool | ADAS system enabled |
active |
bool | ADAS actively controlling vehicle |
curvature |
1/m | Current path curvature |
desiredCurvature |
1/m | Target curvature from planner |
vCruise |
m/s | Set cruise speed |
longControlState |
enum | Longitudinal control state |
alertText1 |
string | Primary driver alert |
alertText2 |
string | Secondary driver alert |
๐ฎ carControl.csv โ Control Commands
| Column | Unit | Description |
|---|---|---|
latActive |
bool | Lateral control active |
longActive |
bool | Longitudinal control active |
actuators.accel |
m/sยฒ | Commanded acceleration |
actuators.torque |
Nยทm | Commanded steering torque |
actuators.curvature |
1/m | Commanded path curvature |
โ๏ธ carOutput.csv โ Actuator Outputs
| Column | Description |
|---|---|
actuatorsOutput.accel |
Acceleration actuator output |
actuatorsOutput.brake |
Brake actuator output |
actuatorsOutput.gas |
Gas actuator output |
actuatorsOutput.steer |
Steering actuator output |
actuatorsOutput.steerOutputCan |
Raw CAN steering output |
actuatorsOutput.steeringAngleDeg |
Steering angle output (deg) |
๐ง drivingModelData.csv โ Driving Model Predictions
| Column | Description |
|---|---|
action.desiredCurvature |
Model-predicted desired curvature |
action.desiredAcceleration |
Model-predicted desired acceleration |
laneLineMeta.leftProb |
Left lane line detection probability |
laneLineMeta.rightProb |
Right lane line detection probability |
๐ก radarState.csv โ Lead Vehicle Detection
| Column | Unit | Description |
|---|---|---|
leadOne.dRel |
m | Distance to primary lead vehicle |
leadOne.vRel |
m/s | Relative velocity of lead |
leadOne.vLead |
m/s | Absolute velocity of lead |
leadOne.aLeadK |
m/sยฒ | Lead vehicle acceleration |
leadTwo.* |
โ | Secondary lead vehicle (same fields) |
๐ accelerometer.csv โ IMU Data
| Column | Unit | Description |
|---|---|---|
acceleration.v |
m/sยฒ | 3-axis acceleration vector |
timestamp |
โ | Sensor timestamp |
๐ longitudinalPlan.csv โ Planner Outputs
| Column | Unit | Description |
|---|---|---|
aTarget |
m/sยฒ | Target acceleration |
hasLead |
bool | Lead vehicle detected |
fcw |
bool | Forward collision warning active |
speeds[] |
m/s | Planned speed profile |
accels[] |
m/sยฒ | Planned acceleration profile |
๐งญ VehicleIMU.csv, ๐ Gyroscope.csv, ๐ท CameraOdometry.csv, ๐ฏ LiveCalibration.csv, ๐ง LiveParameters.csv
Body-frame IMU and yaw rate, raw angular rates, visual odometry, the device-to-vehicle calibration,
and the online vehicle-parameter estimates of the openpilot stack, each with the same time base as
the other CSV files. Column names follow the corresponding openpilot cereal message fields.
๐ Quick Start
Loading a Single Clip
import json
import pandas as pd
from huggingface_hub import hf_hub_download
repo_id = "HenryYHW/ADAS-TO-Sample"
# pick a clip from the annotation table
labels = pd.read_csv(hf_hub_download(repo_id, "annotations/clip_final_labels.csv", repo_type="dataset"))
clip_path = labels.loc[labels.final_label == "cover", "clip_path"].iloc[0]
# ๐ metadata
with open(hf_hub_download(repo_id, f"{clip_path}/meta.json", repo_type="dataset")) as f:
meta = json.load(f)
# ๐ vehicle state signals
car_state = pd.read_csv(hf_hub_download(repo_id, f"{clip_path}/carState.csv", repo_type="dataset"))
print(meta["car_model"], car_state[["vEgo", "aEgo", "steeringAngleDeg", "brakePressed"]].describe())
๐พ Download the Whole Subset
# Using huggingface-cli (recommended)
huggingface-cli download HenryYHW/ADAS-TO-Sample --repo-type dataset --local-dir ./ADAS-TO-Sample
# Using git-lfs
git lfs install
git clone https://huggingface.co/datasets/HenryYHW/ADAS-TO-Sample
๐ฆ Full Dataset
The full ADAS-TO corpus contains 16,446 takeover clips from 364 drivers, 179 vehicle models and 2,585 routes (~41 GB), plus the safety-critical case annotations.
๐ Access the full dataset: HenryYHW/ADAS-TO
For questions or full dataset access, contact: henryyuhangwang@gmail.com
๐ Privacy & Ethics
- Anonymized identifiers: driver and route IDs are replaced with anonymous tokens (
driver_NNN,route_MMM); the mapping to real device IDs is not released. - Forward-view only: video captures the road-facing view only โ no cabin or driver footage.
- No GPS: clip signal files contain no location coordinates.
- Other road users may appear in the forward video; use accordingly.
๐ Citation
If you use ADAS-TO in your research, please cite the arXiv paper (arXiv:2603.06986):
@article{wang2026adasto,
title = {ADAS-TO: A Large-Scale Multimodal Naturalistic Dataset and
Empirical Characterization of Human Takeovers during ADAS Engagement},
author = {Wang, Yuhang and Xu, Yiyao and Sun, Jingran and Zhou, Hao},
journal = {arXiv preprint arXiv:2603.06986},
year = {2026},
url = {https://arxiv.org/abs/2603.06986}
}
๐ License
This dataset is released under CC BY-NC 4.0.
For academic and non-commercial research purposes.
Built with โค๏ธ for the autonomous driving research community
- Downloads last month
- 120







