Simulation
Highway Scenario (NGSIM Dataset)
An HV in the leftmost lane initiates a rightward staged lane change, briefly pauses in the second leftmost lane, and then abruptly resumes its rightward maneuver just as the EV approaches. Meanwhile, other HVs maintain steady driving. The EV is required to dynamically capture the uncertain HV intentions and proactively responds to the potential cut-in of the HV.
Ablations
Our method: Online update the HV FRS for defensive driving via a contingency planning framework.
Deterministic-Barrier-Planner: Rely on deterministic prediction, resulting in collission with sudden cut-in HV.
Worst-Case-Barrier-Planner: Yield the HV conservatively with premature deceleration.
Comparisons
Our method: Smooth speed adjustment with moderate lateral avoidance.
ST-RHC [7]: Resort to last-minute aggressive avoidance.
Uncertainty-Aware Planner [44]: Keep safe with excessive deceleration and abrupt lateral maneuvers.

Trajectory and speed profiles of the EV under different planning methods in the abrupt cut-in scenario.

Evolution of longitudinal and lateral acceleration profiles of EV with different planning methods (bounds shown as dashed lines).
Performance Evaluation Across Key Metrics
Method | Safety | Comfort | Efficiency | Time (s) | |||
---|---|---|---|---|---|---|---|
Coll. (%) | Min. (m) | Jerkx (m/s3) | Jerky (m/s3) | Speed (m/s) | Dist. (m) | ||
Deter. Barr. Pl. | 27.27 | 0.31 | 5.00 | 3.21 | 19.86 | 234.05 | 0.035 |
Wors. Barr. Pl. | 0.00 | 6.53 | 6.17 | 7.08 | 15.75 | 186.07 | 0.033 |
Proposed | 0.00 | 1.48 | 4.41 | 3.13 | 19.31 | 228.38 | 0.034 |
ST-RHC [7] | 18.18 | 0.35 | 6.39 | 3.83 | 20.21 | 239.49 | 0.029 |
Uncert. Pl. [44] | 0.00 | 5.61 | 9.67 | 10.23 | 14.28 | 168.16 | 0.038 |
Stress testing shows that the proposed method achieves superior safety (0% collision rate) while preserving comparable travel efficiency and comfort metrics.
[7] Zheng et al. (2024) | [44] Zhou et al. (2025)
Unsignalized Intersection Scenario
An oncoming southbound HV initially exhibits normal driving behavior before abruptly executing a right turn across the intended path of the EV. The EV is required to handle dense traffic and emergent conflicts with proactive defensive maneuvers for HV uncertainties.
Ablations
Our method: Safely navigate with anticipatory deceleration and controlled rightward avoidance maneuvers.
Deterministic-Barrier-Planner: Lack of defensive driving capability to handle uncertain HV behaviors.
Worst-Case-Barrier-Planner: Yield until intersection clearance with excessive early deceleration.
Comparisons
Our method: Preserve the feasibility of safe trajectories, supporting defensive driving in uncertain traffic conflicts.
ST-RHC [7]: Collide with HV and result in planner infeasibility due to rapidly shrinking feasible space between adjacent vehicles.
Uncertainty-Aware Planner [43]: Navigate conservatively with excessive speed reduction and the shortest travel distance.