Behavioral Planning: A high-level decision-making layer in AD stacks that determines maneuvers (e.g., change lane, stop) which are then executed by a motion planner.
Apollo: An open-source, industrial-grade autonomous driving software platform.
CARLA: An open-source simulator for autonomous driving research.
Closed-loop driving: A testing setting where the model's decisions actively control the vehicle and influence future states, as opposed to passive dataset prediction.
MPI: Miles Per Intervention—a metric measuring the average distance a vehicle drives autonomously before requiring human takeover.
DS: Driving Score—a composite metric in CARLA measuring route completion weighted by infractions.
CLIP: Contrastive Language-Image Pre-training—a model used to align visual and text representations.
SST: Single-Stride Sparse Transformer—a specific architecture for processing LiDAR point clouds efficiently.
Driving Score (DS): A metric combining route completion percentage and infraction penalties.
Route Completion (RC): The percentage of the route distance completed by the agent.