This repository provides an up-to-date list of approaches that utilise foundation models (FM) in trajectory planning for autonomous driving. It follows the taxonomy provided in the following paper:
Kemal Oksuz, Alexandru Buburuzan, Anthony Knittel, Yuhan Yao, Puneet K. Dokania
"Foundation Models for Trajectory Planning in Autonomous Driving: A Review of Progress and Open Challenges"
Transactions on Machine Learning Research, 2026.
Organised according to the taxonomy presented in the paper:
- Foundation Models Tailored for Trajectory Planning
1.1 Methods Focused Solely on Trajectory Planning
1.2 Methods Providing Additional Capabilities - Foundation Models Guiding Trajectory Planning
2.1 Knowledge Distillation Only During Training
2.2 Knowledge Transfer During Inference
-
Methods using text output of the FM for the Chain-of-Thought Reasoning:
-
Methods using an initial trajectory prediction for the Chain-of-Thought Reasoning (with/without text output of the FM):
-
Methods Providing Language Interaction Capability Only:
- DriveGPT4, IEEE Robotics and Automation Letters in 2024. [paper] [code]
- DriveLM-Agent, ECCV 2024. [paper] [code]
- Emma, TMLR in 2025. [paper] [code]
- OpenDriveVLA, AAAI 2026. [paper] [code]
- DiMA-MLLM, CVPR 2025. [paper]
- Omni-Q/L, CVPR 2025. [paper] [code]
- Orion, ICCV 2025. [paper] [code]
- ReCogDrive, ICLR 2026. [paper] [code]
-
Methods Providing Language and Action Interaction Capabilities:
-
- VLM-E2E, preprint in 2025. [paper]
- DME-Driver, AAAI 2025. [paper]
- Senna-E2E, preprint in 2024. [paper] [code]
- DiffVLA, Runner Up in Autonomous Grand Challenge 2025. [paper]
- DriveVLM-Dual, CoRL 2024. [paper]
- Solve-E2E-Async, CVPR 2025. [paper]
- DiMA-Dual, CVPR 2025. [paper]
- HE-Drive, preprint in 2024. [paper]
- VDT-Auto, preprint in 2025. [paper] [code]
- FasionAD++, preprint in 2025. [paper]
- AsyncDriver, ECCV 2024. [paper] [code]
If you know of an approach built on a FM (VLM/LLM etc.) or utilizes a foundation model for knowledge transfer, and is not in this repository, you are welcome to request the addition of that paper. For such an addition, please open a pull request by briefly explaining which section of the taxonomy that the paper fits into.
@article{
oksuz2026foundation,
title={Foundation Models for Trajectory Planning in Autonomous Driving: A Review of Progress and Open Challenges},
author={Kemal Oksuz and Alexandru Buburuzan and Anthony Knittel and Yuhan Yao and Puneet K. Dokania},
journal={Transactions on Machine Learning Research},
issn={2835-8856},
year={2026},
url={https://openreview.net/forum?id=E2L5J2O2Bk},
note={Survey Certification}
}
Please contact Kemal Öksüz (kemal.oksuz@bosch.com) for your questions about this webpage.