Exo2EgoPolicy

Geometry-Aware Policy Transfer from Exocentric Human Demonstrations

1Amazon.com 2Stony Brook University, USA
Exo2EgoPolicy teaser: translating exocentric human video to egocentric hand-object pose for human-robot co-training.
Figure 1. We propose Exo2EgoPolicy, which learns robot policies by translating exocentric (third-person) human video into egocentric (first-person) hand-object pose, enabling egocentric human–robot co-training for diverse manipulation tasks.

Abstract

Learning robot manipulation policies from large-scale human videos is challenging due to the viewpoint mismatch between third-person observations and egocentric robot control. To this end, we introduce Exo2EgoPolicy, a geometry-aware framework that learns egocentric manipulation policies from monocular exocentric video via viewpoint-aligned pose translation. Unlike prior Exo→Ego approaches that rely on diffusion-based pixel synthesis and often produce temporally inconsistent predictions, our method operates directly on a structured pose manifold and explicitly models the geometric ambiguity inherent in monocular observation.

We formulate exocentric-to-egocentric translation as a viewpoint-conditioned latent variable model on the $SE(3)$ manifold that disentangles pose from camera transformation and captures the ambiguity induced by unknown camera extrinsics. Under bounded viewpoint motion, the formulation yields pose trajectories that are identifiable up to a global rigid transformation and supports stable sequential inference through temporal regularization. Beyond representation alignment, we show that for quasi-static manipulation tasks whose rewards depend primarily on relative hand–object geometry, pose captures the key task-relevant information required for policy learning. This enables policy co-training on pose-translated human demonstrations alongside limited robot teleoperation data within a unified human–robot state space.

Empirically, Exo2EgoPolicy improves temporal consistency, cross-view alignment, and out-of-distribution policy transfer compared to pixel-based translation and other cross-view co-training baselines, achieving 20–30% higher task success on manipulation benchmarks. These results suggest that geometry-aligned pose representations provide a scalable foundation for cross-view policy learning from human video.

TL;DR

Instead of hallucinating egocentric pixels, Exo2EgoPolicy translates third-person human video into first-person hand–object pose on the $SE(3)$ manifold. Geometry-aligned poses are temporally stable and provide a sufficient statistic for manipulation, so they can be co-trained directly with limited robot teleoperation data.

Method Overview

Overview of the Exo2EgoPolicy framework: geometry-aware pose translation, temporal regularization, pose sufficiency, and unified co-training.
Figure 2. Overview of the Exo2EgoPolicy framework. Given an exocentric RGB observation and its pose, geometric encoders produce a dense latent that conditions the Exo2Ego Pose Translation Diffusion Model on $SE(3)$. A temporal regularization module enforces autoregressive, temporally consistent pose generation. We establish that the generated pose is sufficient for cross-domain policy learning, and finally co-train the policy $\pi_\theta$ on translated human demonstrations together with limited teleoperation data in a unified state-action space.

1 · Geometry-Aware Pose Translation

Exo→Ego translation is cast as a viewpoint-conditioned latent diffusion model over the $SE(3)$ manifold. Predicting the hand pose relative to the object $(p^{\text{obj}}_t)^{-1}\!\cdot p^{\text{hand}}_t$ marginalizes out the unknown camera, yielding trajectories identifiable up to a global rigid transformation.

2 · Temporal Stability

A forward kinematic motion prior conditions generation on the previous state, with a Lie-group temporal consistency loss. With an $L$-Lipschitz transition ($L<1$), the cumulative trajectory error is uniformly bounded by $\epsilon/(1-L)$ — suppressing jitter.

3 · Pose Sufficiency

Modeling manipulation as an MDP, we show that for quasi-static tasks whose reward depends on relative hand–object geometry, pose is a sufficient statistic — a policy on pose attains the same optimal value as one on raw RGB, while being invariant to visual nuisances.

4 · Unified Co-Training

The human hand is treated as a distinct embodiment in the same kinematic space as the robot end-effector. An Action Transformer policy is trained via joint behavioral cloning over robot teleoperation and pose-translated human data.

Exo→Ego Pose Translation

Visualization of Exo2Ego hand-object pose generation over time.
Figure 3. Visualization of Exo→Ego hand–object pose generation. From an uncalibrated exocentric video, our model recovers temporally consistent egocentric hand–object pose trajectories.

Policy Rollouts

Visualization of policy rollouts after co-training on Close-Drawer, Stack-Can, and Stack-Can-Into-Drawer tasks.
Figure 4. Policy rollouts after co-training, on the Ego Humanoid Manipulation Benchmark (NVIDIA Isaac Lab, Unitree H1 humanoid with Inspire dexterous hands).

Results

Exo→Ego Hand Pose Translation (H2O)

Across four generalization splits, Exo2EgoPolicy outperforms pixel-space baselines on every metric, reducing PA-MPJPE by ~27% over the strongest baseline (EgoX) and improving F@5mm by over 30% on the most challenging Unseen Actions split.

MethodPA-MPJPE ↓AUCJPA-MPVPE ↓F@5mm ↑F@15mm ↑
Pix2PixHD42.60.31248.40.1420.412
Exo2Ego-V24.10.51826.30.3120.645
EgoWorld19.40.61222.50.4210.762
4Diff18.20.63520.10.4480.782
EgoX15.70.68417.50.5210.844
Ours11.40.77212.80.6850.912

Unseen Objects split on H2O. Best in bold.

Policy Co-Training — Mean Success Rate (%)

On the Ego Humanoid Manipulation Benchmark, our pose-space translation surpasses all baselines, including the egocentric-pretraining method EgoVLA, under both seen and unseen visual settings.

MethodShort — SeenShort — UnseenLong — SeenLong — Unseen
ACT24.924.92.20.6
EgoVLA-NoPretrain64.651.326.711.2
Exo-only co-training65.752.727.612.1
EgoWorld70.558.534.116.1
4Diff72.962.537.419.7
EgoX75.566.641.523.9
EgoVLA77.869.145.928.8
Ours81.973.753.336.1

Mean Success Rate across short- and long-horizon tasks. Best in bold.

BibTeX

@article{basak2025exo2egopolicy,
  title   = {Exo2EgoPolicy: Geometry-Aware Policy Transfer from
             Exocentric Human Demonstrations},
  author  = {Basak, Hritam and Tabatabaee, Hadi and Yang, Xin and
             Gayaka, Shreekant and Qiao, Nan and Sun, Yuyin and
             Kuo, Cheng-Hao and Yin, Zhaozheng and Sun, Min},
  year    = {2025}
}