Back to Rankings

DexTouch-WM: Learning Action-Conditioned Tactile World Models from Human Touch for Dexterous Robot Manipulation

Yan Qin, Yue Chen, Wenwei Lin, Shujia Liu, Chuqiao Lyu, Kailun Su, Chenze Yu, Ping Luo

Sep 17, 2026arXiv:2609.20649v1
cs.ROcs.CV
Share
Scorecard· 16/16
6.0/10 impact

A well-engineered, timely systems paper with a cleanly controlled human-to-robot scaling result and honest negative findings, but no external baselines, unablated components, statistically thin downstream evaluation, and no announced data/code release in a crowded subfield.

Abstract

Learning predictive models of contact-rich dexterous manipulation requires dense tactile interaction, but such data are costly to scale on real robots and remain tied to embodiment-specific sensors. We introduce DexTouch-WM, an action-conditioned world model that learns from scalable human touch to jointly predict future RGB observations and bilateral tactile dynamics. Our insight is that human and robot manipulation share transferable contact dynamics when their tactile observations and action spaces are made compatible. We deploy flexible piezoresistive arrays with a shared sensing layout on both human and dexterous robot hands, and retarget human motion into the robot action space so that human interaction can supervise the same dynamics model used for real-robot prediction. DexTouch-WM couples a pretrained video expert with a lightweight tactile expert using anatomy-aware tactile tokens and aligned action conditioning. In human-to-robot scaling experiments, we keep five hours of real-robot supervision fixed while increasing human interaction from 0 to 100 hours, and observe substantial improvements in held-out robot-domain visual, geometric, and contact prediction despite disjoint human and robot task sets. Beyond prediction, we evaluate the world models as surrogate environments for policy evaluation and as generators of synthetic trajectories for real-robot policy learning, showing that scalable human interaction provides a complementary data axis for learning dexterous robot world models.

AI Impact Assessments

(1 model)

Scientific Impact Assessment: DexTouch-WM

1. Core Contribution

DexTouch-WM proposes an action-conditioned visuo-tactile world model that jointly predicts future RGB frames and dense bilateral full-hand pressure maps, and — crucially — argues that the expensive tactile supervision can be substantially sourced from *humans* rather than robots. The enabling trick is hardware-level correspondence: the same 320-taxel piezoresistive layout (5×4×4 fingertip pads + 15×16 palm pad) is worn on a human glove and mounted on a 20-DoF WujiHand, and human wrist/finger motion is retargeted into a shared 67-D robot-centric action space (bilateral wrist deltas, 20-DoF joint angles, head-camera motion). This removes the need for a learned tactile domain adapter and lets human trajectories directly supervise the *same* dynamics model used for robot prediction.

Three modeling components support this: (i) a "Split-Hands" anatomy-aware tokenizer that encodes fingertips and palms with separate shared encoders plus pad-identity embeddings, avoiding the artificial spatial adjacency of a flattened grid layout; (ii) residual tactile latents anchored to the initial tactile encoding, so the model predicts contact *changes* rather than re-generating static pressure offsets; (iii) dual-rate action conditioning via AdaLN — 4-frame pose chunks for the causally-compressed video latents, per-frame poses for tactile. The backbone couples a frozen-codec Wan2.2-TI2V-5B video expert with a lightweight tactile expert through Mixture-of-Transformers joint attention, trained with flow matching.

The headline empirical claim is a controlled scaling result: with robot supervision fixed at 5 h across 6 tasks, adding 10/50/100 h of *task-disjoint* human interaction (50 everyday bimanual tasks) monotonically improves held-out robot-domain prediction — PSNR 23.5→27.1, Trajectory Accuracy 0.89→0.96, Geometry Error 0.13→0.10, tactile Contact-IoU 0.42→0.59, Contact-F1 0.55→0.71.

2. Methodological Rigor

The scaling protocol is the paper's strongest design choice: holding robot data fixed, using disjoint human/robot task sets, and evaluating only on held-out robot episodes is the right way to isolate cross-domain transfer rather than task-specific augmentation. The evaluation suite is unusually broad for a tactile world model — pixel, perceptual, JEPA-representation, semantic, trajectory, and geometry metrics, plus contact-specific metrics (Contact-MAE/IoU/F1) that deliberately avoid the well-known pathology of sparse-contact MSE being dominated by inactive taxels.

Three rigor gaps are notable. First, all baselines are internal ablations. There is no comparison against any of the many cited concurrent visuo-tactile world models (VT-WM, ViTacWorld, FeelWorld, OmniVTA, TouchWorld), nor against a naive human-data baseline such as image-space tactile domain adaptation. Second, two of the three claimed method contributions are unablated: anchored residual latents and dual-rate conditioning are never isolated; only Split-Hands vs. Grid and AdaLN vs. Cross-Attn are tested. Third, the policy-evaluation statistics are fragile — Pearson correlations and MMRV are computed over N = 3 policies per task, where a Pearson coefficient is essentially uninformative and a single rank swap dominates. The reported improvement from 0.646 to 0.844 mean Pearson is within the noise such a design can support. No seeds, variances, or confidence intervals are reported anywhere.

The paper is commendably candid about two negative findings. World models are strongly optimism-biased as evaluators (π₀.₅ real 0.45 → imagined 0.93; FTP-1 0.725 → 0.975), so only rankings, not absolute scores, are usable. More importantly, the data-generation experiment largely fails: replacing half the real training data with imagined rollouts degrades mean performance for π₀.₅ (0.625→0.494) and X-VLA (0.500→0.400), including a catastrophic 0.000 on Stand Bottle. The authors explicitly state that evaluator consistency does not imply data-generation utility — an honest and actually useful negative result that qualifies an assumption implicit in much of the world-model-for-robotics literature.

3. Potential Impact

The most consequential idea here is the *hardware-aligned* human-to-robot tactile interface. If shared-layout wearable sensing genuinely lets 100 h of unconstrained human touch substitute for robot teleoperation hours, this attacks the dominant cost driver in contact-rich manipulation research. The demonstrated result — that human data disjoint in task from the robot evaluation set still improves robot contact prediction — is the kind of finding that could redirect data-collection investment toward gloves rather than robot fleets. The 100 h / 50-task HumanTouch corpus with synchronized RGB, 320-taxel bilateral pressure, 25-keypoint skeletons and 6-DoF wrist poses would be a genuinely valuable community asset, but no release is mentioned, which substantially caps this paper's foundational value.

Secondary impact lies in the policy-evaluation use case, which has clear industrial value (Xspark AI affiliation suggests a deployment path): real-robot evaluation of VLAs is a severe bottleneck, and a tactile-aware surrogate that preserves policy rankings is commercially attractive. The optimism bias and N=3 statistics mean this is a promising direction rather than a validated tool.

4. Timeliness & Relevance

Extremely timely, but also extremely crowded. The related-work section itself lists ~8 near-concurrent visuo-tactile world models and ~6 wearable visuo-tactile collection systems, and the authors concede that "using human touch and predicting tactile signals are established directions." The paper's differentiation rests on distributed full-hand (rather than fingertip/gripper) sensing, the shared sensing interface, and the controlled scaling protocol. These are real but incremental distinctions in a space where multiple groups will report similar findings.

5. Strengths & Limitations

Strengths: a clean, well-posed scaling hypothesis with a properly controlled protocol; a thoughtful and physically-motivated tactile tokenizer with a convincing ablation; a broad, contact-aware metric suite; honest reporting of negative downstream results; end-to-end integration spanning glove hardware, retargeting, generative modeling, and real-robot policy evaluation — a high-difficulty systems effort.

Limitations: no external baselines; two claimed components unablated; statistically underpowered policy-evaluation analysis; failed data-generation experiment undercuts one of the three advertised uses; no analysis of the human–robot *tactile* domain gap (finger compliance, contact-area differences) despite this being the central assumption; single backbone, single robot platform, four downstream tasks; no code/data/hyperparameter release, and reproduction requires Moxian + Manus + Vive + a specific arm/hand and 100 h of human collection plus 5B-parameter diffusion training. Reproducibility and barrier-to-entry are therefore poor.

Net assessment: a competent, timely, systems-heavy contribution with one genuinely useful empirical finding (human touch scales robot contact prediction) and one useful negative finding, weakened by absent external comparisons, thin statistics on the downstream claims, and no artifact release.

Rating:6/ 10
Significance 6Rigor 6Novelty 5.5Clarity 7

Generated Sep 18, 2026

Comparison History (0)

No comparisons yet.