Everyday Human Videos Become 18,500 Hours of Robot Training Data

Everyday Human Videos Become 18,500 Hours of Robot Training Data

Ye Wang, Pei Lin, Xiong-Hui Chen, Haoqi Yuan, Zhixuan Liang +10 more

7 min readAug 4, 2026

Researchers built Ego2Robot, a pipeline that converts casually recorded first-person human manipulation videos into 18,561 hours of simulated robot training data spanning 15 robot morphologies. When mixed with real robot demonstrations, the synthesized data improved policy success on physical hardware by up to 14 points. The work unlocks the world's vast supply of human video as a scalable source for robot learning.

What the Researchers Built

Ego2Robot is a data synthesis pipeline that turns ordinary first-person videos of people manipulating objects into ready-to-use robot training episodes. The pipeline performs two kinds of alignment. Action alignment estimates hand poses and retargets them onto a robot's kinematics, then re-expresses the motion in a camera-frame relative end-effector representation that works across different cameras and robot arms without extrinsic calibration. Visual alignment renders the robot into the scene, using inpainting and depth-aware compositing to replace the human hand while preserving the environment.

The output passes through a multi-level quality curation system, including a vision-language model that audits each episode for semantic consistency with its text instruction. Long recordings are auto-segmented into subtasks with natural-language descriptions. The result is the largest ego-to-robot dataset reported: 18,561 hours of synthesized data across 15 robot morphologies. The project also introduces a disentangled generalization benchmark that separates visual, scene, embodiment, and semantic perturbations, and validates the whole approach on a physical ACone dual-arm robot.

15 robot morphologies supported by the Ego2Robot data synthesis pipeline

Key Results

The headline result is scale: 18,561 hours of synthesized robot data spanning 15 morphologies, generated from egocentric video that costs little more than a head-mounted camera. But scale alone does not guarantee learnable data, so the team measured generalization carefully. On the RoboTwin Randomized benchmark, raw ego video pretraining reached 28.1% success; feeding the same video through the Ego2Robot pipeline lifted it to 31.7% (+3.6 points). Expanding from 1 to 15 morphologies pushed performance to 33.5%, and adding raw ego clips as a 16th "morphology" produced 37.3% — the raw data effectively enriches pretraining diversity.

On physical hardware, the result is more striking. An ARX ACone dual-arm robot trained on 20 teleop demonstrations per task plus 675 synthetic episodes generated from just 35 minutes of casual ego play beat the robot-only baseline on all five tasks. The largest gains came on Put Blocks (+14 points) and Insert Screw (+13 points). A comparison under the OpenPI framework found that Ego2R+Robot (1:1) outperformed the Robot-only baseline across nearly all settings, including tasks with unseen objects and paraphrased instructions.

Disentangled generalization benchmark separating visual, scene layout, embodiment, and task semantic perturbations

How It Works

The pipeline has three stages. Action alignment: hand poses extracted from video are retargeted onto one of 15 robot embodiments, including Aloha-Agilex, ARX-L5, Franka Panda, and UR5e. Because the policy consumes actions in a camera-frame relative end-effector representation, episodes from different cameras and robot arms share a common action space without calibration. Visual alignment: the robot is composited over the inpainted scene with depth-aware blending, producing frames where the robot replaces the human hand. Quality curation: a stability filter erodes short invalid runs, and a vision-language model audits each clip at 4 fps, discarding episodes where the action type, object category, or target location contradicts the instruction.

For long recordings, clips are split at 60-second boundaries and a VLM segments them into complete subtasks with 5–12 word instructions that later condition the policy. The model is a vision-language-action architecture built on Qwen3.5-4B with a Diffusion Transformer action head, predicting 32-step action chunks with 8 diffusion steps (4 Euler steps at inference). Training follows a pretrain-then-finetune recipe: pretrain on ego-sourced data, then finetune on clean task demonstrations — with a 1:1 mixing ratio for real-robot experiments.

Pretraining data (ego-sourced only)Data volumeRoboTwin Randomized success
Raw egocentric video~1,940 h28.1%
Ego2R, 1 morphology (ARX-L5)~1,237 h31.7%
Ego2R, 15 morphologies~18,561 h33.5%
Ego2R (15) + raw ego~20,501 h37.3%

Results from the paper's ablation study; all models pretrained on ego-sourced data only, then finetuned on RoboTwin Clean.

Real egocentric human play video converted into synthesized ACone robot manipulation data

Why This Matters for Robotics

Robot learning is bottlenecked by data. Teleoperated demonstrations are slow to collect, expensive, and often require experts. Ego2Robot sidesteps that bottleneck by mining the enormous, already-existing supply of first-person human video — cooking tutorials, repair guides, unboxings — and converting it into 18,561 hours of robot data for 15 different robot types. That matters for buyers because the same video corpus can serve heterogeneous fleets: an operation running multiple arm brands gets pretraining coverage for all of them from one data source, then tops up with a few dozen teleop demos per task.

The camera-frame action representation is also practically meaningful: it removes per-robot calibration work when mixing data sources. For organizations evaluating new hardware on Robot Overflow — whether browse humanoid robots on Robot Overflow or used cobots for sale — a training pipeline that adapts existing video assets to whatever robot arrives is a genuine cost saver.

Limitations and Open Questions

Retargeting maps human hands to parallel-jaw grippers, so finger-level dexterity is discarded — transfers to multi-finger hands remain future work. Visual alignment relies on inpainting and depth-aware compositing, which can introduce artifacts under heavy occlusion or complex lighting. Evaluation is confined to the RoboTwin 2.0 task set plus five real-robot tasks, all short-horizon tabletop manipulations; long-horizon and mobile manipulation are untested. The real-robot validation also used only 20 demos and 35 minutes of ego play per task set. Finally, VLM-based curation is only as good as the auditor — subtle mismatches can slip through, and over-filtering risks discarding usable data.

Frequently Asked Questions

What exactly is Ego2Robot? It is a pipeline that converts first-person human manipulation videos into robot training episodes by retargeting hand motion onto robot arms, compositing the robot into the scene, and filtering the output with vision-language models.

How much training data did the pipeline produce? 18,561 hours of synthesized episodes spanning 15 robot morphologies, generated from diverse egocentric video sources — the largest ego-to-robot dataset reported.

Did the synthesized data improve real robots, not just simulations? Yes. On a physical ARX ACone dual-arm robot, mixing synthesized Ego2R data with 20 teleop demos per task beat robot-only training on all five tasks, with gains up to +14 points.

Why do 15 robot morphologies matter? A single corpus of human video can pretrain policies for many different arms, and the camera-frame relative action representation lets data from different robots and cameras blend without calibration.

Conclusion

Ego2Robot makes a strong case that the internet's stockpile of human manipulation video is a viable, scalable fuel for robot learning — and that synthesized data earns its place alongside, not instead of, real demonstrations. The disentangled benchmark gives the field a sharper tool for measuring where synthetic data helps. The next steps are dexterous hands and richer rendering fidelity.

🍪 Cookie preferences

We use cookies to measure performance. Privacy Policy