Teahose.
SIGN IN
NEW HERE — WHAT TEAHOSE DOES
We read the entire AI & tech firehose — so you don't have to.
PODPodcastsAll-In, No Priors, Acquired…
NEWNewslettersStratechery, Newcomer…
PAPPapersPhysical AI research
PHProduct Huntdaily launches
VCInvestor ScoutSequoia, a16z, Benchmark…
CLAUDE DISTILLS →
7 reads, 30 sec each — free, 6 AM ET.
+ a live graph of the companies, people & themes underneath.
HOME/ARXIV PHYSICAL AI RESEARCH/Towards Human-level Dexterous Te…
PAPR
// RESEARCH PAPER
ARXIV PHYSICAL AI RESEARCH

Towards Human-level Dexterous Teleoperation

DATE July 13, 2026SOURCE ARXIV PHYSICAL AI RESEARCHPARTICIPANTS PUHAO LI, SIYUAN HUANG, ET AL. (ARXIV PHYSICAL AI)ARXIV 2607.11481
In this episode
// SUMMARY

1. Key Themes

Single-Stage RL Enables Diverse In-Hand Dexterity Without Per-Task Reward Engineering

TeleDexter trains a single RL controller that handles in-hand translation, rotation, finger gaiting, and long-horizon tool use — all in one training stage, without task-specific reward design. The key insight is decomposing human reference motions into consecutive subgoals (synchronized fingertip + object pose targets) rather than forcing frame-by-frame trajectory imitation. The policy must reach each subgoal in order but is free to discover its own contact strategy between them. As the paper states: "Rather than forcing rigid, frame-by-frame trajectory imitation, we decompose human reference motions into a sequence of synchronized fingertip and object pose subgoals. By training the policy to reach these consecutive targets rather than blindly copying exact motion configurations, the system gains the operational flexibility needed to discover physically feasible contact-switching strategies" (Section 1). This matters because it means one training pipeline can cover the full spectrum of in-hand manipulation skills, rather than requiring a separate policy for each skill.

75% Success Rate Where All Baselines Fail

Across seven challenging tasks (three reorientation tasks + four long-horizon tool-use tasks including hammer, screwdriver, brush, and light bulb), TeleDexter achieves 75.2% average success rate. Every baseline — kinematic retargeting (DexRT), neural retargeting (GeoRT), learned action priors (DexGen), and even a dedicated tool-use policy (SimToolReal) — consistently fails, with most achieving 0% success rate. The paper notes: "TeleDexter achieves 75.2% average SR and 87.1% average TP across all seven tasks, while all baselines near-uniformly fail" (Section 4.2). The gap is most dramatic on tool-use tasks requiring functional grasp transitions and sustained contact, where TeleDexter achieves 66.7–86.7% SR while all teleoperation baselines achieve near-zero SR.

Zero-Shot Sim-to-Real Transfer via Random Action Masking

The controller trains entirely in simulation and deploys to real hardware with no fine-tuning. The critical technique is "random action masking" — deliberately freezing subsets of joint commands for random durations during training, forcing the policy to succeed even when some actuators respond late or not at all. The paper reports this is "the single most impactful sim-to-real intervention we tested" (Section C.8). Ablation shows removing action masking drops success rates dramatically: HammerUse from 66.7% to 33.3%, ScrewdriverUse from 73.3% to 0%, CuboidReorient from 80% to 26.7% (Table 5). This directly addresses the actuator compliance, backlash, and PD response mismatch that plagues real dexterous hands.

Cross-Embodiment Generalization From Shared Human Reference Data

The same human hand-object interaction reference motions train controllers for two morphologically distinct robot hands: LeapHand (4-finger, 16-DoF) and SharpaWave (5-finger, 22-DoF). Only the geometry-aware retargeting stage adapts to the target morphology. LeapHand achieves 60–73.3% SR on reorientation tasks despite having significantly fewer degrees of freedom. The paper states: "Despite this substantial morphological gap, LeapHand achieves 60.0–73.3% SR on the reorientation tasks, confirming that the framework generalizes across embodiments without re-collecting human reference motions" (Section 4.2). This means the human demonstration dataset is a reusable asset across hardware platforms.

Teleoperation Data Successfully Trains Autonomous Policies

The demonstrations collected via TeleDexter directly train autonomous Diffusion Policies via behavioral cloning, achieving 40–73.3% success rates from only 50 demonstrations per task. The paper notes: "no baseline teleoperation system evaluated in Tab. 1 can reliably complete any of these three tasks, making it infeasible to collect comparable demonstration data with existing methods" (Section 4.3). This positions TeleDexter as both a teleoperation interface and a data collection pipeline — the teleoperation system creates the training data that enables autonomy.


2. Contrarian Perspectives

Frame-Wise Trajectory Imitation Is the Wrong Abstraction for Dexterous Manipulation

The dominant approach in learning from human reference motions is dense, frame-by-frame tracking — the policy must match the reference at every timestep. TeleDexter argues this is fundamentally too restrictive for contact-rich in-hand manipulation. The paper states: "Dense frame-wise tracking forces the policy to replicate reference trajectories step by step, leaving insufficient tolerance to discover physically feasible contact strategies and causing early termination. In contrast, sparse subgoal tracking only requires stable goal completion, allowing the policy to find feasible contact sequences through simulation rollout" (Section 4.4). In simulation ablation, sparse subgoal tracking reaches 32–186 consecutive subgoals while dense tracking stalls at 2.6–2.7 (Table 4). The practical implication: if you're building a dexterous manipulation system from human demonstrations, prescribing what the hand and object should achieve (subgoals) while leaving how (contact strategy) to the learned controller dramatically outperforms trying to copy exact motions.

Kinematic Retargeting Cannot Do Contact-Rich Manipulation — Period

Most commercial teleoperation systems (including those from leading robotics companies) use kinematic retargeting: mapping human hand joint angles directly to robot joints. The paper argues this paradigm is fundamentally broken for anything beyond grasping: "this paradigm provides an intuitive, low-latency interface that faithfully captures the operator's kinematic intent, it completely ignores hand-object contact forces and object inertia. Consequently, high-acceleration maneuvers, non-prehensile interactions, and continuous finger-gaiting remain highly unstable, frequently resulting in object slippage or drop failures" (Section 1). The data backs this: kinematic retargeting (DexRT) achieves only 5.7% average SR, and on most tasks it fails at the very first stage requiring in-hand reorientation. If your teleoperation pipeline doesn't have a learned dynamics prior, it cannot collect the demonstration data needed for autonomous dexterous policies.

Deliberately Degrading Actuator Commands During Training Is the Best Sim-to-Real Technique

The conventional wisdom for sim-to-real transfer focuses on domain randomization of physical parameters (friction, mass, etc.). TeleDexter introduces a different approach: randomly freezing joint commands during training so the policy learns to operate with partially stale, desynchronized actuation. The paper states: "By forcing the policy to succeed even when subsets of joints retain stale commands, this regularization prevents the policy from overfitting to simulation dynamics, which inevitably differ from those of the real world" (Section 3.1). The ablation is striking — removing action masking causes ScrewdriverUse to drop from 73.3% to 0% success (Table 5). The insight for builders: the sim-to-real gap for dexterous hands is less about physics parameters and more about actuation synchronization — real motors lag, miss commands, and have variable compliance that simulation doesn't capture.


3. Companies Identified

Franka Robotics, Robot arm manufacturer, "All real-world experiments are conducted on a Franka FR3 arm" (Section 4.1). The Franka FR3 is the standard research arm used across the paper's experiments. Relevant as the de facto platform for dexterous manipulation research.

NVIDIA, GPU and simulation provider, "We use Isaac Gym... all reference motions for one object (~50 minutes in our setting) are loaded simultaneously. We use SAPG to optimize the policy with 4 NVIDIA RTX 5090 GPUs, running ~62,000 parallel environments" (Section 3.1). NVIDIA's Isaac Gym simulation platform and RTX 5090 GPUs are the compute backbone. Also, NVIDIA Kaolin is used for differentiable signed distance computation in the retargeting pipeline (Section C.5).

NOKOV, Motion capture system provider, "We use a NOKOV MoCap system to track the operator's hand pose and the manipulated object's 6D pose in real time" (Section 4.1). NOKOV provides the optical motion capture system for both offline reference data collection and real-time teleoperation at 30 Hz. This is a deployment dependency — the system currently requires MoCap, which the authors identify as a limitation.

LeapHand (Carnegie Mellon / open-source), Low-cost dexterous hand, "LeapHand, a four-finger hand with 16 DoFs" (Section 4.1). LeapHand is one of two robot hand embodiments tested, validating cross-embodiment generalization. It's a widely used open-source hand in robotics research.

SharpaWave, Five-finger human-like dexterous hand, "SharpaWave, a five-finger human-like hand with 22 DoFs" (Section 4.1). The primary evaluation platform — a more anthropomorphic hand with higher dexterity. The paper doesn't specify the manufacturer.

Meta / FAIR, Research lab, Referenced via DexGen and GeoRT baselines developed by Meta researchers (Section 4.1, References [39, 40]). DexGen represents Meta's approach to learned dexterous action priors, which TeleDexter outperforms significantly.


4. People Identified

Puhao Li, Tsinghua University / BIGAI, Lead author (equal contribution). Associated with the State Key Lab of General Artificial Intelligence at BIGAI. Co-authored ManipTrans (referenced in related work on dexterous manipulation transfer).

Siyuan Huang, BIGAI, Corresponding author. Leads research at the intersection of dexterous manipulation, simulation, and learning. Co-authored GenDexGrasp and ManipTrans — a sustained research program on dexterous grasping and manipulation.

Tengyu Liu, BIGAI, Corresponding author. Co-authored multiple dexterous manipulation papers including DexTrack and ManipTrans. Part of the core BIGAI dexterous manipulation research group.

Song-Chun Zhu, Tsinghua University / BIGAI / Peking University, Senior author. A major figure in cognitive AI and robotics, founding director of BIGAI. His involvement signals this work is part of a broader agenda toward general-purpose embodied intelligence.


5. Operating Insights

The Bottleneck in Dexterous Teleoperation Is Contact Dynamics, Not Kinematics

If you're building or evaluating a dexterous teleoperation system, the critical question is whether it has a learned dynamics prior. Pure kinematic retargeting — even with perfect hand tracking — will fail at the first contact-rich stage (in-hand reorientation, finger gaiting, tool use). The paper's stage-wise analysis shows all kinematic baselines collapse at "the first stage requiring in-hand reorientation or finger gaiting" (Section A.3). TeleDexter's advantage is that it decouples what to achieve (operator-specified hand/object targets) from how to achieve it (learned contact strategy). For a CTO evaluating teleoperation stacks, the presence of a learned low-level controller that handles contact physics is the single most important architectural decision.

50 Demonstrations Can Yield Functional Autonomous Policies — If the Teleoperation System Is Good Enough

The autonomous policy results (40–73.3% SR from 50 demos) are notable not because the success rates are high, but because they demonstrate that the quality and coverage of teleoperation data matters more than quantity. The paper notes that no baseline teleoperation system can even complete these tasks, making comparable data collection impossible (Section 4.3). The practical takeaway: investing in a high-fidelity teleoperation system that can execute diverse contact modes is a prerequisite for data-driven autonomy in dexterous manipulation. The teleoperation system IS the data pipeline.

Per-Object Training Is the Current Scaling Bottleneck

The paper explicitly identifies this as a key limitation: "TeleDexter currently learns an object-specific controller. Adapting to a new object requires collecting human hand-object interaction data and training a dedicated policy" (Section 6). Each controller requires ~50 minutes of human interaction data and ~1 day of training on 4× RTX 5090 GPUs with 62K parallel environments. For a company deploying dexterous manipulation, this means the current pipeline doesn't scale to novel objects without retraining. The path forward — an object-conditioned controller that generalizes across categories — is explicitly called out as future work.


6. Overlooked Insights

The Any-to-Any Reposition Test Reveals Generalization Beyond Training Trajectories

Buried in Appendix A.1 is a stress test where the controller is fed a stream of randomly sampled hand-object targets from the full feasible workspace — not following any training trajectory. On the cylinder, the controller reaches 41.1 consecutive arbitrary targets with 97.6% per-target success rate (Table 6). This means the learned controller isn't just memorizing reference trajectories — it has learned a generalizable in-hand manipulation prior that can handle arbitrary goal transitions at deployment. This is critical for real teleoperation, where the operator's intent will never stay within recorded demonstrations. The performance gap between cylinder (41.1 consecutive) and cuboid (12.1) also reveals that object geometry is a primary determinant of dexterity — continuous surfaces enable fluid finger sliding while edges and corners cause contact transition jams.

Tactile Sensing Is Identified as the Missing Modality for Closing the Loop

The failure analysis (Section A.4) identifies "tracking stall" as a failure mode where the controller attempts a regrasp but cannot make progress because it lacks tactile observations: "the policy cannot distinguish between a finger pressing against the object and one sliding past it, and thus cannot adapt when a regrasp attempt fails" (Section A.4). The observation space (Table 7) deliberately excludes contact forces and joint velocities. This suggests that adding tactile sensing to the observation space is the highest-leverage next step for improving robustness — the controller already has the contact strategy repertoire, it just can't verify whether contacts are being maintained. For companies building dexterous hands, this is evidence that tactile sensing unlocks the next tier of manipulation reliability.