<- Back to research

HT-Bench full-hand tactile benchmark for robot manipulation

HT-Bench pairs egocentric vision with millions of full-hand tactile frames to evaluate contact geometry, cross-modal alignment, and transfer to unseen robot tasks.

HT-Benchfull-hand tactile sensingegocentric visiontactile representation learning
Illustration for HT-Bench full-hand tactile benchmark for robot manipulation

Updated technical brief - August 2026

HT-Bench is a preprint benchmark for learning and evaluating dexterous full-hand tactile representations alongside egocentric vision. It reports 10 million RGB frames and 7.8 million tactile frames collected across 226 tasks. For robot skin, its value is a concrete evaluation structure: test contact geometry, cross-modal alignment, and transfer instead of treating tactile frame count as proof of useful robot learning.

Source findings

The HT-Bench paper starts from a real benchmarking problem: tactile sensors, data formats, and robot embodiments vary too much for one universal leaderboard. The authors therefore study a narrower route based on egocentric vision paired with full-hand tactile observations.

The source describes four benchmark tasks: fine-grained tactile similarity retrieval, masked tactile inpainting, vision-to-tactile synthesis, and multimodal tactile frame prediction. Together they test whether a representation preserves contact structure, aligns touch with vision, and generalizes beyond the tasks used for training.

The paper also introduces HandTouch, a vector-quantized vision-tactile encoder. In the reported experiments, HandTouch improves Recall@5 for fine-grained tactile retrieval from 74.65% to 85.23%, reduces masked-inpainting RMSE from 0.022 to 0.010, and increases out-of-distribution cIoU for vision-to-tactile synthesis from 0.628 to 0.705. These are source-reported benchmark results, not independent validation.

RoboSkin analysis

HT-Bench evaluates the representation layer, not whether one tactile sensor is universally best. That distinction matters because a hardware comparison and a learned-representation comparison answer different engineering questions.

Benchmark taskCapability testedRobot-skin questionEvidence boundary
Tactile similarity retrievalFine-grained contact representationDo related full-hand contact states remain close in the embedding?Retrieval does not prove closed-loop manipulation success.
Masked tactile inpaintingSpatial contact structureCan missing parts of a tactile observation be reconstructed from context?Reconstruction quality depends on the sensing layout and training distribution.
Vision-to-tactile synthesisCross-modal alignmentCan egocentric vision constrain likely contact patterns?Predicted touch is not a substitute for measured contact during deployment.
Multimodal frame predictionTemporal and cross-modal dynamicsDoes the model preserve how visual and tactile state change together?Frame prediction does not by itself establish safe robot control.

Engineering implications

The scale of HT-Bench makes data organization as important as model architecture. Millions of adjacent frames can still be highly correlated, so teams need task-level and trajectory-level splits that prevent similar contact sequences from appearing in both training and evaluation. Sensor identity, hand geometry, calibration, and task boundaries must stay visible in the metadata.

The benchmark also reinforces why full-hand tactile sensing is different from a fingertip demonstration. Palm and finger contacts create a distributed observation whose geometry depends on the hand pose, object pose, and contact sequence. The tactile dataset directory explains how to preserve those collection units, while the tactile sensor benchmark guide separates representation evidence from hardware-selection evidence.

What this means for humanoid and dexterous hands

Egocentric vision and full-hand touch are complementary. Vision supplies object and scene context, while tactile sensing records contact hidden by the hand itself. A representation benchmark should test both alignment and independence: touch should agree with visible context when appropriate but still carry useful information when vision is occluded.

For teams evaluating humanoid hands, HT-Bench provides a research checklist rather than a procurement score. Compare it with the humanoid robot skin guide to map benchmark tasks onto coverage, routing, synchronization, replacement, and robot-control constraints.

What this does not prove yet

HT-Bench is an arXiv preprint. It does not establish a universal tactile representation for every hand, skin, sensor, or manipulation task. Its reported improvements are tied to the paper's data, baselines, model, task definitions, and evaluation protocol. Independent reproduction and transfer to other embodiments remain necessary.

The scale figures also should not be interpreted as independent sample counts. RGB and tactile frames from the same task trajectory share temporal and physical context. Evaluation quality therefore depends on how tasks, trajectories, objects, hands, and sensors are separated across splits.

Evaluation checklist

  • Verify which robot hands, tactile layouts, and camera views produced the data.
  • Preserve task and trajectory boundaries when creating training and test splits.
  • Report contact-geometry, cross-modal, temporal, and downstream-control results separately.
  • Test unseen tasks, objects, sensor units, and embodiments when making transfer claims.
  • Compare learned representations with raw-signal, vision-only, and no-tactile baselines.
  • Treat source-reported metrics as benchmark evidence, not deployment certification.

Source

arXiv: HT-Bench: Benchmarking and Learning Dexterous Full-Hand Tactile Representations with Egocentric Vision

Continue the topic

Tactile AIFeelWorld predicts contact, tactile force states, and slip for robot planningTactile AISparsh-X multisensory touch representations for tactile AITactile AIMiTaS multi-resolution tactile imitation learning for robot hands