LaWAM (Latent World Action Model) is a robotics policy model that exposes predictive dynamics to robot policies through compact latent visual subgoals instead of reconstructed future video. It achieves state-of-the-art or competitive success rates across LIBERO, RoboTwin, and real-world manipulation tasks while maintaining low-latency inference.
LaWAM introduces a latent world-model interface for VLA policies. It predicts future observation features in a frozen visual feature space and injects them as latent visual subgoals for action generation.
Please refer to the official
GitHub repository for instructions on environment setup, dataset preparation, SFT training, and running inference on the LIBERO and RoboTwin simulators.
1@misc{chen2026lawam,
2 title = {LaWAM: Latent World Action Models for Efficient Dynamics-Aware Robot Policies},
3 author = {Chen, Jialei and Wang, Kai and Chen, Kang and Chen, Shuaihang and Gao, Feng and Tang, Wenhao and Li, Zhiyuan and Liu, Weilin and Yao, Zhuyu and Li, Boxun and Xu, Yuanbo and Yu, Chao},
4 journal = {arXiv preprint arXiv:2606.15768},
5 year = {2026},
6 archiveprefix = {arXiv},
7 primaryclass = {cs.RO},
8}