CoC-VLA: Delving into Adversarial Domain Transfer for Explainable Autonomous Driving via Chain-of-Causality Visual-Language-Action Model
Dapeng Zhang, Fei Shen, Rui Zhao, Yinda Chen, Peng Zhi, Chenyang Li, Rui Zhou, Qingguo Zhou
TL;DR
This work addresses the challenge of transferring long-tail driving capabilities learned in simulation to real-world autonomous driving while preserving interpretability. It introduces CoC-VLA, a Chain-of-Causality Visual Language Model framework with a teacher VLM, a student VLM, and a transformer-based discriminator to align domains and enable end-to-end reasoning across temporal frames. The method uses a Text Adapter, Vision Adapter, LLM Brain, and CoC Answer to produce concise, causally linked driving instructions, and employs a novel backpropagation strategy to stabilize adversarial training. Experiments on CARLA-VLM and nuScenes-VLM demonstrate strong performance gains in language-based evaluation and open-loop driving metrics, validating the approach for robust sim-to-real transfer and explainable autonomous driving.
Abstract
Autonomous driving represents a prominent application of artificial intelligence. Recent approaches have shifted from focusing solely on common scenarios to addressing complex, long-tail situations such as subtle human behaviors, traffic accidents, and non-compliant driving patterns. Given the demonstrated capabilities of large language models (LLMs) in understanding visual and natural language inputs and following instructions, recent methods have integrated LLMs into autonomous driving systems to enhance reasoning, interpretability, and performance across diverse scenarios. However, existing methods typically rely either on real-world data, which is suitable for industrial deployment, or on simulation data tailored to rare or hard case scenarios. Few approaches effectively integrate the complementary advantages of both data sources. To address this limitation, we propose a novel VLM-guided, end-to-end adversarial transfer framework for autonomous driving that transfers long-tail handling capabilities from simulation to real-world deployment, named CoC-VLA. The framework comprises a teacher VLM model, a student VLM model, and a discriminator. Both the teacher and student VLM models utilize a shared base architecture, termed the Chain-of-Causality Visual-Language Model (CoC VLM), which integrates temporal information via an end-to-end text adapter. This architecture supports chain-of-thought reasoning to infer complex driving logic. The teacher and student VLM models are pre-trained separately on simulated and real-world datasets. The discriminator is trained adversarially to facilitate the transfer of long-tail handling capabilities from simulated to real-world environments by the student VLM model, using a novel backpropagation strategy.
