UniDex-ViTac: Learning Unified Visuo-Tactile Dexterous Manipulation Policy from Human Video Data

Anonymous authors

Abstract

Human videos provide demonstrations of dexterous manipulation but lack robot-executable actions and tactile measurements. We present UniDex-ViTac, a framework that uses human-video-guided simulation to generate robot demonstrations paired with fingertip contact observations for training a deployable visuo-tactile policy. Object-specific residual reinforcement learning specialists adapt annotated human–object interaction references to a robotic arm–hand system. Their successful rollouts pair final robot action targets with robot-side fingertip contact observations. From 50 human demonstrations across ten objects, we collect 10,000 simulated trajectories to train a single Action Chunking with Transformers (ACT) based generalist. The policy combines point clouds, proprioception, and four binary contact signals encoded through fingertip labels and a separate token, without requiring human references or privileged object identity and pose at deployment. The contact-augmented configuration achieves 68.3% macro-average success in simulation, compared with 55.5% for the point-cloud-only baseline. Without real-robot demonstrations or policy fine-tuning, it succeeds in 73/110 physical trials (66.4%) across six seen and five unseen objects, compared with 60/110 (54.5%) for the baseline, an increase of 11.8 percentage points. These results support the feasibility of learning a unified visuo-tactile dexterous manipulation policy from video-guided simulated interactions.

Overview

Pipeline Overview

Our pipeline reconstructs HOI trajectories from human videos, trains per-object Residual RL specialists to produce physically feasible robot motions, then distills 10,000 successful rollouts into a single multi-task Visuo-Tactile Generalist policy.

Visuo-Tactile Observation

Point Cloud One-Hot Encoding

Each point in the 512-point cloud carries a one-hot label: (1,0,0) camera points, (0,1,0) non-contacting fingertips, (0,0,1) contacting fingertips. This is combined with a 42-D proprioceptive state and a 4-D binary contact signal, enabling the policy to jointly reason over scene geometry and local contact events.

Visuo-Tactile Generalist Policy Architecture

Generalist Policy Architecture

Built on ACT with a CVAE encoder, the policy Transformer takes four tokens — point cloud (PointNet++), proprioception, binary contact, and a style latent — and predicts a 30-step action chunk of wrist pose and fingertip targets, executed via DLS arm IK and analytical hand IK.

Simulation Results

Simulation Results

(a) Our visuo-tactile policy achieves 68.3% average success on 10 YCB objects, outperforming ACT (53.4%), Diffusion Policy (45.2%), and BC-Transformer (20.2%). (b) Point cloud and binary contact are complementary — fusing both outperforms either alone (PCD Only: 55.5%, Contact Only: 58.4%). (c) Our dual fusion (onehot label + contact token) consistently performs best across all objects.

Qualitative Rollouts (videos play at 1× speed)

Real-World Results

Deployed on a Franka Emika Panda with a 16-DoF dexterous hand, our PC + Tactile policy achieves 66.4% overall success across seen and unseen objects, outperforming the PC Only baseline (54.5%).

Seen Objects (videos play at 1× speed)

Unseen Objects (videos play at 1× speed)

Category Object PC Only PC + Tac
Seen bleach_cleanser10/109/10
mustard_bottle7/107/10
power_drill7/108/10
potted_meat_can4/107/10
tomato_soup_can3/105/10
pudding_box2/106/10
Average55.0%70.0%
Unseen maxwell_coffee_can 9/10 9/10
brown_salt_box2/104/10
plastic_wine_cup7/106/10
blue_mug0/102/10
pringles_bottle9/1010/10
Average54.0%62.0%
Overall Average 54.5% 66.4%

Table 1: Real-world success rates (out of 10 trials) comparing the Point Cloud Only policy and the Point Cloud + Binary Tactile policy.

Citation

@inproceedings{unidex-vitac2026,
  title     = {UniDex-ViTac: Learning Unified Visuo-Tactile Dexterous Manipulation Policy from Human Video Data},
  author    = {Anonymous},
  note      = {Under review},
  year      = {2026}
}