WARPED: Wrist-Aligned Rendering for Robot Policy Learning from Egocentric Human Demonstrations

TL;DR

WARPED generates wrist-view data from monocular RGB videos, reducing data collection time by 5-8x for robot learning.

cs.RO 🟡 Intermediate 2026-04-13 27 views
Harry Freeman Chung Hee Kim George Kantor
robot learning imitation learning vision models wrist view data efficiency

Key Findings

Methodology

WARPED uses monocular RGB videos, leveraging vision foundation models for scene initialization, hand-object optimization, and Gaussian splatting to generate wrist-view data for robot policy training.

Key Results

  • Achieved success rates comparable to teleoperation across five tasks, reducing data collection time by 5-8x.
  • Outperformed teleoperation in the Rotate Box task, demonstrating superior rotational precision.
  • Ablation studies confirmed the critical role of Gaussian splatting and hand-object optimization in performance gains.

Significance

This method significantly reduces dependency on complex hardware and multi-view setups, making imitation learning scalable to new tasks and environments, especially in data-scarce domains.

Technical Contribution

Introduced a novel pipeline combining Gaussian splatting and hand-object optimization to generate wrist-view data from monocular RGB videos, eliminating the need for multi-view or depth sensors.

Novelty

First to integrate Gaussian splatting with hand-object optimization for generating robot wrist-view data, streamlining the data collection process.

Limitations

  • Assumes rigid objects, limiting applicability to deformable objects.
  • Relies on accurate initial scene geometry, which may be affected by noise.
  • Not validated in dynamic or highly complex scenes.

Future Work

Future directions include extending to deformable object manipulation, dynamic scenes, and multi-task learning frameworks.

AI Executive Summary

Existing robot imitation learning methods often rely on multi-view cameras or depth sensors, making data collection costly and limiting scalability. WARPED addresses this by generating wrist-view data from monocular RGB videos, significantly simplifying the process.

The WARPED framework consists of five stages: scene initialization, hand-object optimization, wrist-view rendering, and policy training. By leveraging Gaussian splatting and vision foundation models, it produces realistic wrist-view data for robot learning. Experiments demonstrate strong performance across five tabletop tasks, reducing data collection time by 5-8x.

While WARPED achieves notable advancements in data efficiency and performance, it is limited by its rigid object assumption. Future research could explore more complex scenarios and tasks to enhance its applicability further.

Deep Analysis

Background

Imitation learning has advanced robot visuomotor control but often relies on teleoperation or multi-view data, which are costly and hard to scale.

Core Problem

Existing methods depend on multi-view cameras, depth sensors, or custom hardware, making data collection complex and expensive, hindering adaptability to new tasks.

Innovation

WARPED generates wrist-view data from monocular RGB videos, combining Gaussian splatting and hand-object optimization to simplify data collection.

Methodology

  • �� Use vision foundation models for scene initialization.
  • �� Optimize hand-object interactions to track trajectories.
  • �� Render realistic wrist-view data using Gaussian splatting.
  • �� Train diffusion-based policy models to generate robot actions.

Experiments

Evaluated on five tabletop tasks, including Rotate Box and Pour Mug, using monocular RGB videos for data generation and compared against teleoperation baselines.

Results

WARPED matched teleoperation performance across tasks, excelled in Rotate Box, and reduced data collection time by 5-8x.

Applications

Applicable to industrial automation, agricultural robotics, and home service robots, especially in data-scarce scenarios.

Limitations & Outlook

Assumes rigid objects, untested in dynamic scenes, and depends on accurate initial scene geometry.

Plain Language Accessible to non-experts

Imagine wearing a head-mounted camera while performing tasks. WARPED uses these videos to create a 'first-person view' for robots, teaching them to mimic your actions.

ELI14 Explained like you're 14

Think of it like playing a VR game where you control a robot. WARPED is like a genius assistant that watches your gameplay and teaches the robot to copy you perfectly!

Glossary

Gaussian Splatting

A 3D scene rendering technique using Gaussian distributions to produce realistic visual data.

Used to generate wrist-view images.

Hand-Object Optimization

Optimizes the relative positions and poses of hands and objects to accurately track interactions.

Used to generate robot trajectories.

Diffusion Policy Model

A generative model based on diffusion processes for producing robot actions.

Used for training robot policies.

Open Questions Unanswered questions from this research

  • 1 How can this be extended to deformable objects?
  • 2 What is the performance in dynamic scenes?

Applications

Immediate Applications

Industrial Automation

Quickly train robots for assembly tasks without complex hardware dependencies.

Home Service Robots

Teach robots to perform household chores like dishwashing or organizing items.

Long-term Vision

General Robot Learning

Enable robots to autonomously learn across multiple tasks and environments.

Abstract

Recent advancements in learning from human demonstration have shown promising results in addressing the scalability and high cost of data collection required to train robust visuomotor policies. However, existing approaches are often constrained by a reliance on multiview camera setups, depth sensors, or custom hardware and are typically limited to policy execution from third-person or egocentric cameras. In this paper, we present WARPED, a framework designed to synthesize realistic wrist-view observations from human demonstration videos to facilitate the training of visuomotor policies using only monocular RGB data. With data collected from an egocentric RGB camera, our system leverages vision foundation models to initialize the interactive scene. A hand-object interaction pipeline is then employed to track the hand and manipulated object and retarget the trajectories to a robotic end-effector. Lastly, photo-realistic wrist-view observations are synthesized via Gaussian Splatting to directly train a robotic policy. We demonstrate that WARPED achieves success rates comparable to policies trained on teleoperated demonstration data for five tabletop manipulation tasks, while requiring 5-8x less data collection time.

cs.RO