Gating Before Commitment: Anticipating Intent Divergence to Prevent Post-Interaction Decision Failures in Autonomous Driving

2026-08-26Robotics

RoboticsArtificial Intelligence
AI summary

The authors studied a decision-making layer that helps a vehicle better understand what other drivers intend to do, aiming to avoid planning mistakes that can cause accidents. Their system uses language-guided intent detection and checks if the planned path might go outside a safe corridor, stopping risky maneuvers early. In tests replaying real off-road departures and crashes, this gating method was the only part that fixed errors by quickly detecting when the vehicle was drifting out of bounds. They also improved the system's reliability by reducing false alarms related to uncertainty. Overall, the authors show that their approach is effective at fast failure detection and preventing unsafe plans.

intent misinterpretationlanguage-guided intent moduleplanning failuresgating mechanismtrajectory corridorcollision detectionuncertainty handlingoff-road departurefalse positivesdecision layer
Authors
Cong Xu, Ravi Sankar
Abstract
Intent misinterpretation during vehicle interactions causes recurring planning failures. We study a decision layer in which a language-guided intent module reads structured descriptors, computes a smoothed intent-geometry divergence score, and gates the planned maneuver before commitment, upstream of a corridor envelope. On a replayed off-road departure and four crash clips under a frozen, disclosed implementation, gating is the only layer that repairs the plan: on the main case it fires 72 ms after the drift onset but 161 ms before the corridor exit, keeping the trajectory in the corridor in all ten replays. The first calibration draws nine false triggers in 5.9 minutes, each from scoring uncertainty as half a conflict; a preregistered redesign treating uncertainty as abstention cuts this to 0.341 per minute. Two ablations bound the model's contribution: the full score detects fastest on four of five failures under the deployed eligibility, three of five against the unvetoed rule (000871 by one cycle; 000228 by a pre-onset fire on an uncertain stretch that five clips cannot classify as signal or coincidence; dropping the confidence term costs two detections), while on in-domain tracks at equal false positives the geometric rule more than triples its detection. The evidence supports the gating mechanism; the model's demonstrated roles are the fastest detection on these failures and an uncertainty veto on the geometric rule.