Skip to content
AI.info

Research

HiFi-UMI: Learning Deployable Manipulation Policies from High-Fidelity UMI Data Alone

HiFi-UMI: Learning Deployable Manipulation Policies from High-Fidelity UMI Data Alone Overview Research area: Robot learning / manipulation data collection and policy learning (robotics, imitation lea

arXiv
2607.25895
Published
2026-07-28
Authors
Simple AI, :, Yuteng Wei, Jinming Ma, Jiawei Wang, Weitao Zhou, Yushen Zuo, Ke Rui, Minglei Li, Jinhao Zhang, Zhikang Pan, Xiang Wang, Haoran Jia, Huan Du, Zicheng Zeng, Jun Ma, Guiyu Qin, Di Zhang, Xiaofei Li

AI summary

HiFi-UMI: Learning Deployable Manipulation Policies from High-Fidelity UMI Data Alone

Overview

Research area: Robot learning / manipulation data collection and policy learning (robotics, imitation learning, vision-language-action and world-action models).

Technical level: Intermediate to Advanced. The paper assumes familiarity with teleoperation, SLAM, UMI-style handheld capture, and VLA/WAM policy architectures.

Scope: The paper presents a portable, robot-free data-capture system (HiFi-UMI) that produces high-fidelity manipulation demonstrations, and tests whether post-training a policy on that data alone — with no teleoperated real-robot data — matches in-domain teleoperation when deployed on a real bimanual robot.

What This Paper Is About

Learning manipulation policies is bottlenecked by data. Teleoperation on real robots produces accurate but expensive trajectories, while robot-free UMI capture scales cheaply but has so far been used mainly for pre-training, with a small real-robot "anchor" added at post-training. HiFi-UMI raises the fidelity of robot-free capture itself — trajectory accuracy, native inter-gripper relative pose, microsecond synchronization, and ultra-wide field of view — to test whether that anchor can be removed entirely. The goal is a policy that is post-trained solely on handheld demonstrations and deployed directly on a real robot.

Key Contributions

  1. A hardware–software co-designed data-production system. Head-mounted offline stereo-inertial SLAM plus fiducial marker localization yields 3 mm end-effector accuracy and native inter-gripper relative pose; a shared GPIO trigger gives microsecond cross-sensor alignment; two non-parallel wide-angle cameras per hand cover roughly 200 degrees horizontally and over 200 degrees vertically. An automated engine reconstructs, replays, and validates every demonstration, retaining 96 percent of raw captures as robot-executable data.

  2. Evidence that HiFi-UMI data alone suffices for post-training. Across three backbones spanning the VLA and WAM families — StarVLA-QwenPI, OpenPI-π0.5, and LingBot-VA — UMI-only post-training matches in-domain teleoperation on the same robot, with success-rate differences of −2.5, +3.1, and −0.6 percentage points.

  3. Pre-training on the same robot-free corpus raises both data efficiency and the performance ceiling. On StarVLA-QwenPI, 4,000 hours cut offline action error on ten unseen tasks by 41 percent and, at matched post-training data, raised real-robot success by 18.1 percentage points, matching the scratch-initialized baseline with a quarter of the task data.

  4. HiFi-UMI-2K, an open dataset. 2,000 hours of microsecond-synchronized, replayable, ultra-wide-FoV demonstrations, produced by the same pipeline, intended as a deployment-grade resource for robot-free post-training.

Main Findings

  • Zero-robot post-training reaches parity with teleoperation. On the three backbones the gaps are −2.5, +3.1, and −0.6 percentage points — of both signs, and each within the sampling noise of the evaluation protocol.
  • Parity holds under an asymmetry favoring the baseline. The teleoperation baseline is collected in the evaluation scene, while no HiFi-UMI trajectory is.
  • The strongest policy reaches 85 percent on a precision insertion task.
  • Evaluation is pre-registered. Every comparison runs under a benchmark frozen before evaluation begins, with test-instance construction separated from policy execution, randomized policy order, and recorded termination reasons; the six conditions receive 960 real-robot rollouts in total.
  • Pre-training scales predictably. Held-out action prediction error decreases with increasing pre-training data following a power-law trend (α = 0.268, R² = 0.993).
  • Transfer tracks interaction coverage, not object identity. Generalization depends more on whether pre-training covered a task's kind of physical interaction than on whether its objects have been seen before.
  • Processed-data fidelity. 3 mm local end-effector accuracy within a roughly 2 m workspace, cross-sensor timing offsets below 40 microseconds, fewer than 1 dropped frame per 270,000 frames (six cameras at 25 fps), a 98 percent trajectory-reconstruction success rate, and gripper-state error below 0.1 degrees.
  • Pipeline yield. Trajectory reconstruction and whole-body-control replay validation each pass approximately 98 percent of captures, a cumulative 98% × 98% ≈ 96 percent of raw captures.
  • Scale of the underlying engine. More than 20,000 hours collected across over 480 scenes, from which the curated 2,000-hour HiFi-UMI-2K subset was released.
  • Fidelity is treated as a design principle, not an isolated variable. The paper states it does not run a controlled degradation ablation separating fidelity from sample count and scene coverage, and leaves that to future work.

Methodology in Plain English

The team treated data production as a system-design problem, aiming to enforce fidelity at the source rather than repair it afterward.

Capture hardware. Instead of tracking each wrist independently, a head-mounted stereo camera rig with an IMU runs offline stereo-inertial SLAM to estimate the global head trajectory. Each hand carries a rigidly attached fiducial marker cube observed by those same head cameras, so both hand poses — and therefore the relative pose between the two grippers — are measured natively in one shared frame. The head viewpoint is more stable than a wrist viewpoint, which is often occluded by the hand or the object being manipulated. Each hand also carries two non-parallel fisheye cameras for ultra-wide coverage, giving six cameras in total, plus IMUs on the head and both hands and high-precision encoders measuring gripper opening. A single shared GPIO trigger synchronizes all sensors in hardware. The gripper is an asymmetric two-finger, full-palm glove modeled on the human hand — a narrower fingertip region for small objects and a wider proximal region for heavy ones — chosen to preserve natural force and contact over a trigger interface.

Quality control during capture. The device performs in-recording monitoring, detecting underexposure, motion blur, excessively fast motion, and hands leaving the head cameras' field of view, and issues real-time voice feedback. Online temporal slicing lets operators mark task and subtask boundaries as they collect.

Processing pipeline. Six stages follow: collection and upload (streamed to the cloud over Wi-Fi in real time), trajectory reconstruction with automatic cleaning, simulation retargeting, AI-assisted annotation, human verification, and analysis and export. Because manipulation constantly changes the scene — violating the static-world assumption behind standard loop closure — the system skips global loop closure and instead applies a local-consistency constraint over a dynamic sliding window, bounding long-horizon drift to the centimeter level while keeping millimeter-level local accuracy. Trajectories flagged as abnormal are automatically recomputed. Every reconstructed trajectory is validated by replaying it through a whole-body motion-control algorithm in simulation, discarding kinematically or dynamically infeasible ones. An annotation model reasons jointly over head-mounted and hand-centric views — resolving cases where an object is occluded in one view but visible in another — and emits labels with confidence scores so low-confidence samples route to human review. Human annotators perform sampling-based inspection focused on flagged samples rather than reviewing all raw data.

Evaluation design. The three backbones differ deliberately: StarVLA-QwenPI is a modular open implementation whose initialization the authors control (allowing a large-scale pre-training arm), OpenPI-π0.5 is a strong publicly released checkpoint they did not build, and LingBot-VA derives actions from an imagined future rather than the current observation alone. Because each consumes the same supervision, changing the source of that supervision is one intervention applied three times. The backbone, the recipe, and the deployment stack are held fixed; only the source of task-specific demonstrations changes.

Why This Matters

Impact on research. The work reports the first controlled demonstration that handheld robot-free post-training, with no real-robot data at all, matches in-domain teleoperation on the same robot, replicated across three backbones. It reframes a question the field has approached through mixing ratios — how small a real-robot anchor can be — into a question about the fidelity of the robot-free data itself. It also releases a large, microsecond-synchronized, replay-validated corpus, and shows pre-training transfer tracks coverage of interaction dynamics rather than object familiarity, which is a useful design signal for dataset composition.

Real-world applications:

  • Logistics and warehouse manipulation, where bimanual pick-and-place and packing policies must be trained across many sites without shipping robots to each one for data collection.
  • Manufacturing and assembly, including the precision insertion task where the strongest policy reaches 85 percent, where in-factory teleoperation rigs are costly and disruptive.
  • Household and service robotics, where in-the-wild, robot-free capture in many homes avoids the need for instrumented environments or base stations.
  • Rapid policy adaptation to new arms or tasks, since a corpus collected without a robot in the loop can be retargeted to a target embodiment through simulation replay validation.

Industry relevance. The system requires no external tracking infrastructure, no base stations, no motion-capture rig and no teleoperation rig — only a wearable device. That directly addresses the cost structure the paper highlights: AgiBot World assembled 2,976 hours from 100 dual-arm humanoid robots in a purpose-built 4,000 m² facility, and RoboMIND assembled 305 hours across four embodiments, each needing its own matched teleoperation hardware. A single portable capture system that feeds both pre-training and post-training, and that yields 96 percent usable data, changes the economics of building manipulation datasets.

Future Directions

  • A controlled fidelity ablation. The authors explicitly leave to future work an experiment that cleanly separates fidelity from sample count and scene coverage — for example, degrading individual fidelity axes to isolate their contribution to the parity result.
  • Extending beyond the three tested backbones. Parity was shown on StarVLA-QwenPI, OpenPI-π0.5, and LingBot-VA; whether it holds for other policy families and action interfaces is open.
  • Wider deployment validation. The evaluation covers six conditions and 960 real-robot rollouts on one bimanual robot; generalization across robots, sites, and task suites is not established.
  • Better use of interaction-dynamics coverage. Since pre-training transfer tracked interaction coverage rather than object familiarity, developing principled ways to balance and up-weight rare but important interaction types — building on the pipeline's explicit balancing and export controls — is a natural next step.

Target Audience

Robotics and embodied-AI researchers working on manipulation data collection, imitation learning, and VLA or world-action-model policies. It is also relevant to practitioners building manipulation datasets at scale, to engineers evaluating whether teleoperation infrastructure is necessary for their deployment pipeline, and to dataset and benchmark designers interested in quality-control and validation methodology. Readers without a background in SLAM, retargeting, or policy post-training will find the introduction and results sections accessible, but the data-pipeline and related-work sections assume domain familiarity.

Authors’ abstract

Learning deployable manipulation policies is bottlenecked by the scarcity of data that is both high-fidelity and scalable. Real-robot teleoperation is accurate but costly to scale; robot-free UMI capture scales readily, and current practice uses the resulting data mainly for pre-training, adding a small real-robot "anchor" at post-training. We ask whether raising the fidelity of robot-free UMI data, rather than shrinking the real-robot fraction, can remove that anchor. We present HiFi-UMI, a portable UMI data-production system co-designed for trajectory accuracy, inter-gripper relative pose, synchronization, and field of view: head-mounted offline stereo-inertial SLAM, native rather than reconstructed relative pose, a shared microsecond GPIO trigger, and two wide-angle cameras per hand covering ~200 degrees. It reaches 3 mm workspace-local end-effector accuracy without external tracking infrastructure. Using this corpus, we demonstrate zero-robot post-training: a policy post-trained solely on HiFi-UMI demonstrations deploys directly on a real robot and matches in-domain teleoperation across three backbones spanning the vision-language-action and world-action-model families, with success-rate differences of -2.5, +3.1, and -0.6 percentage points on StarVLA-QwenPI, OpenPI-pi_0.5, and LingBot-VA; the strongest policy reaches 85% on a precision insertion task, even though the teleoperation baseline is collected in the evaluation scene and no HiFi-UMI trajectory is. Pre-training on 4,000 hours from the same corpus lowers action error on ten unseen tasks by 41% and, on StarVLA-QwenPI, raises real-robot success by a further 18.1 percentage points. We open-source HiFi-UMI-2K, 2,000 hours of microsecond-synchronized, ultra-wide-FoV demonstrations, each automatically reconstructed and validated through simulation replay, as a large-scale, high-fidelity resource for the robot-learning community.

Read the original paper