Counterfactual VLA: Self-Reflective Vision-Language-Action Model with Adaptive Reasoning
Zhenghao "Mark" Peng, Wenhao Ding, Yurong You, Yuxiao Chen, Wenjie Luo, Thomas Tian, Yulong Cao, Apoorva Sharma, Danfei Xu, Boris Ivanovic, Boyi Li, Bolei Zhou, Yan Wang, Marco Pavone
TL;DR
Counterfactual VLA (CF-VLA) addresses the lack of internal self-critique in reasoning-augmented Vision-Language-Action systems for autonomous driving by enabling counterfactual reasoning over its own predicted meta-actions. It introduces time-segmented meta-actions, a rollout-filter-label pipeline to mine high-value failure cases, and a counterfactual reasoning step that revises plans before trajectory generation, yielding adaptive thinking that concentrates effort on harder scenarios. Empirical results show substantial gains in trajectory accuracy (up to 17.6%) and safety (up to 20.5%), with multi-round CF data further enhancing performance while reducing think rate. The work demonstrates that integrating self-reflection into embodied agents can produce safer, more reliable driving policies and offers a general paradigm for self-improving action-conditioned reasoning in AI systems.
Abstract
Recent reasoning-augmented Vision-Language-Action (VLA) models have improved the interpretability of end-to-end autonomous driving by generating intermediate reasoning traces. Yet these models primarily describe what they perceive and intend to do, rarely questioning whether their planned actions are safe or appropriate. This work introduces Counterfactual VLA (CF-VLA), a self-reflective VLA framework that enables the model to reason about and revise its planned actions before execution. CF-VLA first generates time-segmented meta-actions that summarize driving intent, and then performs counterfactual reasoning conditioned on both the meta-actions and the visual context. This step simulates potential outcomes, identifies unsafe behaviors, and outputs corrected meta-actions that guide the final trajectory generation. To efficiently obtain such self-reflective capabilities, we propose a rollout-filter-label pipeline that mines high-value scenes from a base (non-counterfactual) VLA's rollouts and labels counterfactual reasoning traces for subsequent training rounds. Experiments on large-scale driving datasets show that CF-VLA improves trajectory accuracy by up to 17.6%, enhances safety metrics by 20.5%, and exhibits adaptive thinking: it only enables counterfactual reasoning in challenging scenarios. By transforming reasoning traces from one-shot descriptions to causal self-correction signals, CF-VLA takes a step toward self-reflective autonomous driving agents that learn to think before they act.
