Skip to content

pqh22/ColaVLA

Repository files navigation


ColaVLA: Leveraging Cognitive Latent Reasoning for Hierarchical Parallel Trajectory Planning in Autonomous Driving

🔥 CVPR 2026 🔥

Qihang Peng1,2,3Xuesong Chen2,3Chenye Yang1Shaoshuai Shi3Hongsheng Li2
1Tsinghua University   2CUHK MMLab   3Voyager Research, Didi Chuxing

arXiv


🔥 News


🎄 Overview

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:

  1. mismatch between discrete text reasoning and continuous control,
  2. high latency from autoregressive chain-of-thought decoding, and
  3. 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.


📝 TODO

  • Release paper and project page.
  • Release training / evaluation code.
  • Release model checkpoints.
  • Provide detailed reproduction instructions.

📚 Getting Started

  1. Environment Setup
  2. Train&Inference

⭐ Motivation (Reasoning Paradigm)

Illustration

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.


📖 Framework

Framework

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.

📊 Results

Open-loop Results
Closed-loop Results

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.


👀 Visualization

Visualization

Qualitative examples show robust multi-scale trajectory planning under complex multi-agent interactions and safety-critical scenarios.


📬 Contact

If you have questions about the paper, feel free to open an issue or contact:

  • Qihang Peng: pqh22@mails.tsinghua.edu.cn

🔗 Citation

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}, 
}

About

[CVPR2026] ColaVLA: Leveraging Cognitive Latent Reasoning for Hierarchical Parallel Trajectory Planning in Autonomous Driving & [CVPR2025] SOLVE: Synergy of Language-Vision and End-to-End Networks for Autonomous Driving

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages