SAMPO++: Unified Temporal Autoregression and Scale-Wise Flow Matching for Embodied World Models

A scale-decoupled, action-controlled, closed-loop-stable world model for embodied agents.

Sen Wang1,2, Sanping Zhou1,2,*, Huaiyi Dong1,2, Kun Xia1,2, Gang Hua3, and Le Wang1,2

1State Key Laboratory of Human-Machine Hybrid Augmented Intelligence 2Xi'an Jiaotong University 3Amazon Alexa AI

*Indicates Corresponding Author

Action-Controlled Dynamics Continuous Latent Pyramid ACVF PC-RoPE

TL;DR

SAMPO++ turns action-conditioned world modeling into a continuous Predict-then-Refine process, preserving autoregressive structure while synthesizing high-fidelity long-horizon futures.

Abstract

Action-conditioned world models are useful for embodied agents only when their predicted futures remain controllable by actions and stable under long-horizon rollout. We present SAMPO++, an embodied world model that treats action-conditioned prediction as a scale-decoupled controlled dynamical system rather than as conventional action-conditioned video generation. SAMPO++ couples temporal autoregression with scale-wise flow matching in a continuous latent pyramid. A multi-scale temporal planner summarizes the latent history with scale-matched recurrent states, allowing dynamics at different resolutions to be conditioned by appropriate temporal contexts. An Action-Controlled Velocity Field (ACVF) separates action-free passive drift from action-induced residual dynamics, making the action an explicit bounded control input to the flow velocity instead of a passive conditioning token. To improve cross-scale consistency and closed-loop stability, SAMPO++ further uses Pyramid-Consistent RoPE (PC-RoPE) and rollout-aware training, aligning scale-wise coordinates and exposing the model to its own autoregressive prediction distribution during training. Beyond standard perceptual metrics such as FVD, PSNR, SSIM, and LPIPS, we evaluate world-model-native properties including action alignment, counterfactual accuracy, no-op stability, and rollout drift. We further study SAMPO++ as a learned controllable simulator for policy evaluation, action-sequence ranking, and model-based planning, where candidate policies can be rolled out and compared before execution. Experiments on robotic manipulation, autonomous driving, visual planning, and model-based reinforcement learning show that SAMPO++ improves both visual prediction quality and action-controllable long-horizon stability over strong discrete and continuous baselines.

1

Temporal structure

A planner first predicts coarse future priors so downstream rendering keeps causal dynamics coherent.

2

Scale-wise refinement

Flow matching refines future states from coarse to fine scales directly on continuous latent manifolds.

3

Action fidelity

ACVF and PC-RoPE improve controllability, cross-scale consistency, and closed-loop stability over long rollouts.

Conceptual comparison and framework overview.

SAMPO++ resolves the trade-off between discrete autoregressive reasoning and continuous synthesis through a unified Predict-then-Refine paradigm.

Conceptual comparison and framework overview from the SAMPO++ paper.

Conceptual comparison and framework overview

Current dichotomy: discrete AR models suffer from quantization artifacts, while standard continuous models are restricted to fixed-length synthesis. SAMPO++ solution: temporal autoregression and scale-wise flow matching are unified on continuous latent pyramids with explicit action-controlled velocity fields. Performance: the resulting model improves long-term coherence and action fidelity.

Method

The model separates future structure prediction from visual detail synthesis, then binds both stages with action-aware modulation.

Continuous latent space

Future observations are represented without discrete token bottlenecks.

Autoregressive planner

Temporal priors preserve causal and long-horizon state structure.

Scale-wise flow renderer

Future latents are refined scale by scale for high-fidelity details.

Action-aware dynamics

ACVF, PC-RoPE, and rollout-aware training improve controllability and reduce rollout drift.

SAMPO++ model overview showing temporal autoregressive planning and scale-wise flow rendering.

SAMPO++ overview

A temporal autoregressive planner predicts structural future priors; a scale-wise flow renderer synthesizes high-fidelity future latent states.

Visual results

Qualitative results cover robotic manipulation, autonomous driving scenes, visual planning, and Meta-World control, showing coherent dynamics under action-conditioned generation.

SAMPO++ visualization on BAIR and OpenX-Embodiment datasets.

BAIR and OpenX-Embodiment

Future frames preserve object structure and manipulation dynamics.

SAMPO++ visualization on RoboNet and 1X World Model.

RoboNet and 1X World Model

Higher-resolution prediction shows detailed action-conditioned synthesis.

Long-term video prediction on Cityscapes driving scenes.

Cityscapes

Driving scenarios remain spatially coherent over long-horizon prediction.

High-resolution long-term video prediction on OpenDV-YouTube.

OpenDV-YouTube

In-the-wild driving scenes retain robust dynamics and resist artifacts.

Visualization on VP2 benchmark tasks.

VP2 benchmark

Visual planning examples from RoboDesk and RoboSuite.

Visualization on Meta-World tasks.

Meta-World tasks

Predicted trajectories align with reward-bearing state changes.

Meta-World task-specific learning curves.

Model-based RL curves

Task-specific success rates across Meta-World control tasks.

Quantitative and ablation summary figure from the SAMPO++ paper.

Quantitative and ablation summary

Ablations isolate the contributions of continuous latents, ACVF, PC-RoPE, and rollout-aware training.

VLA rollout videos

SAMPO++ acts as a simulator for VLA action prediction. Select a demo to compare the real robot rollout with the predicted video trajectory.

Real rolloutDemo 1
SAMPO++ predicted rolloutDemo 1

Demo 1 - VLA rollout

Real execution is paired with the predicted future generated by SAMPO++ from VLA action prediction.

Key results

The final quantitative summary highlights the gains in video fidelity, long-horizon stability, and downstream visual planning.

52.5 BAIR FVD

2 -> 28 long-horizon prediction, lower is better.

64.8 48-frame FVD

Maintains stability in extended prediction.

75.4% VP2 success

Average downstream visual planning success.

49.8 RoboNet FVD

Action-conditioned 64x64 video prediction.

Citation

If you find SAMPO++ useful, please cite:

@article{wang2026sampopp,
  title  = {Unified Temporal Autoregression and Scale-Wise Flow Matching for Embodied World Models},
  author = {Wang, Sen and Zhou, Sanping and Dong, Huaiyi and Xia, Kun and Hua, Gang and Wang, Le},
  note   = {Preprint},
  year   = {2026}
}