DreamWAM

World Action Models

DreamWAM

Beyond RGB Future Prediction for World Action Models

DreamWAM learns future appearance, motion, geometry, and semantics during training while preserving RGB-only action inference.

98.90%LIBERO Average
75.47%LIBERO-Plus Average
74.40%Real Robot Average under perturbations

01 / Abstract

Future prediction should preserve what matters for action.

World Action Models (WAMs) learn action-relevant representations by predicting how the observed world will evolve. Most existing WAMs define this future in RGB space, where task-relevant state transitions are entangled with nuisance variations in texture, illumination, background, and viewpoint. We argue that WAMs should explicitly predict action-relevant future state rather than relying on RGB prediction alone.

We introduce DreamWAM, which reformulates future prediction as structured world modeling beyond RGB, representing future states through complementary views of appearance, motion, geometry, and semantics. During training, DreamWAM combines joint latent denoising of RGB and motion with lightweight gated residual branches for geometry and semantics. Shared attention between VideoDiT and ActionDiT allows the action branch to learn from these future-state predictions, while all beyond-RGB supervision branches are disabled at inference and deployment remains RGB-only.

Across no-rollout and joint video-action inference, DreamWAM improves matched RGB-only baselines on LIBERO from 97.30% to 98.40% and from 98.00% to 98.90%. Under unseen LIBERO-Plus perturbations, performance rises from 51.36% to 63.44% and from 69.16% to 75.47%. The same robustness extends to real-world manipulation, where DreamWAM reaches 74.40% across unseen lighting, background, and object-layout changes, compared with 55.6% for Fast-WAM-Joint.

02 / Method

Structured future views shape a shared world-action representation.

RGB and Flow are jointly denoised by VideoDiT. DINO and Depth provide gated residual corrections between selected VideoDiT blocks. Video and action tokens exchange information through shared attention.

DreamWAM architecture overview and gated world residual prediction
AppearanceRGB future

Provides future appearance and scene-evolution cues.

MotionOptical Flow

Provides motion and temporal-change cues.

GeometryDA3 Depth

Provides geometric and spatial-structure cues.

SemanticsDINO features

Provides semantic and object-level cues.

TrainingRGB + Flow + Depth + DINO
DeployRGB observation to action

03 / Simulation

Performance gains in-domain.
Larger gains under visual perturbations.

Matched joint video-action comparisons use the same backbone, training data, and evaluation protocol. DreamWAM improves the average on both LIBERO and LIBERO-Plus.

LIBERO success rates (%)
MethodSpatialObjectGoalLongAverage
Fast-WAM-Joint99.4098.2098.8095.6098.00
DreamWAM99.6099.8098.6097.6098.90
LIBERO-Plus success rates (%)
MethodCameraRobotLanguageLightBackgroundNoiseLayoutAverage
Fast-WAM-Joint39.5960.9092.3294.5757.6258.5980.5269.16
DreamWAM53.7863.6194.8096.6771.5667.1580.7275.47

Both tables report two-seed joint video-action inference. LIBERO uses 2,000 rollouts per seed; LIBERO-Plus uses 10,030 episodes per seed and no LIBERO-Plus training data.

04 / Real Robot

Robustness gains transfer from simulation to hardware.

Four standard tabletop tasks and three unseen visual shifts are evaluated with 30 trials per setting. The perturbation tasks retain the same instruction and success criterion.

Standard-task average

90.8%96.7%

Visual-shift average

55.6%74.40%

Standard-task success rates (%)
MethodDish stackDual-objectStrawberriesBlock stackAverage
Fast-WAM-Joint96.786.786.793.390.8
DreamWAM100.096.796.793.396.7
Visual-perturbation success rates (%)
MethodLightBackgroundDistractorsAverage
Fast-WAM-Joint60.056.750.055.6
DreamWAM76.776.770.074.40

Representative rollouts

Real-robot task comparisons

Fast-WAM-Joint and DreamWAM performing the same manipulation task.

01 / 04

Select strawberries

Fast-WAM-JointBaseline
DreamWAMOurs