Papers
Topics
Authors
Recent
Search
2000 character limit reached

EgoWAM: World Action Models Beyond Pixels with In-the-Wild Egocentric Human Data

Published 8 Jul 2026 in cs.RO and cs.AI | (2607.08436v1)

Abstract: Egocentric human data offers scalable supervision for robot manipulation. However, behavior cloning entangles transferable content like objects, scenes, and task semantics, with non-transferable factors like human morphology, head motion, and behavioral style. We study whether World Action Models (WAMs) provide a better training signal by requiring policies to predict not only actions, but also how the scene evolves. The central question is what world representation best enables human-to-robot transfer. We hypothesize that an effective world target should abstract appearance, capture agent-invariant physical effects, and separate camera motion from environment change. We introduce EgoWAM, a controlled human-robot co-training framework that fixes the policy backbone, action head, and data mixture while varying only the world prediction target, comparing Pixel, DINO, and 3D motion flow. Across three real-world bimanual tasks, WAM co-training scales more effectively with in-the-wild egocentric human data than behavior cloning. Pixel-based prediction transfers weakly, while DINO and 3D flow yield substantial gains: DINO improves out-of-distribution object and scene generalization by up to 4x, and 3D flow improves in-domain performance by 20-30%. More details: https://gatech-rl2.github.io/egowam.github.io

Summary

  • The paper introduces World Action Models (WAMs), which use scene-evolution prediction alongside behavior cloning to transfer useful knowledge from human videos without copying inexecutable human motions.
  • Controlled real-world experiments show that DINO features improve out-of-distribution object and scene generalization by up to 4×, while camera-stabilized 3D flow improves in-domain performance by 20–30% and remains robust to action misalignment.
  • The findings indicate that appearance abstraction, embodiment-invariant effects, and ego-motion factoring are key to effective transfer, although skill-level learning, precise insertion, and multi-task scaling remain unresolved.

EgoWAM addresses a central obstacle in learning robot manipulation from egocentric human video: behavior-cloning (BC) co-training entangles transferable content—objects, scenes, task semantics—with non-transferable factors such as human morphology, head motion, and behavioral style, all funneled through a single shared action decoder. When human actions do not match what a robot can execute, co-training injects inexecutable motions and degrades performance. The paper proposes World Action Models (WAMs) as an alternative supervision channel: an auxiliary world-model head predicts how the scene evolves, allowing human data to shape the policy backbone through dynamics even where its action labels fail. The paper's core contribution is a controlled study of what world representation best enables this cross-embodiment transfer, holding the backbone, action head, and data mixture fixed while varying only the world prediction target (2607.08436).

Motivation and the limits of action-level co-training

Prior work on robot learning from human data largely retargets human demonstrations into a shared action space and co-trains an imitation policy. The authors argue this is structurally fragile: because the shared action decoder is the only path through which human data reaches the policy, it must entangle transferable content with non-transferable execution. Existing successes in this paradigm require human data carefully aligned to the robot in viewpoint, motion speed, and behavioral style—conditions that in-the-wild egocentric data does not satisfy. The paper frames this as the "bitter lesson of action-level co-training" and positions WAM co-training as a second channel that operates on observations rather than actions, making it largely indifferent to morphology and behavioral style.

Framework and controlled design

The system builds on a Heterogeneous Pretrained Transformer (HPT) backbone with embodiment-specific stems (shared egocentric vision, robot-only wrist vision, per-embodiment proprioception), a flow-matching action head producing 100-step action chunks, and a swappable world-model head consuming learned future tokens. Actions are unified into a 14-D per-arm end-effector SE(3)-plus-gripper space, re-expressed in the egocentric camera frame with embodiment-specific time horizons (1 s human, 1.5 s robot) and quantile normalization. The paper is explicit that this alignment makes BC co-training a strong baseline rather than a strawman; the residual transfer gap motivates the world-model interface.

The world-model head is trained jointly with the action head under Laction+λLworld\mathcal{L}_{\text{action}} + \lambda \mathcal{L}_{\text{world}} with λ=1\lambda = 1, but is discarded at inference, so deployment cost matches a same-size BC policy at 30 Hz. This "training-time representation shaping" positioning means all rollout differences reflect what each world target taught the trunk, not test-time compute.

Three desiderata and three world targets

The paper posits that an effective world target should satisfy: (D1) appearance abstraction, avoiding photometric reconstruction that encodes embodiment-specific appearance; (D2) cross-embodiment consistency, representing effects rather than agents; and (D3) ego-motion factoring, separating head motion from scene change. Three targets instantiate this axis:

Target Head Desiderata satisfied Key property
Pixel VAE (Wan latents) DiT (scratch or pretrained VACE-1.3B) None Reconstruction baseline
DINOv2-B features RAE-style wide-DDT denoiser D1, partially D2 Semantic abstraction, still image-grid indexed
Camera-stabilized 3D flow Flow-matching decoder over 1120 anchors D1, D2, D3 by construction Geometric grounding via Aria VIO stabilization

The 3D-flow target is the most technically involved: a feed-forward 3D point tracker produces per-pixel 3D scene flow, which is re-expressed in the camera frame at time tt using VIO head poses, so static backgrounds yield near-zero flow regardless of head motion. This is a strong claim about the mechanism of transfer—after stabilization, the target represents physical displacement independent of viewpoint and appearance.

Experimental findings

Evaluation covers three real-world bimanual tasks (cup-on-saucer, fold-clothes, bag-grocery) on a dual-ARX5 platform, with 300–360 robot demos per task and two human regimes: a 1:1 in-domain split and the EgoVerse-A flagship split at roughly 10:1 human-to-robot ratio, totaling 1800 real-world rollouts with 95% finite-sample-valid confidence intervals.

Three results stand out:

  • WAM co-training scales where BC stalls. With natural (unaligned) human data, BC reproduces inexecutable human-like motions and often overfits to robot data alone, while WAM variants consistently convert the same data into gains. UMAP visualization of trunk embeddings shows BC isolating human and robot clusters, whereas WAM aligns them into a shared latent space.
  • Pixel targets transfer weakly. Pixel-based prediction leaves hallucination and geometric confusion (e.g., a free-space grasp, an unfinished fold), supporting the claim that photometric latents entangle appearance with motion—the dominant failure mode of pixel-level WAM co-training.
  • DINO and 3D flow have complementary strengths. DINO improves out-of-distribution object and scene generalization by up to 4×, while 3D flow improves in-domain performance by 20–30%, with the strongest spatial generalization (precise cup placement across the workspace).

The ablation on alignment is the sharpest evidence for the paper's thesis. With deliberately misaligned human demonstrations (grasps a parallel-jaw gripper cannot execute), BC collapses below its robot-only baseline while the 3D-flow WAM remains robust and still surpasses robot-only. Conversely, manually aligning the demonstrator lifts BC above robot-only and raises Pixel (35%→65%) and DINO (50%→70%) success, whereas 3D flow holds at 85% under both regimes—quantifying that the gains others recover through manual alignment come for free from ego-motion factoring. A modality ablation further shows 3D-flow-only supervision outperforms action-only supervision on human batches (action-only fails entirely at 0% success on OOD scenes versus 10% for flow-only), with the full model winning everywhere, indicating the two channels are mutually reinforcing.

A RoboTwin 2.0 simulation study replicates the findings in a robot-to-robot setting: cross-embodiment co-training with a world-model head consistently exceeds both single-embodiment training and same-action-space BC references (ACT-EE, DP-EE), with DINO reaching 28% on a 15-bottle generalization task and only appearance-invariant targets surviving an appearance shift on stack-bowls-three. Notably, all methods fail on a millimeter-precise mug-hanging insertion task (≤1%), indicating that appearance abstraction does not by itself supply sub-centimeter manipulation precision.

Limitations and open questions

The paper concedes three limitations plainly. First, gains are confined to context-level transfer (objects, scenes, spatial variation); learning novel motion primitives or skills from human data—for example, folding a garment type unseen in robot data—remains out of reach, which the authors attribute to the lack of a unified action representation. Second, the study trains one policy per task to isolate the world representation variable; multi-task co-training at scale is untested. Third, the identification of DINO and 3D flow as superior targets is empirical and partial: DINO only partially mitigates ego-motion (D3), and the question of the best world representation for scaling robot learning remains explicitly open. The Pixel-PT failure analysis also surfaces a subtlety: pretrained video priors can hallucinate task state (rendering an already-open bag), and human co-training corrects this only through added data volume—an interaction between pretraining and co-training the paper observes but does not fully characterize.

Conclusion

EgoWAM contributes a controlled framework demonstrating that WAM co-training unlocks scaling from in-the-wild egocentric human data where action-only BC saturates or degrades, and that the world representation is a decisive design axis: pixels transfer weakly, DINO drives object and scene generalization, and camera-stabilized 3D flow grounds in-domain spatial precision and is robust to action misalignment by construction. The practical recipe—abstract appearance, keep effects embodiment-invariant, factor out ego-motion—comes with the caveat that skill-level transfer and multi-task scaling remain unresolved, leaving the search for a unified world-and-action representation as the paper's principal open question.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Tweets

Sign up for free to view the 1 tweet with 1 like about this paper.