You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

πŸš— ADAS-TO

A large-scale naturalistic dataset of real-world Level-2 ADAS β†’ human control transitions.

16,446 takeover clips Β· 364 drivers Β· 179 vehicle models Β· 2,585 routes Β· ~41 GB

Each clip is a self-contained 20 s multimodal record centered on an automation disengagement: front-view video plus 13 synchronized CAN / perception / IMU signal files.


Why this dataset

Most takeover research comes from simulators or small scripted road experiments. ADAS-TO instead captures how drivers actually resume control during everyday production-ADAS use β€” across heterogeneous traffic, roadway, weather and vehicle platforms β€” with the road scene, automation state, driver inputs, vehicle dynamics and post-intervention safety margins aligned on the same control-transfer event.


Clip structure

t = 0 is the reconstructed ADAS disengagement and sits at the midpoint of every clip:

|<--------- 10 s ADAS engaged --------->|<--------- 10 s manual driving --------->|
                                     t = 0

Directory layout

ADAS-TO/
β”œβ”€β”€ <CAR_MODEL>/                    e.g. TOYOTA_PRIUS, 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             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/

15 files per clip (1 video + 1 metadata + 13 CSVs). Vehicle logs are sampled at up to 100 Hz where an rlog was available, otherwise at the qlog rate; video is 20 fps.


Annotations

File Rows Contents
annotations/clip_final_labels.csv 16,446 scenario label per clip + lc_direction, human_labeled
annotations/urgency_stability.parquet 4,971 take-over urgency U_main, post-hand-back stability S, settling time
annotations/selection_metrics.parquet 6,223 nine safety-selection indicator values per eligible clip
annotations/selection_flags.parquet 6,223 boolean flag per indicator
annotations/safety_critical_749.parquet 749 manually reviewed safety-critical case set + context labels
annotations/safety_critical_labels.jsonl 749 {clip_path, labels} multi-label context taxonomy
annotations/selection_thresholds.csv 54 every candidate threshold considered, with the chosen one flagged

Scenario partition (clip_final_labels.csv)

Every clip was screened with synchronized signals and then manually reviewed (11,697 clips received human review; all cover clips were human-confirmed):

Label n Meaning
cover 6,346 Maneuver-Filtered ADAS β€” ordinary lane-keeping / car-following, no maneuver confound
turn 4,191 intersection turn or departure from the through path
stop 3,082 stopping / decelerating for a traffic control
lane_change 2,573 lane transition, merge or fork (lc_direction gives left/right)
Unknown 254 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.


Related datasets

Repo Contents
ADAS-TO-Sample small sampled subset for quick inspection
ADAS-TO-Critical 491 "difficult hand-backs": high intervention demand and unstable post-hand-back motion

Privacy & licensing

  • Driver and route identifiers are anonymized (driver_NNN / route_MMM); the mapping to the original device IDs is not released.
  • Clip signal files contain no GPS coordinates.
  • Video is raw forward-facing road scene and may contain other road users; use accordingly.
  • Released under CC BY-NC 4.0 for non-commercial research. Access is granted manually.

Please cite the ADAS-TO paper when using this dataset.

Downloads last month
35