CVLGMar 19

CausalVAD: De-confounding End-to-End Autonomous Driving via Causal Intervention

arXiv:2603.1856150.04 citationsh-index: 2
AI Analysis

This addresses reliability and safety issues in autonomous driving by mitigating dataset biases, though it is an incremental improvement over existing methods.

The paper tackles the problem of causal confusion in end-to-end autonomous driving models by introducing CausalVAD, a de-confounding training framework that uses causal intervention to eliminate spurious associations, resulting in state-of-the-art planning accuracy and safety on benchmarks like nuScenes.

Planning-oriented end-to-end driving models show great promise, yet they fundamentally learn statistical correlations instead of true causal relationships. This vulnerability leads to causal confusion, where models exploit dataset biases as shortcuts, critically harming their reliability and safety in complex scenarios. To address this, we introduce CausalVAD, a de-confounding training framework that leverages causal intervention. At its core, we design the sparse causal intervention scheme (SCIS), a lightweight, plug-and-play module to instantiate the backdoor adjustment theory in neural networks. SCIS constructs a dictionary of prototypes representing latent driving contexts. It then uses this dictionary to intervene on the model's sparse vectorized queries. This step actively eliminates spurious associations induced by confounders, thereby eliminating spurious factors from the representations for downstream tasks. Extensive experiments on benchmarks like nuScenes show CausalVAD achieves state-of-the-art planning accuracy and safety. Furthermore, our method demonstrates superior robustness against both data bias and noisy scenarios configured to induce causal confusion.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes