Shift & Drift: A Zero-Shot Benchmark for Generalizable and Robust Autonomous Driving Motion Planning

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, extended

Summary

"Shift & Drift" is a novel dual-track benchmark designed to rigorously stress-test autonomous driving motion planners for generalization and robustness. The Semantic Shift Track converts the aerial DeepScenario Open 3D dataset into the nuPlan simulation framework, enabling zero-shot evaluation of planners trained on North American and Singaporean data against 1,182 scenarios from four German cities and San Francisco, featuring dense pedestrian-cyclist interactions. The State-Distribution Drift Track injects stochastic perturbations, including Additive White Gaussian Noise and Ornstein-Uhlenbeck processes, into the ego vehicle's dynamics to quantify robustness against compounding execution errors. Evaluation of diverse planning paradigms, including imitation learning (IL), reinforcement learning (RL), and rule-based methods, revealed that IL methods exhibit significant failures under semantic shift, with performance drops up to 76%, and suffer from persistent drift. In contrast, the RL-based CaRL planner demonstrated superior resilience, maintaining high safety and progress metrics with at most an 8% performance decay even under high-intensity state-distribution drift.

Key takeaway

For Machine Learning Engineers developing autonomous driving systems, you should prioritize evaluation benchmarks that rigorously test generalization and robustness beyond in-distribution performance. Relying solely on imitation learning methods risks significant performance degradation (up to 76%) in novel urban topologies or under execution perturbations. Instead, consider reinforcement learning approaches, which demonstrate superior resilience and graceful degradation, maintaining safety and progress even under high-intensity state-distribution drift, crucial for real-world deployment.

Key insights

The benchmark reveals that current AD planners, especially IL-based, lack generalization and robustness to semantic and state-distribution shifts.

Principles

Method

The Shift & Drift benchmark uses a dual-track approach: converting aerial 3D datasets for semantic shift evaluation and injecting stochastic noise (AWGN, OU process) into ego dynamics for robustness testing.

In practice

Topics

Code references

Best for: Research Scientist, Computer Vision Engineer, AI Scientist, Machine Learning Engineer, Robotics Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.