Skip to content

Tactile sensing for manipulation

Recipes for making touch a first-class ingredient of dexterous manipulation policies — either by ingesting high-frequency contact signals directly, by inferring contact from vision, or by simulating tactile sensors at scale so hardware and policy choices can be ablated. The three filed instances split along that design axis: Tactile-Reactive Dexterous Hand: High-Frequency Physical Interaction handles the policy side (variable-rate MoT + temporal tactile VQ-VAE on real hardware), PressureVision++: Estimating Fingertip Pressure from Diverse RGB Images handles the vision-only substitute (weakly-supervised per-pixel fingertip pressure from RGB), and Tactile Genesis: Exploring Tactile Sensors at Scale for Learning Dexterous Tasks handles the upstream tooling question (GPU-parallel unified tactile simulator with 8 sensor abstractions + explicit placement / resolution / noise / abstraction ablations across three dexterous tasks). Directly addresses the sensorimotor-axis counter-position the VLA Models cluster keeps circling back to — that pure VLM-plus-action-head recipes under-weight contact dynamics.

  • Does the policy-side answer converge on variable-rate multimodal fusion (Tactile-Rex’s MoT) or on a unified token stream with per-modality position encodings? No filed paper compares the two.
  • Which downstream tasks actually benefit from per-taxel force/torque vs. per-link aggregate force? Tactile Genesis shows near-continuous-contact tasks (in_hand_repose) reward per-taxel, but the real-XHand1 hardware only exposes aggregate — so the win is real-world-bounded by what hardware exists.
  • Is vision-only contact inference (PressureVision++) sufficient as the VLA’s tactile channel, or is the latency and occlusion sensitivity a hard blocker that keeps first-class touch sensors on the critical path? No filed head-to-head.
  • Does the “coverage over resolution” finding from Tactile Genesis generalize to bimanual manipulation and to tasks that involve tool-mediated contact (e.g. screwdriver, chopsticks) where the informative contact point sits outside the hand? Screwdriver-task results in the paper hint the missing channel there may be temporal integration, not spatial density.
  • Elastomer marker displacement is a first-class output of many vision-based tactile sensors (GelSight, DIGIT). If it underperforms force/torque per-taxel on the dexterous tasks Tactile Genesis tested, does that mean the current elastomer-simulator development effort is targeting the wrong downstream metric, or that the tasks need to change?
  • What is the right observation-space contract between a tactile front-end and a VLA backbone? Tactile-Rex’s temporal VQ-VAE yields discrete codes; PressureVision++ yields per-pixel dense pressure maps; Tactile Genesis exposes per-taxel force vectors. None of these have been unified across policies.
  • Does simulator-first tactile hardware design (i.e., using Tactile Genesis’s ablations to spec whole-hand coverage before building the hardware) actually shorten the hardware-iteration loop, or does the sim-to-real gap on non-fingertip surfaces re-open the loop anyway?