Summary

A 2026 survey examining how to leverage the vast supply of human video data to train VLA models for robot manipulation, addressing the core obstacle that human videos lack robot action labels and suffer from embodiment mismatch. Organizes the field into four methodological families: latent action representations, predictive world models, explicit 2D supervision, and explicit 3D reconstruction.

2026 年調查:如何利用大量人類影片資料訓練機器人 VLA 模型,解決人類影片缺乏機器人動作標注和體態不匹配的核心障礙。將領域整理為四個方法族群:潛在動作表徵、預測式世界模型、顯式 2D 監督、顯式 3D 重建。

Prerequisites

  • Cross-embodiment transfer — why human hand kinematics don’t directly map to robot end-effectors; the morphology gap that all four approaches must solve
  • VLA architectures — how vision-language models are extended with action heads; required to understand which approaches apply at which stage of the pipeline
  • Self-supervised video learning — optical flow, video prediction, dense correspondences; the machinery used by the 2D/3D supervision approaches

Core Idea

Human videos are the most scalable source of manipulation knowledge — humans perform tasks constantly, producing naturally diverse data covering rare states no robot teleoperation dataset would capture. The obstacle is not data volume but data format: no action labels, mismatched kinematics, and camera viewpoints optimized for human activity rather than robot learning. The four approaches represent different bets on how to bridge this gap: latent approaches avoid explicit action altogether; world model approaches use prediction as a proxy; 2D/3D approaches extract geometric action signals that transfer across embodiments.

Key Findings

  • No single approach dominates: latent methods scale easily but produce implicit representations hard to ground in robot control; 3D methods are accurate but computationally expensive and brittle under scene clutter
  • Cross-embodiment evaluation is the weakest part of the field — most papers evaluate within a single setup and the transfer claim is not validated
  • Three structural open problems: episodic segmentation of unstructured video, embodiment gap bridging, and deployment-realistic evaluation protocols

Limitations

  • Author-stated: Curated GitHub resource list is the primary synthesis artifact — no unified benchmark is proposed
  • Unstated: The four-family taxonomy is post-hoc; individual papers often straddle categories, and the boundaries are not well-defined

Reproducibility

  • Code: GitHub resource list maintained by authors
  • Datasets: Varies per approach; no unified benchmark
  • Compute: Survey paper — no single compute requirement

Insights

The framing of “human videos as the scaling lever” is consequential: if 3D reconstruction approaches mature, the global stock of human activity video becomes robot training data without any active data collection infrastructure. The bottleneck moves from “how do we collect enough robot demonstrations?” to “how do we parse and ground existing human video?” — a fundamentally different engineering problem. The survey implicitly argues this is the right direction for post-teleoperation robot learning.

Connections