EgoScale 在超过 20,854 小时的第一视角(egocentric)人类操作视频上预训练一个基于 flow matching 的 VLA 模型,发现人类数据规模与验证损失之间存在严格的对数线性 scaling law(R² = 0.9983),并通过轻量级对齐 mid-training 将成功率提升 54%,同时实现跨机器人本体的泛化迁移。EgoScale pretrains a flow-matching-based VLA model on more than 20,854 hours of egocentric human manipulation video, finds a strict log-linear scaling law between human data scale and validation loss (R² = 0.9983), and raises the success rate by 54% through a lightweight aligned mid-training stage, while achieving generalized transfer across robot embodiments.
机器人灵巧操作的核心瓶颈在于高质量训练数据的匮乏——遥操作采集成本极高,而人类每天都在无约束环境中自然产生数以万计小时的第一视角操作视频。如何让机器人从这些「免费」的人类行为数据中学习?The core bottleneck of dexterous robot manipulation is the scarcity of high-quality training data — teleoperated collection is extremely expensive, while humans naturally produce vast numbers of hours of egocentric manipulation video every day in unconstrained environments. How can a robot learn from this "free" human behavior data?
"We ask: can large-scale human data meaningfully support complex, dexterous manipulation at scale? … We find that effective transfer is fundamentally a scaling phenomenon."
现有人类-机器人迁移研究普遍存在两大局限:Existing human-to-robot transfer studies share two common limitations:
EgoScale 将人类-机器人迁移分解为三个递进阶段:大规模人类预训练(Stage I)→ 对齐 mid-training(Stage II)→ 少量机器人后训练(Stage III),核心是设计跨本体通用的动作表示与轻量级适配接口。EgoScale decomposes human-to-robot transfer into three progressive stages: large-scale human pretraining (Stage I) → aligned mid-training (Stage II) → small-scale robot post-training (Stage III), centered on designing an action representation that is shared across embodiments together with a lightweight adaptation interface.
使用 20,854 小时第一视角视频,以 相对腕部运动(relative SE(3) end-effector pose,公式:ΔWᵗ = (W₀ʷ)⁻¹ Wᵗʷ)和 retargeted 22-DoF 灵巧手关节动作作为监督信号。手部动作通过基于 CasADi/IPOPT 的非线性优化(每帧求解,带关节限位约束,指数滤波去抖)从 21 关键点 SE(3) 变换中重定向到 Sharpa 手的 URDF 关节空间。训练配置:256 块 GB200 GPU,100K steps,batch size 8,192,学习率 5×10⁻⁵。Using 20,854 hours of egocentric video, the supervision signals are relative wrist motion (relative SE(3) end-effector pose, formula: ΔWᵗ = (W₀ʷ)⁻¹ Wᵗʷ) and retargeted 22-DoF dexterous hand joint actions. Hand actions are retargeted from 21-keypoint SE(3) transforms into the URDF joint space of the Sharpa hand through nonlinear optimization based on CasADi/IPOPT (solved per frame, with joint-limit constraints and exponential filtering for de-jittering). Training configuration: 256 GB200 GPUs, 100K steps, batch size 8,192, learning rate 5×10⁻⁵.
利用 50 小时人类 + 4 小时机器人的配对视角数据(344 个桌面任务,Vive 追踪器记录腕部,Manus 手套记录手部),冻结视觉-语言骨干,解冻 vision encoder 和 DiT action expert 进行适配。这一阶段的核心作用是:将预训练中学到的通用动作先验"对齐"到机器人控制空间,同时通过共享 SE(3) 腕部表示保留跨本体泛化能力。Using paired-view data of 50 hours of human plus 4 hours of robot demonstrations (344 tabletop tasks, with a Vive tracker recording the wrist and Manus gloves recording the hand), the vision-language backbone is frozen while the vision encoder and the DiT action expert are unfrozen for adaptation. The core role of this stage is to "align" the generic action priors learned in pretraining to the robot control space, while preserving cross-embodiment generalization through the shared SE(3) wrist representation.
对比三种手部动作表示:joint-space(22-DoF 关节角)、wrist-only(仅 SE(3) 腕部)、fingertip-based(指尖位置)。实验表明 wrist-only 在接触敏感任务中表现最差(关节角精度缺失),fingertip-based 误差累积不稳定,joint-space 在所有任务中最为一致,被选为默认表示。Three hand-action representations are compared: joint-space (22-DoF joint angles), wrist-only (SE(3) wrist only), and fingertip-based (fingertip positions). Experiments show that wrist-only performs worst on contact-sensitive tasks (lacking joint-angle precision) and that fingertip-based accumulates error unstably, while joint-space is the most consistent across all tasks and is therefore chosen as the default representation.
实验在 Galaxea R1 Pro(22-DoF 灵巧手)和 Unitree G1(7-DoF 三指手)两个机器人本体上进行,每任务 10 次独立评估(多实例任务 16 次),评分采用图像叠加初始化保证一致性。Experiments are run on two robot embodiments, the Galaxea R1 Pro (22-DoF dexterous hand) and the Unitree G1 (7-DoF three-fingered hand), with 10 independent evaluations per task (16 for multi-instance tasks); scoring uses image-overlay initialization to ensure consistency.
"A clear log-linear scaling law: validation loss follows L = 0.024 − 0.003 · ln(D)" with "R² of 0.9983",其中 D 为人类数据小时数。, where D is the number of hours of human data.
task completion score 从 1k 小时的 0.30 提升至 20k 小时的 0.71,且"在探索范围内未见饱和迹象"(no signs of saturation in the explored regime)。The task completion score rises from 0.30 at 1k hours to 0.71 at 20k hours, with "no signs of saturation in the explored regime".
| 方法Method | Shirt Rolling | Card Sorting | Tong Use | Bottle Cap | Syringe |
|---|---|---|---|---|---|
| No Pretraining (baseline) | — | — | — | — | — |
| Human Pretraining only | 相对 baseline +55% 平均成功率+55% average success rate over the baseline | ||||
| Human Pretrain + Mid-Training | 相对 baseline +54% 平均成功率(最终系统)+54% average success rate over the baseline (final system) | ||||
注:论文以条形图呈现各任务的 task completion score,未给出逐任务数字表格;上表数字均直接引用原文摘要与正文。Note: the paper reports the task completion score of each task as a bar chart and gives no per-task numeric table; the numbers in the table above are quoted directly from the abstract and body of the paper.
mid-training 使模型获得共享运动原语(shared motion primitives),仅用单个机器人演示即可泛化到新任务:Mid-training gives the model shared motion primitives, so that a single robot demonstration suffices to generalize to a new task:
在 Stage II mid-training 中加入少量 G1 play data,通过 embodiment-specific MLP 适配器适配 7-DoF 手部接口,相比 G1 直接训练基线实现 30% 绝对提升,且行为更流畅。Adding a small amount of G1 play data to the Stage II mid-training and adapting the 7-DoF hand interface through an embodiment-specific MLP adapter achieves a 30% absolute improvement over the baseline trained directly on G1, with smoother behavior.
joint-space 手部动作在所有 5 个任务中均优于 wrist-only 和 fingertip-based 表示,尤其在需要精细接触调控的任务(Bottle Cap、Syringe)中差距最为显著。Joint-space hand actions outperform the wrist-only and fingertip-based representations on all 5 tasks, and the gap is most pronounced on tasks that require fine contact modulation (Bottle Cap, Syringe).
scaling law 仅在 1k—20k 小时数据范围内验证,"no signs of saturation in the explored regime"——即 20k 小时以外的规模效应尚无实证,计算成本(256 × GB200 GPU)也制约进一步探索。The scaling law is validated only over the 1k—20k hour data range, "no signs of saturation in the explored regime" — that is, scaling behavior beyond 20k hours has no empirical evidence, and the compute cost (256 × GB200 GPUs) also constrains further exploration.
大规模数据依赖"off-the-shelf SLAM and hand-pose estimation pipelines",其估计质量因场景而异,噪声容限(robustness threshold)未量化。尽管论文认为规模与多样性可以补偿噪声,但极端噪声情况下的失效模式未有讨论。The large-scale data relies on "off-the-shelf SLAM and hand-pose estimation pipelines", whose estimation quality varies across scenes, and the noise tolerance (robustness threshold) is not quantified. Although the paper argues that scale and diversity can compensate for noise, failure modes under extreme noise are not discussed.
五个评估任务均为桌面场景(tabletop manipulation);移动操作、开放世界场景以及与运动(locomotion)结合的场景未涉及,限制了结论的泛化范围。All five evaluation tasks are tabletop scenes (tabletop manipulation); mobile manipulation, open-world scenes and settings combined with locomotion are not covered, which limits how far the conclusions generalize.
Stage I 预训练需要 256 块 GB200 GPU 运行 100K steps,这一规模对学术小实验室和工业小团队存在较高门槛。论文未提供缩减计算预算的替代方案。Stage I pretraining requires 256 GB200 GPUs running 100K steps, a scale that poses a high barrier for small academic labs and small industrial teams. The paper offers no alternative for reducing the compute budget.