Conference on Robot Learning CoRL 2026

SEED-UMISharing the Exoskeleton between human and robot for onE-to-one Dexterous demonstration

Tengbo Yu1,2,*Jiahao Wu2,*Daohan Li2,*Bingxu Chen2Hao Liu2Xiaojian Ma2Hangxin Liu1,†

1 State Key Laboratory of General Artificial Intelligence,
School of Intelligence Science and Technology, Peking University

2 Delta Intelligence

* Equal contribution † Corresponding author

Explore the research

01 / Overview

One exoskeleton.
A shared physical interface.

What if the human demonstrator and the robot could share the same measurement interface?

SEED-UMI makes this possible by letting both wear the same exoskeleton. Joint encoders record corresponding movements, while cameras fixed to the exoskeleton observe the same outer mechanism during human data collection and robot execution.

This turns motion retargeting into paired cross-embodiment supervision. Contact-rich human demonstrations become training data for dexterous robot policies, directly from raw wrist images.

SEED-UMI's shared data-collection interface and five contact-rich manipulation tasks.
Human demonstration, robot execution, and the contact-rich task suite enabled by SEED-UMI.

The project film

SEED-UMI in action.

From natural human demonstrations
to autonomous dexterous manipulation.

02 / Shared hardware

The same structure.
On both sides.

The human and robot share the outer exoskeleton, joint axes, fingertip pads, and sensor placement. Cuffs and mounts adapt the interface to each embodiment.

A human hand and robot hand wearing the shared exoskeleton, with wrist motion camera, joint encoders, and observation camera.
A physically shared measurement interface, worn by the human operator and the Wuji robot hand.
20 DoF

One-to-one joint correspondence

Twenty independently measured joints across five fingers, matched to the fully actuated target hand.

6 DoF

Wrist motion tracking

A dorsal Intel RealSense T265 records the wrist trajectory in the exoskeleton frame.

150°

Exoskeleton-centric vision

A ventral fisheye camera observes the workspace from a matched viewpoint during demonstration and execution.

Designed for contact

Keep the contact surfaces clear.

A parallel four-bar linkage routes joint rotation to dorsally mounted magnetic encoders. This preserves angular correspondence while keeping the lateral and palmar surfaces clear for manipulation.

Exoskeleton mechanism illustrating collision avoidance and the four-bar linkage during motion.
Collision avoidance and the parallel four-bar linkage used to route the encoders.

03 / Method

From shared measurements
to executable actions.

Two-stage motion mapping.
Direct learning from human demonstrations.

SEED-UMI pipeline: collect human encoder, image and wrist pose data; bootstrap mapping with robot babbling; refine with paired replay; train and execute the policy.
Human demonstrations, paired replay, mapping refinement, and policy rollout form a single cross-embodiment learning pipeline.
M.1

Initialize with motor babbling

The robot explores joint motions while wearing the exoskeleton. Encoder readings, short motion histories, and robot joint positions train the initial encoder-to-command mapping.

M.2

Refine with paired replay

Human contact-rich motions are replayed on the robot. Differences between the two encoder trajectories provide supervision for correcting the mapping under contact.

M.3

Learn and deploy the policy

ACT, Diffusion Policy, and π₀.₅ learn wrist–hand action sequences from raw wrist images and encoder states. The refined mapping converts predicted encoder targets into robot commands.

Policy learning uses human-collected real data, without simulation, reinforcement learning, hand segmentation, or generative inpainting.

04 / Experiments

Five tasks. Rich contact.
Real-world execution.

Evaluated on a RealMan RX75 arm and a 20-DoF Wuji hand, with 100 demonstrations per task and 20 autonomous rollouts for each task, policy, and condition.

Autonomous robot rollout sequences for screw driving, AirPods case insertion, air freshener pressing, ball throwing, and table cleaning.
The task suite tests tool stabilization, fine finger coordination, grasp-to-release timing, sustained contact, and multi-finger actuation.
01

Screw Driving

Align a screwdriver and maintain a stable grasp and axial pressure.

02

AirPods Case Insertion

Coordinate the index and middle fingers for small-object placement.

03

Ball Basket Throwing

Time the transition from grasping to a dynamic release.

04

Table Cleaning

Extract a tissue, wipe under contact, and discard it.

05

Air Freshener Spray

Stabilize the can and initiate a downward actuator press.

Results at a glance

Paired supervision closes much of the transfer gap.

70.0%

Mean rollout success

Across five tasks and three policy backbones.

+12.7pp

Gain from paired fine-tuning

Compared with the babbling-only mapping.

~3×

Collection throughput

52 vs. 18 successful AirPods demonstrations in 30 minutes.

Mean success is 71.7% for teleoperation, 57.3% for SEED-UMI with the babbling-only mapping, and 70.0% after paired fine-tuning. SEED-UMI trains its policies on human-side demonstrations; the teleoperation baseline uses robot-side demonstrations.

Table 1. Autonomous rollout success (%). Each task entry is based on 20 rollouts; the mean column averages the five tasks.
PolicyConditionScrew
Driving
AirPods
Case
Ball
Throwing
Table
Cleaning
Air
Freshener
Mean
ACTTeleoperation80.065.060.075.090.074.0
ACTSEED-UMI · babbling only55.065.060.050.070.060.0
ACTSEED-UMI · paired fine-tuning70.075.070.065.085.073.0
Diffusion PolicyTeleoperation65.055.050.060.070.060.0
Diffusion PolicySEED-UMI · babbling only40.055.050.040.045.046.0
Diffusion PolicySEED-UMI · paired fine-tuning55.060.055.055.060.057.0
π₀.₅Teleoperation90.075.070.085.085.081.0
π₀.₅SEED-UMI · babbling only60.075.070.060.065.066.0
π₀.₅SEED-UMI · paired fine-tuning80.085.080.075.080.080.0
Evaluation details. Initial object positions are randomized. Paired mapping calibration uses 250 episodes across five objects. Air Freshener Spray success requires a secure grasp and an initiated downward press; full actuator depression and spray emission are not required. The throughput comparison uses the same operator in separate 30-minute windows and excludes one-time paired-replay and mapping-optimization overhead.

05 / Closer look

Why the collection
interface matters.

Direct feedback for delicate contact.

During AirPods insertion, the operator interacts directly with the object and can regulate contact through immediate visual and physical feedback. The qualitative comparison below illustrates human and robot encoder traces, alongside a teleoperation replay that over-drives the contact.

AirPods replay comparison: SEED-UMI human and robot encoder traces are aligned, while teleoperation replay shows excess finger motion and a damaged object.
Fine-manipulation comparison on the AirPods task. Blue traces show human-side encoders; orange traces show robot-side encoders.

Collection efficiency

More demonstrations.
Comparable policy performance.

The human can collect demonstrations independently of real-time robot execution. In the paper’s AirPods study, SEED-UMI records 52 successful demonstrations in 30 minutes, compared with 18 using teleoperation.

After accounting for the reported overall rollout success, the paper estimates approximately 2.9× as much useful training data per minute, excluding one-time calibration overhead.

Comparison of demonstration collection efficiency and policy success for teleoperation and SEED-UMI.
The efficiency–quality trade-off reported in the paper.

Looking ahead

Toward more scalable
dexterous demonstration.

The current exoskeleton is co-designed for one target hand. Adapting to other hands still requires changes to geometry, calibration motions, and mapping. Future directions include automating that adaptation, improving wearability, and adding tactile sensing for more precise contact estimation.

Citation

@misc{yu2026seedumisharingexoskeletonhuman,
  title={SEED-UMI: Sharing the Exoskeleton between human and robot for onE-to-one Dexterous demonstration},
  author={Tengbo Yu and Jiahao Wu and Daohan Li and Bingxu Chen and Hao Liu and Xiaojian Ma and Hangxin Liu},
  year={2026},
  eprint={2609.11753},
  archivePrefix={arXiv},
  primaryClass={cs.RO},
  url={https://arxiv.org/abs/2609.11753},
}