Back to the episode map

Research Note

TacBench Task and Result Record

TacBench tests whether a pretrained tactile representation can support several downstream tasks across DIGIT, GelSight 2017, and GelSight Mini data. It uses task-specific

Aug 4, 20263 min readBy Dalton Anderson

TacBench Task and Result Record

Benchmark purpose

TacBench tests whether a pretrained tactile representation can support several downstream tasks across DIGIT, GelSight 2017, and GelSight Mini data. It uses task-specific labels and metrics, so its aggregate is a summary across unlike problems rather than one universal score.

Task map

TaskSensor and dataOutputReported metric
T1 force estimationDIGIT and GelSight Mini, 75,000 samples for each sensorThree-axis normal and shear forceAverage RMSE
T1A force-field visualizationDIGIT and GelSight Mini imagesDense normal and shear fieldsQualitative visualization
T2 slip detectionDIGIT, 125,000 samples with 13 percent slipSlip class and force changeF1 score
T3 pose estimationDIGIT, 49,000 samplesRelative SE(2) pose binsMulticlass accuracy
T4 grasp stabilityGelSight 2017, about 9,300 grasp trialsSuccess or failureAccuracy
T5 textile recognitionGelSight 2017, 4,467 clips and 20 classesTextile classAccuracy
T6 bead mazeDIGIT, 50 demonstrations and about 34,000 pairsJoint-angle trajectoryPosition error and distance before failure

The paper uses "six tasks" for T1 through T6 and treats T1A as an additional force-field visualization. A public explanation should retain that naming.

Frozen evaluation

Most tasks freeze the Sparsh encoder and train a small attentive decoder with labels. The end-to-end baseline uses an encoder and decoder with comparable capacity initialized from random weights and trained for the task.

The standard headline uses 33 percent of labeled data for T1 through T5 and 50 percent of demonstrations for T6. The point of the comparison is data efficiency and representation reuse, not elimination of supervision.

Metric differences

Lower is better for force RMSE and bead-maze position error. Higher is better for slip F1 and the accuracy measures. T1A is qualitative and does not enter the six-row aggregate.

Slip uses F1 because only 13 percent of the samples are labeled as slip. Pose accuracy comes from discretized relative translation and rotation bins, not continuous pose error. Grasp stability uses a randomized split because the source dataset did not provide an official split. These choices affect interpretation.

Aggregate discrepancy

The abstract, introduction, and Meta announcement state an average improvement of 95.1 percent over task and sensor-specific end-to-end training. Appendix D Table 13 lists per-row improvements of 28.31, 59.74, 242.70, 235.89, 5.14, and 19.72 percent and displays a 98.75 percent average.

These two published figures do not match. Venture Step should repeat the 95.1 percent headline only with attribution and a note that the appendix reports 98.75 percent for its six-row summary. No new composite should be calculated without a declared method and technical review.

Failure and transfer boundaries

The benchmark does not establish performance after sensor replacement, gel wear, contamination, temperature change, different contact geometry, new object families, different collection timing, or a new robot.

The paper reports that none of the models completed the full bead maze in real rollouts. It also documents a slip-label failure case caused by an imperfect friction boundary. These are useful reminders that ground truth and physical execution can fail independently of representation quality.

Sources

Follow the evidence.

  1. arxiv.org: 2206arxiv.org
  2. ai.meta.com: sparsh self supervised touch representations for vision based tactile sensingai.meta.com
  3. NIST AI Risk Management Frameworknist.gov
  4. arxiv.org: 1803arxiv.org
  5. gelsight.com: GelSight Datasheet GSMinigelsight.com
  6. github.com: sparshgithub.com
  7. open.spotify.com: 4M1AacvVLwWqI8GrQSVopmopen.spotify.com
  8. ai.meta.com: fair robotics open sourceai.meta.com
  9. arxiv.org: 2410arxiv.org
  10. openreview.net: forumopenreview.net
  11. sparsh-ssl.github.iosparsh-ssl.github.io
  12. daltonanderson.net: metas sparsh a new era for robotic touch sensingdaltonanderson.net
  13. youtu.be: psjHxZL1j0wyoutu.be
  14. daltonanderson.ghost.io: metas sparsh a new era for robotic touch sensingdaltonanderson.ghost.io
  15. arxiv.org: 2005arxiv.org
TacBench Task and Result Record