TL;DR
End-to-end (E2E) autonomous driving planners often mistakenly associate unrelated scene elements with driving decisions, leading to unreliable performance. CADET is a training-free framework that audits and repairs these planners by identifying and addressing spurious dependencies without needing to retrain the model.
✦ Why It Matters
Engineers can use CADET to enhance the reliability of existing autonomous driving systems without extensive retraining.
Key Takeaways
How It Works
CADET employs a physics-grounded approach to causal auditing, allowing it to analyze the decision-making process of E2E planners. By focusing on causal relationships, it distinguishes between relevant and irrelevant scene elements, identifying those that lead to unsafe driving behaviors.
Related