An Efficient and Multi-Modal Navigation System with One-Step World Model
Wangtian Shen, Ziyang Meng, Jinming Ma, Mingliang Zhou, Diyun Xiang
TL;DR
The paper addresses the latency and 3D reasoning limitations of end-to-end and diffusion-based navigation approaches by introducing a one-step, non-autoregressive world model built on a 3D U-Net with spatial-temporal attention. This model simultaneously predicts multiple future frames in latent space, enabling real-time planning when combined with an anchor-based CEM framework that handles multi-modal goals (image, language, point). Key contributions include the one-step generation objective with bootstrap distillation, a computation-efficient architecture, pretraining plus random trajectory sampling to boost data efficiency, and a unified planning approach that demonstrates superior closed-loop performance in simulation and real-world experiments. The findings indicate substantial gains in generation quality, inference speed, and navigation success across multiple modalities, highlighting practical impact for robust, real-time mobile robot navigation.
Abstract
Navigation is a fundamental capability for mobile robots. While the current trend is to use learning-based approaches to replace traditional geometry-based methods, existing end-to-end learning-based policies often struggle with 3D spatial reasoning and lack a comprehensive understanding of physical world dynamics. Integrating world models-which predict future observations conditioned on given actions-with iterative optimization planning offers a promising solution due to their capacity for imagination and flexibility. However, current navigation world models, typically built on pure transformer architectures, often rely on multi-step diffusion processes and autoregressive frame-by-frame generation. These mechanisms result in prohibitive computational latency, rendering real-time deployment impossible. To address this bottleneck, we propose a lightweight navigation world model that adopts a one-step generation paradigm and a 3D U-Net backbone equipped with efficient spatial-temporal attention. This design drastically reduces inference latency, enabling high-frequency control while achieving superior predictive performance. We also integrate this model into an optimization-based planning framework utilizing anchor-based initialization to handle multi-modal goal navigation tasks. Extensive closed-loop experiments in both simulation and real-world environments demonstrate our system's superior efficiency and robustness compared to state-of-the-art baselines.
