paper-with-me

홈 › Papers

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

2023-11-27 · Wenzhao Zheng, Weiliang Chen, Yuanhui Huang, Borui Zhang, Yueqi Duan, Jiwen Lu

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 information. In this paper, we explore a new framework of learning a world model, OccWorld, in the 3D Occupancy space to simultaneously predict the movement of the ego car and the evolution of the surrounding scenes. We propose to learn a world model based on 3D occupancy rather than 3D bounding boxes and segmentation maps for three reasons: 1) expressiveness. 3D occupancy can describe the more fine-grained 3D structure of the scene; 2) efficiency. 3D occupancy is more economical to obtain (e.g., from sparse LiDAR points). 3) versatility. 3D occupancy can adapt to both vision and LiDAR. To facilitate the modeling of the world evolution, we learn a reconstruction-based scene tokenizer on the 3D occupancy to obtain discrete scene tokens to describe the surrounding scenes. We then adopt a GPT-like spatial-temporal generative transformer to generate subsequent scene and ego tokens to decode the future occupancy and ego trajectory. Extensive experiments on the widely used nuScenes benchmark demonstrate the ability of OccWorld to effectively model the evolution of the driving scenes. OccWorld also produces competitive planning results without using instance and map supervision. Code: https://github.com/wzzheng/OccWorld.

📄 PDF Abstract BibTeX arXiv:2311.16038

Code (1)

wzzheng/occworld 공식 구현 pytorch

Tasks

Autonomous Driving

Similar Papers 제목 키워드 기반

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

Occupancy World Model for Robots

2025-05-07 · Zhang Zhang, Qiang Zhang, Wei Cui, Shuai Shi 외

Understanding and forecasting the scene evolutions deeply affect the exploration and decision of embodied agents. While traditional methods simulate scene evolutions through trajectory prediction of potential instances, …

modelTrajectory Prediction

VISA: VLM-Guided Instance Semantic Auditing for 3D Occupancy World Models

2026-06-11 · Ruiqi Xian, Yuehan Xian, Jing Liang, Xuewei Qi 외 arxiv

Semantic 3D occupancy provides a voxelized world state for autonomous driving and robot decision making, but object and rare-class errors can affect free-space interpretation, collision checking, and temporal state propa…

Autonomous DrivingDecision Making

An Efficient Occupancy World Model via Decoupled Dynamic Flow and Image-assisted Training

2024-12-18 · Haiming Zhang, Ying Xue, Xu Yan, Jiacheng Zhang 외

The field of autonomous driving is experiencing a surge of interest in world models, which aim to predict potential future scenarios based on historical observations. In this paper, we introduce DFIT-OccWorld, an efficie…

Autonomous DrivingMotion Planning

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