Pith. sign in

REVIEW 22 cited by

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

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2405.20337 v1 pith:WZ65AQPV submitted 2024-05-30 cs.CV cs.AI

classification cs.CVcs.AI
keywords occupancydrivingoccsoraautonomousworldgenerationscenetemporal
verification ladder T0 review T1 audit T2 compute T3 formal

Signed reviews

No signed human review yet.

0 comments
read the original abstract

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 framework to describe the general scene dynamics. However, most existing methods adopt an autoregressive framework to perform next-token prediction, which suffer from inefficiency in modeling long-term temporal evolutions. To address this, we propose a diffusion-based 4D occupancy generation model, OccSora, to simulate the development of the 3D world for autonomous driving. We employ a 4D scene tokenizer to obtain compact discrete spatial-temporal representations for 4D occupancy input and achieve high-quality reconstruction for long-sequence occupancy videos. We then learn a diffusion transformer on the spatial-temporal representations and generate 4D occupancy conditioned on a trajectory prompt. We conduct extensive experiments on the widely used nuScenes dataset with Occ3D occupancy annotations. OccSora can generate 16s-videos with authentic 3D layout and temporal consistency, demonstrating its ability to understand the spatial and temporal distributions of driving scenes. With trajectory-aware 4D generation, OccSora has the potential to serve as a world simulator for the decision-making of autonomous driving. Code is available at: https://github.com/wzzheng/OccSora.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 22 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. FDR-Occ: Factorized Dense Routing for Full-Spectrum 3D Occupancy Prediction

    cs.CV 2026-07 conditional novelty 7.0 of 10

    Factorized Dense Routing approximates unconstrained 2D-to-3D feature mixing by hierarchical tensor contractions, yielding global-context occupancy prediction that remains robust without camera extrinsics.

  2. A Comprehensive Survey on World Models for Embodied AI

    cs.CV 2025-10 conditional novelty 6.0 of 10

    A unified three-axis taxonomy — functionality, temporal modeling, spatial representation — organizes the world-model literature for embodied AI.

  3. $I^{2}$-World: Intra-Inter Tokenization for Efficient Dynamic 4D Scene Forecasting

    cs.CV 2025-07 reject novelty 6.0 of 10

    I2-World forecasts 3D occupancy over 3 seconds using an intra/inter tokenizer and reports state-of-the-art results, but the gains come mainly from oracle conditioning on the future ego pose at test time.

  4. GeoDrive: 3D Geometry-Informed Driving World Model with Precise Action Control

    cs.CV 2025-05 conditional novelty 6.0 of 10

    GeoDrive conditions a frozen video diffusion model on a 3D-rendered version of the requested ego trajectory, cutting trajectory-following error by 42% versus Vista while using 99.7% less training data.

  5. Occupancy World Model for Robots

    cs.CV 2025-05 conditional novelty 6.0 of 10

    RoboOccWorld predicts future 3D occupancy for indoor robots by conditioning an autoregressive transformer on the next camera pose, outperforming OccWorld on a restructured ScanNet benchmark.

  6. RoboOcc: Enhancing the Geometric and Semantic Scene Understanding for Robots

    cs.RO 2025-04 conditional novelty 6.0 of 10

    RoboOcc uses opacity-guided and geometry-aware encoding of 3D Gaussian representations to achieve state-of-the-art indoor 3D semantic occupancy prediction from monocular RGB.

  7. Rethinking Temporal Fusion with a Unified Gradient Descent View for 3D Semantic Occupancy Prediction

    cs.CV 2025-04 conditional novelty 6.0 of 10

    GDFusion fuses scene, motion, and geometry cues through gradient-descent-style RNN updates, improving mIoU by 1.4 to 4.8 points on Occ3D while cutting inference memory by 27 to 72 percent.

  8. HERMES: A Unified Self-Driving World Model for Simultaneous 3D Scene Understanding and Generation

    cs.CV 2025-01 conditional novelty 6.0 of 10

    HERMES unifies BEV-based scene understanding and future point cloud generation in a single LLM-driven self-driving world model, with reported gains on nuScenes and OmniDrive-nuScenes.

  9. Doe-1: Closed-Loop Autonomous Driving with Large World Model

    cs.CV 2024-12 conditional novelty 6.0 of 10

    Doe-1 unifies perception, prediction, and planning in autonomous driving into a single autoregressive next-token generation model over image, text, and action tokens.

  10. Owl-1: Omni World Model for Consistent Long Video Generation

    cs.CV 2024-12 conditional novelty 6.0 of 10

    Owl-1 generates long, multi-scene videos by using a language model to maintain a latent state and predict text dynamics, then rendering each clip with a video diffusion model.

  11. GaussianFormer-2: Probabilistic Gaussian Superposition for Efficient 3D Occupancy Prediction

    cs.CV 2024-12 conditional novelty 6.0 of 10

    GaussianFormer-2 predicts 3D semantic occupancy from cameras by multiplying Gaussian occupancy probabilities and using a Gaussian mixture for semantics, beating prior methods with far fewer Gaussians.

  12. EmbodiedOcc: Embodied 3D Occupancy Prediction for Vision-based Online Scene Understanding

    cs.CV 2024-12 conditional novelty 6.0 of 10

    EmbodiedOcc maintains an explicit global Gaussian memory that is progressively updated from monocular RGB frames, and it introduces a reorganized ScanNet benchmark for embodied 3D occupancy prediction.

  13. Spatiotemporal Decoupling for Efficient Vision-Based Occupancy Forecasting

    cs.CV 2024-11 conditional novelty 6.0 of 10

    EfficientOCF forecasts 3D occupancy by decoupling it into 2D BEV occupancy, height, and instance flow, achieving state-of-the-art accuracy and 82.33 ms inference on autonomous driving datasets.

  14. DrivingSphere: Building a High-fidelity 4D World for Closed-loop Simulation

    cs.RO 2024-11 conditional novelty 6.0 of 10

    DrivingSphere combines occupancy-based 4D world generation with video diffusion to create a closed-loop simulation environment for autonomous driving evaluation.

  15. A Definition and Roadmap for World Models

    cs.AI 2026-07 conditional novelty 5.0 of 10

    A perspective article defining world models as finite-resource compression of physical state transitions and outlining a roadmap toward physical AGI via unified representations and interactive simulators.

  16. UniDrive-WM: Unified Understanding, Planning and Generation World Model for Autonomous Driving

    cs.CV 2026-01 conditional novelty 5.0 of 10

    A unified VLM for autonomous driving that couples trajectory planning with future-frame image generation improves open- and closed-loop planning metrics on Bench2Drive and nuScenes.

  17. Scaling Up Occupancy-centric Driving Scene Generation: Dataset and Method

    cs.CV 2025-10 conditional novelty 5.0 of 10

    UniScenev2 scales occupancy-centric driving-scene generation to NuPlan scale, releasing a 3.6M-frame semantic-occupancy dataset and jointly generating occupancy, video, and LiDAR that beats published baselines on its ...

  18. QuadricFormer: Scene as Superquadrics for 3D Semantic Occupancy Prediction

    cs.CV 2025-06 conditional novelty 5.0 of 10

    QuadricFormer represents 3D scenes as a probabilistic mixture of superquadrics, improving accuracy and efficiency over Gaussian-based occupancy prediction on nuScenes.

  19. SSEditor: Controllable Mask-to-Scene Generation with Diffusion Model

    cs.CV 2024-11 conditional novelty 5.0 of 10

    SSEditor generates controllable 3D semantic urban scenes from mask conditions using a triplane autoencoder and a mask-conditional diffusion model, avoiding multi-step resampling.

  20. From 2D to 3D Cognition: A Brief Survey of General World Models

    cs.CV 2025-06 conditional novelty 3.0 of 10

    A survey proposing a two-pillar, three-capability framework that organizes recent AI world models by their transition from 2D visual prediction to 3D cognition.

  21. A Survey of World Models for Autonomous Driving

    cs.RO 2025-01 conditional novelty 2.0 of 10

    A survey presenting a three-branch taxonomy of world models for autonomous driving, plus benchmark tables comparing representative generation and planning methods on nuScenes, Waymo, Occ3D, and CarlaSC.

  22. Vision Technologies with Applications in Traffic Surveillance Systems: A Holistic Survey

    cs.CV 2024-11 conditional novelty 2.0 of 10

    A survey that maps traffic surveillance vision tasks into low- and high-level groups, proposes five recurring limitations, and sketches a foundation-model roadmap.

Pith tools