# Drive-WM **Repository Path**: cgsdfc/Drive-WM ## Basic Information - **Project Name**: Drive-WM - **Description**: [CVPR 2024] A world model for autonomous driving. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-23 - **Last Updated**: 2025-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Drive-WM ## Driving into the Future: Multiview Visual Forecasting and Planning with World Model for Autonomous Driving [Yuqi Wang*](https://robertwyq.github.io/), [Jiawei He*](https://jiaweihe.com/), [Lue Fan*](https://lue.fan/), [Hongxin Li*](https://github.com/ZJULiHongxin), [Yuntao Chen†](https://scholar.google.com/citations?user=iLOoUqIAAAAJ), [Zhaoxiang Zhang†](https://zhaoxiangzhang.net/) (*: Equal Contribution; †: Corresponding Author) [[arXiv](https://arxiv.org/abs/2311.17918)] [[Project page](https://drive-wm.github.io/)] ![logo](https://github.com/BraveGroup/Drive-WM/assets/27729041/8418123e-35fa-450a-abd6-da266461cb78) ## TO DO - [ ] Conditional image generation model weights (coming soon🚀) - [ ] Conditional video generation model weights - [ ] Action-conditioned video forecast model weights - [ ] Training codes for all models ## Get Started Our code is based on the open-source project diffusers. ## Citation ``` @article{wang2023driving, title={Driving into the Future: Multiview Visual Forecasting and Planning with World Model for Autonomous Driving}, author={Wang, Yuqi and He, Jiawei and Fan, Lue and Li, Hongxin and Chen, Yuntao and Zhang, Zhaoxiang}, journal={arXiv preprint arXiv:2311.17918}, year={2023} } ``` ## Acknowledgement Many thanks to the following open-source projects: * [diffusers](https://github.com/huggingface/diffusers)