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

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Data Science & Analytics · Depth: Expert, extended

Summary

EgoWAM is a human-robot co-training framework designed to improve robot manipulation by leveraging in-the-wild egocentric human data more effectively than traditional behavior cloning (BC). It addresses the challenge of transferring human skills to robots despite embodiment differences by introducing World Action Models (WAMs), which predict how a scene evolves. The framework systematically compares different world representations: Pixel VAE, DINO features, and 3D motion flow. Experiments across three real-world bimanual tasks (cup-on-saucer, fold-clothes, bag-grocery) demonstrate that WAM co-training consistently scales better with human data than BC. Specifically, DINO features improve out-of-distribution object and scene generalization by up to 4×, while 3D flow enhances in-domain performance by 20–30%, significantly outperforming pixel-based prediction which transfers weakly.

Key takeaway

For robotics engineers developing manipulation policies from egocentric human data, you should integrate World Action Models (WAMs) into your co-training pipeline to overcome the limitations of behavior cloning. Prioritize world representations like DINO features for tasks requiring broad object and scene generalization, or 3D motion flow for precise in-domain spatial accuracy. This approach allows you to effectively scale robot learning with diverse human demonstrations, even when action patterns are misaligned, leading to more robust and generalizable robot behaviors.

Key insights

World Action Models enable robust human-to-robot skill transfer by predicting scene evolution, decoupling actions from embodiment-specific factors.

Principles

Method

EgoWAM co-trains a shared policy backbone with an action head and a swappable world-model head on human and robot data. It uses action-only inference for deployment.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Robotics Engineer, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.