English

Accelerating Structured Chain-of-Thought in Autonomous Vehicles

Robotics 2026-02-04 v1

Abstract

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×\times 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.

Keywords

Cite

@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}
}
R2 v1 2026-07-01T09:33:07.086Z