Tactile-Reactive Dexterous Hand: High-Frequency Physical Interaction
Tactile-Reactive Dexterous Hand is a project page introducing a VLA recipe in which high-frequency tactile signals drive reactive manipulation policies on a multi-fingered hand. The contribution has three parts: a 100-hour tactile-rich teleop dataset collected via a motor-primitive-prioritized recipe, a variable-rate Mix-of-Transformer (MoT) architecture that fuses high-rate touch with slower vision/language streams without sacrificing existing VLA capabilities, and a temporal tactile VQ-VAE encoder that turns raw touch into a discrete code stream the policy can attend over. Reported >30% absolute average success-rate improvement over the strongest baseline across 12 delicate-force / deformable-object tasks. Directly addresses the sensorimotor-axis counter-position that recent posts in this channel keep raising against pure VLM-centric VLAs.
Key claims
Section titled “Key claims”- A 100-hour tactile-rich dataset is collected by prioritizing elementary motor primitives during teleop rather than full task demonstrations, framed as a data-efficiency move for tactile training [project page abstract].
- A variable-rate Mix-of-Transformer (MoT) architecture handles the rate mismatch between high-frequency tactile sensors and standard vision/language tokens, designed to add tactile reactivity without sacrificing the capabilities of existing VLAs [project page abstract].
- A novel temporal tactile VQ-VAE encoder is introduced for high-frequency touch — contrasted with prior tactile encoders that the page characterizes as “static” [project page abstract].
- The policy is evaluated on 12 manipulation tasks requiring delicate force control and deformable-object manipulation, with reported average success rate >30% (absolute) above the strongest baseline [project page abstract].
Method
Section titled “Method”A teleop pipeline collects ~100 hours of tactile-rich trajectories with a data-collection recipe focused on elementary motor primitives (rather than full long-horizon tasks) so that tactile-relevant contact events are densely represented per hour. Touch signals are processed by a temporal tactile VQ-VAE that produces a discrete code stream at the tactile sensor’s native rate. The full policy is a Mix-of-Transformer with separate streams (vision/language vs. tactile) running at different rates and fused through a variable-rate routing scheme — the framing borrows the MoT pattern from prior multimodal work but applies it to the touch/vision rate mismatch specifically. The architecture is positioned as additive on top of existing VLAs rather than a replacement.
(The project page is the only artifact released so far — code, dataset, and a paper are not linked at filing time, so the method description above is reconstructed from the page’s abstract.)
Results
Section titled “Results”- 12 manipulation tasks total, span includes delicate force control and deformable-object manipulation [project page].
-
30% absolute improvement in average success rate over the strongest baseline [project page].
- No per-task numbers or baseline identities are disclosed on the project page at filing time.
Why it’s interesting
Section titled “Why it’s interesting”This page is the most concrete attempt on the wiki so far to operationalize the sensorimotor-axis counter-position that Jitendra Malik: don't let CV researchers in robotics skip the sensorimotor level and the Yunzhu Li talk (Scaling Robotic Manipulation via Structured World Models and Tactile Sensing — Yunzhu Li (Montreal Robotics)) have been raising against the dominant VLM-centric VLA recipe. The proposed answer — variable-rate MoT + temporal tactile VQ-VAE — directly contrasts with PressureVision++: Estimating Fingertip Pressure from Diverse RGB Images‘s vision-only approach to inferring contact, by giving the policy a first-class high-frequency touch input rather than estimating pressure from RGB. It also complements ConTrack: Constrained Hand Motion Tracking with Adaptive Trade-off Control on dexterous-hand control: ConTrack is closed-loop control without tactile input, while Tactile-Rex is closed-loop control because of tactile input. Worth tracking for whether the MoT pattern (variable-rate per-modality streams) becomes the standard fusion recipe once touch sensors stop being optional.
See also
Section titled “See also”- VLA Models — directly addresses the open question “how should tactile / contact dynamics be incorporated into the VLA stack” listed there
- PressureVision++: Estimating Fingertip Pressure from Diverse RGB Images — contrasting approach: infer contact from vision rather than ingest tactile directly
- Jitendra Malik: don't let CV researchers in robotics skip the sensorimotor level — the counter-position this paper most directly answers
- ConTrack: Constrained Hand Motion Tracking with Adaptive Trade-off Control — sibling on dexterous-hand closed-loop control without tactile
- Scaling Robotic Manipulation via Structured World Models and Tactile Sensing — Yunzhu Li (Montreal Robotics) — Yunzhu Li’s framing of tactile sensing as a missing axis in scaling manipulation