Chain-of-Thought (CoT) reasoning enhances the decision-making capabilities of vision-language-action models in autonomous driving, but its autoregressive nature introduces significant inference latency, making it impractical for real-time applications. To address this, we introduce FastDriveCoT, a novel parallel decoding method that accelerates template-structured CoT. Our approach decomposes the reasoning process into a dependency graph of distinct sub-tasks, such as identifying critical objects and summarizing traffic rules, some of which can be generated in parallel. By generating multiple independent reasoning steps concurrently within a single forward pass, we significantly reduce the number of sequential computations. Experiments demonstrate a 3-4× speedup in CoT generation and a substantial reduction in end-to-end latency across various model architectures, all while preserving the original downstream task improvements brought by incorporating CoT reasoning.
@article{arxiv.2602.02864,
title = {Accelerating Structured Chain-of-Thought in Autonomous Vehicles},
author = {Yi Gu and Yan Wang and Yuxiao Chen and Yurong You and Wenjie Luo and Yue Wang and Wenhao Ding and Boyi Li and Heng Yang and Boris Ivanovic and Marco Pavone},
journal= {arXiv preprint arXiv:2602.02864},
year = {2026}
}