ColaVLA: Leveraging Cognitive Latent Reasoning for Hierarchical Parallel Trajectory Planning in Autonomous Driving
Qihang Peng1,2,3
Xuesong Chen2,3
Chenye Yang1
Shaoshuai Shi3
Hongsheng Li2
1Tsinghua University
2CUHK MMLab
3Voyager Research, Didi Chuxing
- [2026-03] Model weights and detailed reproduction instructions are released ! 🔥🔥🔥
- [2026-03] Training and evaluation scripts for [CVPR2026] ColaVLA are released ! We also open-source the code for [CVPR2025] SOLVE: Synergy of Language-Vision and End-to-End Networks for Autonomous Driving, an innovative framework that synergizes VLMs with end-to-end models to enhance autonomous vehicle planning, along with the corresponding config and checkpoint.
- [2026-02] Our paper was accept by CVPR2026 ! 🥳
- [2025-12] We release the paper and the project page for ColaVLA.
ColaVLA is a unified vision–language–action framework for autonomous driving trajectory planning. While VLMs provide strong priors and commonsense reasoning, VLM-based planners often suffer from:
- mismatch between discrete text reasoning and continuous control,
- high latency from autoregressive chain-of-thought decoding, and
- non-causal or inefficient planning that hinders real-time deployment.
ColaVLA addresses these issues by transferring reasoning from text to a compact latent space and decoding multi-scale trajectories in parallel.
- Release paper and project page.
- Release training / evaluation code.
- Release model checkpoints.
- Provide detailed reproduction instructions.
We propose Cognitive Latent Reasoning to relocate chain-of-thought from discrete text to a compact latent space, reducing latency while preserving VLM generalization and interpretability.
ColaVLA consists of two key components:
- Cognitive Latent Reasoner: compresses multimodal scene understanding into compact, decision-oriented meta-action embeddings with ego-adaptive selection and only a small number of VLM passes.
- Hierarchical Parallel Planner: generates multi-scale, causality-consistent trajectories in a single forward pass with a hierarchical decoder and a hybrid attention mask.
We report strong performance on nuScenes in both open-loop and closed-loop evaluations, with favorable efficiency and robustness. Please see the paper for full tables, metrics, and ablations.
Qualitative examples show robust multi-scale trajectory planning under complex multi-agent interactions and safety-critical scenarios.
If you have questions about the paper, feel free to open an issue or contact:
- Qihang Peng:
pqh22@mails.tsinghua.edu.cn
If you find our work helpful, please cite:
@misc{peng2025colavlaleveragingcognitivelatent,
title={ColaVLA: Leveraging Cognitive Latent Reasoning for Hierarchical Parallel Trajectory Planning in Autonomous Driving},
author={Qihang Peng and Xuesong Chen and Chenye Yang and Shaoshuai Shi and Hongsheng Li},
year={2025},
eprint={2512.22939},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2512.22939},
}