This question evaluates statistical inference and trajectory-analysis competencies, including representation of 2D turning paths, time-series feature extraction, and comparative modeling to detect behavioral differences between an autonomous fleet and other road users.
You have aerial-drone data that records the 2D turning trajectories of vehicles passing through multiple intersections. Each trajectory corresponds to one vehicle executing a turn (e.g., left or right) within an intersection.
Some trajectories are from Waymo autonomous vehicles, and the rest are from other vehicles (human-driven and/or other fleets). You want to quantify whether Waymo’s turning behavior differs from the population of all other vehicles.
Each observed turn is a trajectory with timestamps:
intersection_id
vehicle_type
(Waymo vs Other)
turn_type
(left/right/straight, if available)
t
(time)
x(t), y(t)
(position in a local intersection coordinate frame)
Optionally derived signals (from smoothing/finite differences):
v(t)
, heading
θ(t)
, curvature
κ(t)
, acceleration
a(t)
State key assumptions, pitfalls, and how you’d validate them.