Table of Contents
Fetching ...

Learning Real-World Action-Video Dynamics with Heterogeneous Masked Autoregression

Lirui Wang, Kevin Zhao, Chaoqi Liu, Xinlei Chen

TL;DR

This work introduces Heterogeneous Masked Autoregression (HMA), a scalable framework for learning action-video dynamics from heterogeneous robotic data. By combining action heterogeneity with masked autoregressive video modeling, HMA achieves real-time, high-fidelity video simulation across 40 embodiments and supports policy evaluation and synthetic data generation. The approach demonstrates strong scaling in data, embodiments, and model size, delivering faster inference than prior diffusion-based methods while maintaining or improving visual fidelity and controllability. The results suggest HMA as a practical, unified world-model tool for robotics, enabling efficient simulation, evaluation, and data augmentation in real-world applications.

Abstract

We propose Heterogeneous Masked Autoregression (HMA) for modeling action-video dynamics to generate high-quality data and evaluation in scaling robot learning. Building interactive video world models and policies for robotics is difficult due to the challenge of handling diverse settings while maintaining computational efficiency to run in real time. HMA uses heterogeneous pre-training from observations and action sequences across different robotic embodiments, domains, and tasks. HMA uses masked autoregression to generate quantized or soft tokens for video predictions. \ourshort achieves better visual fidelity and controllability than the previous robotic video generation models with 15 times faster speed in the real world. After post-training, this model can be used as a video simulator from low-level action inputs for evaluating policies and generating synthetic data. See this link https://liruiw.github.io/hma for more information.

Learning Real-World Action-Video Dynamics with Heterogeneous Masked Autoregression

TL;DR

This work introduces Heterogeneous Masked Autoregression (HMA), a scalable framework for learning action-video dynamics from heterogeneous robotic data. By combining action heterogeneity with masked autoregressive video modeling, HMA achieves real-time, high-fidelity video simulation across 40 embodiments and supports policy evaluation and synthetic data generation. The approach demonstrates strong scaling in data, embodiments, and model size, delivering faster inference than prior diffusion-based methods while maintaining or improving visual fidelity and controllability. The results suggest HMA as a practical, unified world-model tool for robotics, enabling efficient simulation, evaluation, and data augmentation in real-world applications.

Abstract

We propose Heterogeneous Masked Autoregression (HMA) for modeling action-video dynamics to generate high-quality data and evaluation in scaling robot learning. Building interactive video world models and policies for robotics is difficult due to the challenge of handling diverse settings while maintaining computational efficiency to run in real time. HMA uses heterogeneous pre-training from observations and action sequences across different robotic embodiments, domains, and tasks. HMA uses masked autoregression to generate quantized or soft tokens for video predictions. \ourshort achieves better visual fidelity and controllability than the previous robotic video generation models with 15 times faster speed in the real world. After post-training, this model can be used as a video simulator from low-level action inputs for evaluating policies and generating synthetic data. See this link https://liruiw.github.io/hma for more information.

Paper Structure

This paper contains 32 sections, 3 equations, 9 figures, 6 tables.

Figures (9)

  • Figure 1: Action-Video Dynamics Model from Heterogeneous Robot Interactions.HMA utilizes heterogeneous datasets comprising over 3 million trajectories (videos) from 40 distinct embodiments to pre-train a full dynamics model with next-set-of-token predictions using masked autoregression. After pre-training, the resulting action-video dynamics model is versatile, supporting applications such as video simulation, policy evaluation, synthetic data generation, and direct adoption as an imitation policy.
  • Figure 2: Dynamics Model. Masked autoregression in the dynamics model generalizes multiple problem settings including policy learning, forward and passive dynamics, and full dynamics.
  • Figure 3: Network Architecture. The HMA model architecture maps low-level video and action sequences across different embodiments into a shared latent space. For actions, embodiment projectors are activated based on the training sample. The spatial-temporal Transformer produces the output video and action tokens for future frames.
  • Figure 4: Pre-trained Video Model Generation. We show that a single unified HMA model can generate realistic (left 3 columns) and diverse (right 3 columns) videos across multiple embodiment datasets with heterogeneous action spaces. Each group shows three generated frames from a single sequence.
  • Figure 5: Ablation on Pre-training Settings and Architecture. Under the pre-training setting with VQ tokens, we ablate the video generation performance (visual fidelity measured by perplexity and controllability measured by controllability). (a) We find action-conditioned models outperform passive video models. (b) We compare different action conditioning architectures in the masked autoregression framework. The purple color denotes the best model that we use by default.
  • ...and 4 more figures