MaskGWM: A Generalizable Driving World Model with Video Mask Reconstruction
TLDR
MaskGWM combines diffusion transformers with MAE-style mask reconstruction for generalizable driving world models, enabling long-horizon and multi-view video prediction.
Reasoning
The paper introduces a novel integration of generative diffusion loss and feature-level mask reconstruction to improve generalization and predictive duration in driving world models. Strengths include clear architectural innovations (DiT with spatial-temporal masking) and validation on standard benchmarks. Weaknesses are the narrow focus on driving scenarios and lack of evidence for real-world deployment beyond dataset evaluation.
Read-first score
Read-first score 85.8, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 56.
Field roles
Rank sensitivity
Stability: stable; rank range: 0.
Keyword Scores
Deep Analysis
Innovations
- Combining generation loss with MAE-style feature-level context learning
- Scalable Diffusion Transformer (DiT) structure trained with extra mask construction task
- Diffusion-related mask tokens to handle fuzzy relations between mask reconstruction and generative diffusion
- Spatial-temporal mask construction using row-wise mask for shifted self-attention instead of masked self-attention in MAE
- Row-wise cross-view module aligned with mask design
- Two variants: MaskGWM-long for long-horizon prediction and MaskGWM-mview for multi-view generation
Methodology
The model uses a Diffusion Transformer (DiT) architecture with an additional mask construction task. It introduces diffusion-related mask tokens and employs row-wise masks for shifted self-attention to extend mask construction to the spatial-temporal domain, along with a row-wise cross-view module. Training and evaluation are conducted on standard benchmarks including Nuscenes, OpenDV-2K, and Waymo datasets, comparing against state-of-the-art driving world models.
Key Results
The method achieves notable improvements over state-of-the-art driving world models on normal validation (Nuscenes), long-horizon rollout (OpenDV-2K), and zero-shot validation (Waymo) datasets.