paper-with-me

홈 › Papers

GenieDrive: Towards Physics-Aware Driving World Model with 4D Occupancy Guided Video Generation

2025-12-14 · Zhenya Yang, Zhe Liu, Yuxiang Lu, Liping Hou, Chenxuan Miao, Siyi Peng, Bailan Feng, Xiang Bai, Hengshuang Zhao arxiv

Physics-aware driving world model is essential for drive planning, out-of-distribution data synthesis, and closed-loop evaluation. However, existing methods often rely on a single diffusion model to directly map driving actions to videos, which makes learning difficult and leads to physically inconsistent outputs. To overcome these challenges, we propose GenieDrive, a novel framework designed for physics-aware driving video generation. Our approach starts by generating 4D occupancy, which serves as a physics-informed foundation for subsequent video generation. 4D occupancy contains rich physical information, including high-resolution 3D structures and dynamics. To facilitate effective compression of such high-resolution occupancy, we propose a VAE that encodes occupancy into a latent tri-plane representation, reducing the latent size to only 58% of that used in previous methods. We further introduce Mutual Control Attention (MCA) to accurately model the influence of control on occupancy evolution, and we jointly train the VAE and the subsequent prediction module in an end-to-end manner to maximize forecasting accuracy. Together, these designs yield a 7.2% improvement in forecasting mIoU at an inference speed of 41 FPS, while using only 3.47 M parameters. Additionally, a Normalized Multi-View Attention is introduced in the video generation model to generate multi-view driving videos with guidance from our 4D occupancy, significantly improving video quality with a 20.7% reduction in FVD. Experiments demonstrate that GenieDrive enables highly controllable, multi-view consistent, and physics-aware driving video generation.

📄 PDF Abstract BibTeX arXiv:2512.12751

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Similar Papers 제목 키워드 기반

OccSora: 4D Occupancy Generation Models as World Simulators for Autonomous Driving

2024-05-30 · Lening Wang, Wenzhao Zheng, Yilong Ren, Han Jiang 외

Understanding the evolution of 3D scenes is important for effective autonomous driving. While conventional methods mode scene development with the motion of individual instances, world models emerge as a generative frame…

Autonomous DrivingDecision Making

OWMDrive: Causality-Aware End-to-End Autonomous Driving via 4D Occupancy World Model

2026-06-29 · Junjie Cheng, Ruiqi Song, Ye Wu, Nanxing Zeng 외 arxiv

Autonomous driving systems are steadily moving toward end-to-end paradigms to mitigate the limited adaptability of rule-based pipelines in complex traffic environments. However, most existing learning-based methods still…

Autonomous Driving

Driving in the Occupancy World: Vision-Centric 4D Occupancy Forecasting and Planning via World Models for Autonomous Driving

2024-08-26 · Yu Yang, Jianbiao Mei, Yukai Ma, Siliang Du 외

World models envision potential future states based on various ego actions. They embed extensive knowledge about the driving environment, facilitating safe and scalable autonomous driving. Most existing methods primarily…

Autonomous DrivingDecoder

OccWorld: Learning a 3D Occupancy World Model for Autonomous Driving

2023-11-27 · Wenzhao Zheng, Weiliang Chen, Yuanhui Huang, Borui Zhang 외

Understanding how the 3D scene evolves is vital for making decisions in autonomous driving. Most existing methods achieve this by predicting the movements of object boxes, which cannot capture more fine-grained scene inf…

Autonomous Driving

OccLLaMA: An Occupancy-Language-Action Generative World Model for Autonomous Driving

2024-09-05 · Julong Wei, Shanshuai Yuan, Pengfei Li, Qingda Hu 외

The rise of multi-modal large language models(MLLMs) has spurred their applications in autonomous driving. Recent MLLM-based methods perform action by learning a direct mapping from perception to action, neglecting the d…

Autonomous DrivingMotion PlanningQuestion AnsweringVision-Language-Action+1