StaMo: Unsupervised Learning of Generalizable Robot Motion from Compact State Representation
Mingyu Liu, Jiuhe Shu, Hui Chen, Zeju Li, Canyu Zhao, Jiange Yang, Shenyuan Gao, Hao Chen, Chunhua Shen
TL;DR
StaMo tackles the challenge of learning expressive yet compact state representations for robotic world modeling by encoding observations from static images into two compact tokens (two 1024-d tokens) using a Diffusion Autoencoder with a frozen DINOv2 encoder and a DiT decoder. Remarkably, motion emerges as the difference between consecutive tokens, enabling simple linear interpolation to generate smooth, executable latent motions without relying on video-based action learning. The approach integrates seamlessly with Vision-Language-Action models to improve world modeling and supports latent-motion co-training, achieving strong improvements on LIBERO and real-world tasks, while maintaining negligible inference overhead. The results show strong generalization and sim-to-real transfer across diverse data sources, signaling scalable unsupervised skill discovery that bridges perception and action in robotic systems.
Abstract
A fundamental challenge in embodied intelligence is developing expressive and compact state representations for efficient world modeling and decision making. However, existing methods often fail to achieve this balance, yielding representations that are either overly redundant or lacking in task-critical information. We propose an unsupervised approach that learns a highly compressed two-token state representation using a lightweight encoder and a pre-trained Diffusion Transformer (DiT) decoder, capitalizing on its strong generative prior. Our representation is efficient, interpretable, and integrates seamlessly into existing VLA-based models, improving performance by 14.3% on LIBERO and 30% in real-world task success with minimal inference overhead. More importantly, we find that the difference between these tokens, obtained via latent interpolation, naturally serves as a highly effective latent action, which can be further decoded into executable robot actions. This emergent capability reveals that our representation captures structured dynamics without explicit supervision. We name our method StaMo for its ability to learn generalizable robotic Motion from compact State representation, which is encoded from static images, challenging the prevalent dependence to learning latent action on complex architectures and video data. The resulting latent actions also enhance policy co-training, outperforming prior methods by 10.4% with improved interpretability. Moreover, our approach scales effectively across diverse data sources, including real-world robot data, simulation, and human egocentric video.
