H-WM: Robotic Task and Motion Planning Guided by Hierarchical World Model
Wenyuan Chen, Jinbang Huang, Oscar Pang, Zhiyuan Li, Xiao Hu, Lingfeng Zhang, Zhanguang Zhang, Mark Coates, Tongtong Cao, Xingyue Quan, Yingxue Zhang
TL;DR
This work introduces a Hierarchical World Model (H-WM) that jointly predicts symbolic state transitions and latent visual subgoals to guide long-horizon Vision–Language–Action (VLA) robotic tasks. It combines a fine-tuned LLM-based logical world model with a latent-feature visual world model, enabling stable, perceptually grounded planning and execution through subtask completion signals and structured attention. The authors build the LIBERO-Logic dataset, train on LIBERO-LoHo benchmarks, and demonstrate that bilevel guidance significantly improves Q-Score and Success Rate over end-to-end, language-guided, and logic-only baselines, with ablations highlighting the value of visual grounding. This approach offers a scalable way to bridge symbolic reasoning and perceptual grounding, improving robustness for complex manipulation tasks across extended horizons.
Abstract
World models are becoming central to robotic planning and control, as they enable prediction of future state transitions. Existing approaches often emphasize video generation or natural language prediction, which are difficult to directly ground in robot actions and suffer from compounding errors over long horizons. Traditional task and motion planning relies on symbolic logic world models, such as planning domains, that are robot-executable and robust for long-horizon reasoning. However, these methods typically operate independently of visual perception, preventing synchronized symbolic and perceptual state prediction. We propose a Hierarchical World Model (H-WM) that jointly predicts logical and visual state transitions within a unified bilevel framework. H-WM combines a high-level logical world model with a low-level visual world model, integrating the robot-executable, long-horizon robustness of symbolic reasoning with perceptual grounding from visual observations. The hierarchical outputs provide stable and consistent intermediate guidance for long-horizon tasks, mitigating error accumulation and enabling robust execution across extended task sequences. To train H-WM, we introduce a robotic dataset that aligns robot motion with symbolic states, actions, and visual observations. Experiments across vision-language-action (VLA) control policies demonstrate the effectiveness and generality of the approach.
