π€ AI Summary
Existing RGB videoβbased world models are highly sensitive to irrelevant visual factors such as dynamic backgrounds and illumination changes, leading to poor policy generalization and fragile control. To address this, this work proposes the Mask World Model (MWM), which introduces semantic mask prediction into world modeling for the first time. Instead of predicting raw pixels, MWM leverages a video diffusion architecture to forecast semantic masks and employs a geometric information bottleneck to focus on essential physical dynamics and contact relationships. An integrated diffusion-based policy head enables end-to-end robust control. The method substantially outperforms current RGB-based world models on the LIBERO and RLBench simulation benchmarks and demonstrates strong generalization and robustness in real-world robotic experiments as well as under random token pruning stress tests.
π Abstract
World models derived from large-scale video generative pre-training have emerged as a promising paradigm for generalist robot policy learning. However, standard approaches often focus on high-fidelity RGB video prediction, this can result in overfitting to irrelevant factors, such as dynamic backgrounds and illumination changes. These distractions reduce the model's ability to generalize, ultimately leading to unreliable and fragile control policies. To address this, we introduce the Mask World Model (MWM), which leverages video diffusion architectures to predict the evolution of semantic masks instead of pixels. This shift imposes a geometric information bottleneck, forcing the model to capture essential physical dynamics and contact relations while filtering out visual noise. We seamlessly integrate this mask dynamics backbone with a diffusion-based policy head to enable robust end-to-end control. Extensive evaluations demonstrate the superiority of MWM on the LIBERO and RLBench simulation benchmarks, significantly outperforming the state-of-the-art RGB-based world models. Furthermore, real-world experiments and robustness evaluation (via random token pruning) reveal that MWM exhibits superior generalization capabilities and robust resilience to texture information loss.