MoWAM: Explicit Future Motion Prediction for Efficient World Action Models

TL;DR

MoWAM improves robot policy learning efficiency via explicit future motion prediction, showing strong performance on LIBERO dataset.

cs.RO 🔴 Advanced 2026-09-18 7 views
Jiayu Wang Bin Zhu Yue Yu Jingjing Chen
robotics motion prediction distribution shift efficiency transformer architecture

Key Findings

Methodology

MoWAM replaces traditional future video generation with explicit future motion prediction using a Mixture-of-Transformer architecture. It combines a Video Transformer and an Action-Motion Transformer to learn visual dynamics and predict actions and motion. This approach eliminates the need for generating complete future videos during inference while retaining explicit future representation.

Key Results

  • MoWAM achieved an average success rate of 98.9% on the LIBERO dataset, improving by 2.4 percentage points over Fast-WAM, demonstrating the advantage of explicit future motion prediction.
  • On the LIBERO-Plus dataset, MoWAM achieved an average success rate of 81.43%, outperforming Motus by 5.43 percentage points, showcasing its robustness under distribution shifts.
  • In real-world tasks, MoWAM achieved an 80% success rate, surpassing Fast-WAM and performing comparably to Motus.

Significance

MoWAM enhances the efficiency and robustness of robot policy learning through explicit future motion prediction, especially under distribution shifts. It addresses the computational overhead of generating dense future videos during inference, providing richer supervision for robot-environment interactions.

Technical Contribution

MoWAM introduces explicit future motion as a future representation, eliminating the need for dense video generation during inference. Its Mixture-of-Transformer architecture efficiently learns visual dynamics and action prediction, offering new engineering possibilities for future robot control.

Novelty

MoWAM is the first to apply explicit future motion prediction to robot policy learning, offering a more efficient alternative to traditional methods that generate complete future videos for action prediction.

Limitations

  • MoWAM may not fully replace complete video generation in complex scenarios requiring detailed visual information.
  • In extreme distribution shifts, explicit motion prediction may not be as rich in visual information as complete video generation.

Future Work

Future research could explore optimizing the accuracy of explicit motion prediction and its application in more complex tasks. Integrating other sensory information, such as audio and tactile data, may further enhance MoWAM's performance.

AI Executive Summary

MoWAM improves the efficiency and robustness of robot policy learning through explicit future motion prediction. Existing World Action Models require generating dense future videos during inference, leading to computational overhead. MoWAM addresses this by predicting future motion explicitly, avoiding this issue. Its Mixture-of-Transformer architecture learns visual dynamics during training and efficiently predicts actions and motion during inference. Experimental results show MoWAM's strong performance on LIBERO and LIBERO-Plus datasets, particularly under distribution shifts. Additionally, in real-world tasks, MoWAM's success rate surpasses many representative baselines. Although MoWAM may not fully replace complete video generation in complex scenarios, its explicit motion prediction offers a more efficient alternative, providing new directions for future robot control research.

Deep Analysis

Background

Robot policy learning has made significant progress recently, particularly through Vision-Language-Action models (VLA) that predict actions directly from observations and instructions. However, these models typically lack explicit modeling of future environment dynamics. World Action Models (WAM) enrich policy learning by incorporating future prediction, but generating future videos during inference incurs computational overhead. MoWAM addresses this issue through explicit future motion prediction.

Core Problem

Existing WAMs require generating dense future videos during inference, leading to computational overhead, limiting their efficiency in real-time applications. Additionally, future dynamics are only implicitly encoded in observation features, which may affect robustness under distribution shifts. MoWAM aims to solve these issues.

Innovation

MoWAM's core innovation lies in explicit future motion prediction, replacing traditional future video generation. Its Mixture-of-Transformer architecture combines a Video Transformer and an Action-Motion Transformer to learn visual dynamics and predict actions and motion. This method eliminates the need for generating complete future videos during inference while retaining explicit future representation.

Methodology

  • �� Use Video Transformer to learn future visual dynamics
  • �� Action-Motion Transformer predicts actions and motion using observation features
  • �� Replace traditional future video generation with explicit future motion prediction
  • �� Sample multiple candidate action-motion pairs for inference-time scaling

Experiments

Experiments are conducted on LIBERO and LIBERO-Plus datasets to evaluate MoWAM's performance under standard and distribution shift conditions. Real-world tasks are used to validate its practical application. Experimental settings include multiple baseline comparisons and ablation studies to ensure result reliability.

Results

MoWAM achieved an average success rate of 98.9% on the LIBERO dataset and 81.43% on the LIBERO-Plus dataset. In real-world tasks, MoWAM achieved an 80% success rate, surpassing Fast-WAM and performing comparably to Motus. Explicit future motion prediction is particularly effective under distribution shifts.

Applications

MoWAM is suitable for real-time robot control, especially in tasks requiring efficient future dynamics prediction. Its explicit motion prediction can enhance robot robustness in complex environments, applicable to fields like industrial automation and smart manufacturing.

Limitations & Outlook

MoWAM may not fully replace complete video generation in complex scenarios requiring detailed visual information. Additionally, in extreme distribution shifts, explicit motion prediction may not be as rich in visual information as complete video generation.

Plain Language Accessible to non-experts

Imagine a robot working in a kitchen. Traditional methods require generating dense future videos to predict how the robot will move, like filming the entire kitchen's future layout before cooking. MoWAM focuses only on the movement trajectory of kitchen tools, not the entire kitchen's changes. This method saves time and allows the robot to make decisions faster. Just like in a kitchen, you only need to focus on how the spatula moves, not the position of every spice bottle.

ELI14 Explained like you're 14

Hey there, buddy! Imagine you're playing a super cool robot game. This robot needs to complete tasks in the kitchen, but it can't waste time imagining the entire kitchen's future layout. MoWAM is like a smart assistant that only focuses on the robot's arm movements, not the changes of everything in the kitchen. This lets the robot finish tasks faster, just like you focus on your character's moves in a game without worrying about the whole game world changing. Isn't that cool?

Glossary

World Action Models

A method that improves robot policy learning by predicting future dynamics.

In MoWAM, traditional WAMs predict actions by generating future videos.

Transformer Architecture

A neural network architecture for processing sequential data, widely used in NLP.

MoWAM uses a Mixture-of-Transformer architecture to learn visual dynamics and predict actions and motion.

Distribution Shift

Refers to changes in model performance when training and testing data distributions differ.

MoWAM shows stronger robustness under distribution shifts.

Explicit Future Motion Prediction

A method that predicts robot's future motion trajectory instead of generating complete future videos.

MoWAM improves inference efficiency through explicit future motion prediction.

LIBERO Dataset

A standard dataset for evaluating language-conditioned robotic manipulation.

MoWAM's performance was evaluated on the LIBERO dataset.

Open Questions Unanswered questions from this research

  • 1 How to further improve MoWAM's robustness under extreme distribution shifts?
  • 2 Can explicit future motion prediction replace complete video generation in more complex tasks?
  • 3 How to integrate other sensory information to further enhance MoWAM's performance?

Applications

Immediate Applications

Industrial Automation

MoWAM can enhance robot operation efficiency in complex industrial environments, reducing computational overhead.

Smart Manufacturing

Through explicit future motion prediction, robots can complete manufacturing tasks more efficiently.

Long-term Vision

Smart Home

MoWAM can improve household robot adaptability and efficiency in home environments.

Abstract

World Action Models (WAMs) improve robot policy learning by incorporating future dynamics, yet explicitly generating future videos at inference introduces substantial computational overhead. Removing future generation improves efficiency, but leaves future dynamics only implicitly encoded in observation features, which can limit robustness under distribution shifts. We propose MoWAM, an efficient WAM that replaces future video generation with explicit future motion prediction. Instead of reconstructing the complete future scene, MoWAM models structured robot motion as a compact abstraction of the future, capturing how the robot is expected to evolve under the current scene and interaction constraints. A Mixture-of-Transformer architecture learns future visual dynamics during training while jointly predicting motion and action, allowing video generation to be removed entirely at inference while retaining an explicit representation of the future. The compact motion representation further enables efficient inference-time scaling by sampling multiple candidates of motion and action pairs and selecting among them with a motion-aware task-progress verifier. Experiments on LIBERO, LIBERO-Plus, and real-world manipulation tasks demonstrate that MoWAM achieves strong in-distribution performance, improved out-of-distribution robustness, and higher average real-world success than representative WAM baselines. In addition, performance improves as more candidates are explored, demonstrating that explicit future motion provides an effective and efficient basis for inference-time scaling.

cs.RO