Pith. sign in

REVIEW 2 major objections 5 minor 4 cited by

Tactile Beyond Pixels: Multisensory Touch Representations for Robot Manipulation

T0 review · 2 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read A self-supervised transformer, pretrained on roughly one million unlabeled multisensory touch interactions from the Digit 360 sensor, produces representations that outperform end-to-end tactile-image training on manipulation policies and…

desk verdict Solid empirical core, useful architecture—but the flagship 48% benchmark claim in the abstract is not backed by the reported per-task numbers, and the object-action benchmark is in-distribution. read the letter →

arxiv 2506.14754 v1 pith:VCABCPFV submitted 2025-06-17 cs.RO

classification cs.RO
keywords multisensorytouchself-supervisedlearningtactilerepresentationrobotmanipulationDigit360bottleneckattentionadaptationimitation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper argues that touch for robot manipulation is best learned as a fused representation of four complementary signals—tactile image, audio, accelerometer, and pressure—rather than as pixels alone. It introduces Sparsh-X, a self-supervised transformer backbone pretrained on about one million unlabeled contact interactions from the Digit 360 fingertip sensor, and shows that frozen Sparsh-X features outperform end-to-end training on insertion, in-hand rotation, and physical-property inference tasks. The headline numbers are a 63% boost in policy success over an end-to-end tactile-image policy, a 90% improvement in recovering object state from touch, and a 48% average accuracy gain across property-estimation benchmarks. A sympathetic reader would care because it suggests that scale pretraining and multisensory fusion, already standard in vision, transfer to the underused sense of touch.

What carries the argument

The load-bearing object is Sparsh-X itself: a 12-layer transformer (8 unimodal layers followed by 4 fusion layers) that fuses four tactile modalities through four learnable bottleneck tokens shared across modalities. Each modality is tokenized separately—image patches, log-mel audio spectrograms, and temporal chunks of IMU and pressure—and processed independently before cross-modal attention. Pretraining uses a teacher–student self-distillation objective with per-modality masking, where teacher tokens serve as pseudo-labels; this is what makes the representations self-supervised and scalable. The other named mechanism is tactile adaptation via ControlNet, which attaches a zero-initialized convolutional path to a frozen simulation-trained policy (Hora) so that Sparsh-X features can correct the policy's privileged latent without retraining the base model.

What would settle it

Take the same Sparsh-X training recipe but pretrain on data from a single Digit 360 sensor and a single surface; if downstream gains over end-to-end training disappear, then the reported 48% average improvement is attributable to data diversity rather than to multisensory fusion or self-supervised pretraining. Conversely, evaluating Sparsh-X on a genuinely held-out object–action–surface combination that was never seen in pretraining, and comparing against an end-to-end model trained on that task, would directly test whether the representation transfers beyond the training distribution.

Watch

Extended reading notes

Core claim

The central claim is that a single general-purpose backbone, pretrained without labels on roughly one million multisensory touch interactions, can represent contact in a way that transfers across policies and inference tasks. Sparsh-X takes Digit 360 signals—30 fps tactile images, contact-microphone audio, accelerometer motion, and static pressure—and maps them into a shared latent space through a transformer that first processes each modality independently and then fuses them with bottleneck attention tokens. When frozen and fed to downstream decoders, these latents improve object-action-surface classification, material-quantity estimation, and normal-force regression over end-to-end models trained from scratch, and they improve real-world plug insertion and in-hand rotation policies, including tactile adaptation of a simulation-trained policy via a zero-convolution ControlNet module. The authors present Sparsh-X as the first multisensory touch representation and position it as a step toward foundation models for touch.

Load-bearing premise

The pretraining dataset—under a million samples from just six Digit 360 sensors, gathered by an Allegro hand rummaging in a tray and a handheld picker tapping and sliding over four surfaces—must be sufficiently diverse that representations learned from it generalize to the downstream tasks; the main classification benchmark is evaluated on a subset of that same data.

Editorial extensions

If this is right

  • Frozen Sparsh-X representations, fed through an attentive pooling head, lift plug-insertion success to 90% over 20 trials, a 63% gain over an end-to-end tactile-image policy and 500% over external-vision-only.
  • Tactile adaptation with Sparsh-X cuts vertical drift in in-hand rotation by 90% relative to the Hora baseline, and all-modality inputs keep the object stable when friction is reduced, where image-only features fail.
  • Multisensory fusion plus self-supervised pretraining delivers roughly 48% average accuracy improvement over end-to-end tactile-image training across object-action-surface, material-quantity, and force-estimation benchmarks, with larger margins under low data budgets.
  • Because Sparsh-X runs at about 20 Hz on four Digit 360 fingertips with a single RTX 4090, the representation is deployable in closed-loop real-world policies as used in the insertion and rotation experiments.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If Sparsh-X-style representations prove transferable across sensor hardware and embodiments, they could become a standard input layer for contact-rich policies, letting sim-to-real transfer consume learned touch latents instead of raw high-dimensional signals; the paper only demonstrates this on one sensor family.
  • The paper explicitly leaves fine-tuning untested; since its own insertion experiment shows end-to-end image encoders beating frozen pretrained image features, fine-tuning Sparsh-X on task data is a likely lever to close that gap and may also fix the image-modality diversity weakness the authors note.
  • The bottleneck-fusion recipe suggests a scaling path: if pretraining data diversity grows (more sensors, objects, surfaces), representation quality may continue to improve without architectural changes—this is a testable prediction, not something the paper demonstrates.
  • The 63% and 48% gains are in-distribution or near-distribution; the strongest open question the paper leaves for the field is whether multisensory touch representations generalize to contact scenarios far outside the six-sensor, two-platform training set.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

2 major / 5 minor

Summary. The paper introduces Sparsh-X, a transformer-based backbone that fuses four tactile modalities from the Digit 360 sensor (image, audio, IMU/accelerometer, and pressure) and is pretrained with self-supervised learning on roughly one million unlabeled contact interactions. The learned representations are frozen and evaluated on three supervised physical-property tasks (object-action-surface classification, material-quantity estimation, normal-force regression) and on two real-robot policy tasks (plug insertion via imitation learning, and in-hand rotation via a proposed ControlNet-style tactile adaptation of a sim-trained policy). The central claims are that multisensory pretraining improves physical-property inference by 48% on average over end-to-end tactile-image-only baselines, boosts plug-insertion success by 63%, and reduces vertical drift in in-hand rotation by 90%.

Significance. If the empirical claims hold, Sparsh-X would be a useful contribution to robot touch representation learning: it addresses a real gap by moving beyond image-only tactile sensing to a unified multisensory representation, and it evaluates on real hardware with ablations over input modalities and training-data budgets. The use of frozen representations to isolate pretraining quality, the inclusion of data-efficiency curves, and the deployment of tactile adaptation on top of an open-sourced sim policy (Hora) are concrete strengths. The paper does not provide machine-checked proofs or parameter-free derivations, but its contribution is empirical and the experimental scope is appropriate for a robotics venue. The two load-bearing issues identified below, however, affect the paper's headline quantitative claims and must be resolved before the results can be taken at face value.

major comments (2)
  1. [Abstract and §5] The abstract and §5 state that Sparsh-X achieves an average improvement of 48% over end-to-end tactile-image-only models across the physical-property tasks. The only per-task numbers reported in §4.1 are 13% for object-action-surface classification, 20.5% for material-quantity estimation, and 17% for normal-force estimation. These three numbers average to about 17%, and their sum is about 50%, not 48%. Moreover, the 13% figure is described as a gain within Sparsh-X (all modalities versus image only), not as a comparison against an end-to-end image-only baseline, so the three numbers are not obviously commensurable. No table or appendix entry gives per-task values that average to 48%. Please correct the abstract and §5 to report the actual mean, or provide the explicit aggregation rule, baseline definitions, and data budgets that yield 48%.
  2. [§4.1 and Appendix A.2] The object-action-surface classification benchmark is evaluated on a re-annotated subset of the very same manual-picker sequences used for pretraining: Appendix A.2 states that the authors 'repurpose the SSL pretraining dataset collected with the manual picker' and that the 104 available sequences are split into 69 training and 35 testing. The frozen Sparsh-X encoder has therefore already seen this distribution, including the same Digit 360 sensors, objects, actions, and surfaces, whereas the end-to-end baseline sees this data only during classifier training. The 13% gain and the confusion matrix in Figure 12 are thus an in-distribution comparison and do not by themselves demonstrate transfer or generalization of the representation. The material-quantity and normal-force tasks, which use separate data collections, do support cross-task transfer, but the object-action-surface result and its role in the claimed 48% average should be explicitly labeled as in-distribution, or the evaluation should be repeated on held-out objects, surfaces, or sensor instances.
minor comments (5)
  1. [Appendix B and Figure 14 caption] The manuscript refers to 'TacX' in two places ('the TacX-based classifier' in Appendix B and 'how the inputs are constructed for TacX' in the Figure 14 caption), but the model is called Sparsh-X throughout the rest of the paper. Please replace these leftover names.
  2. [Section 3 and Appendix A.1] The temporal window lengths are inconsistent: Section 3 says audio and IMU use 0.55s windows and pressure uses a 1.1s window, while Appendix A.1 says 0.5s for audio/IMU and 1s for pressure, and Figure 2 labels the pressure window as 1.0s. Please align these numbers.
  3. [Introduction] The first paragraph of the Introduction is duplicated verbatim; the second copy should be removed.
  4. [Throughout] The paper alternates between 'motion' and 'IMU/accelerometer' for the same modality, and between 'pressure' and 'static pressure sensor.' Please define the modality names once and use them consistently.
  5. [Figures 4, 5, and 7] The bar charts report only point estimates with no error bars, confidence intervals, or per-trial outcome tables. Given that the 63%, 90%, and 48% claims are central, please add trial counts, per-condition values, and preferably confidence intervals or raw outcomes for the policy evaluations and the main benchmark comparisons.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the reported numbers are empirical comparisons, not derivations from fitted inputs or a self-citation chain; the in-distribution benchmark overlap and the 48% arithmetic inconsistency are correctness limitations, not circular steps.

full rationale

The paper's central claims are measured outcomes. Sparsh-X is trained with a self-supervised objective (teacher-student self-distillation with masked token prediction) that does not use downstream labels, and the downstream policy and benchmark numbers (63% insertion improvement, 90% vertical-drift reduction, per-task accuracies) are empirical comparisons against end-to-end baselines. No parameter is fitted to a subset of data and then renamed as a prediction, and no load-bearing argument reduces to a self-citation. The only circularity-adjacent issue is that the object-action-surface benchmark repurposes the manual-picker portion of the pretraining corpus (Appendix A.2), so that evaluation is in-distribution and may overstate generalization; however, this is a data-split and leakage limitation rather than a logical reduction, because the pretraining targets are masked reconstruction/clustering pseudo-labels, not the classification labels used downstream. The paper also cites its own prior Sparsh work [9] for the 30 fps image sampling and the normal-force protocol, but these are minor technical conventions and not load-bearing. The abstract's '48% average improvement' figure is not reproduced by the three per-task margins reported in Section 4.1 (13%, 20.5%, and 17%, whose mean is about 17%), which is an arithmetic or aggregation inconsistency and a legitimate correctness concern, but not a circular derivation. Consequently, no circular step can be exhibited, and the circularity score is 0.

Assumptions & free parameters 3 free parameters · 5 assumptions · 0 invented entities

The paper's claims depend on the data distribution, the sensor hardware, and the SSL training objective, all of which are domain assumptions. No new physical entities are introduced.

free parameters (3)
  • Architecture hyperparameters = L=12, Lf=8, Lb=4, B=4, patch size 16, image resolution 224x224
    Chosen by hand following prior work (Nagrani et al., DINOv2); not fitted to downstream tasks.
  • Masking ratios = local masks retain 10-50%, global masks retain 50-100%
    Hand-selected standard ranges for masked self-distillation; not fitted to the reported results.
  • Temporal windows per modality = image 0.17s (two frames at 30fps with stride 5), audio 0.55s, IMU 0.55s, pressure 1.1s
    Hand-selected to cover contact events; choices affect the input representation.
assumptions (5)
  • standard math Transformer attention and the DINOv2 self-distillation objective behave as described in the cited literature.
    The model builds on standard transformer architectures and SSL objectives; the paper assumes these work as published.
  • domain assumption The Digit 360 sensor provides synchronized, complementary measurements across image, audio, IMU, and pressure.
    The entire fusion approach depends on these signals being aligned and informative; Section 3 describes the input preprocessing.
  • domain assumption Self-supervised pretraining on unlabeled contact data yields representations useful for downstream physical property inference.
    This is the central hypothesis of the paper, tested empirically but not proven a priori.
  • domain assumption The privileged information used by Hora can be approximated from tactile inputs via the ControlNet module without retraining the base policy.
    The sim-to-real tactile adaptation approach relies on this capacity of the frozen policy and a shallow adapter.
  • domain assumption The data collection protocols produce contact interactions representative of the downstream tasks.
    The paper evaluates on the same data distribution for some benchmarks and on similar manipulation skills for policies; this assumption is load-bearing for generalization claims.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Tactile Beyond Pixels: Multisensory Touch Representations for Robot Manipulation." pith.science (2026). https://pith.science/paper/VCABCPFV

@misc{pith2026250614754,
  author       = {Pith},
  title        = {Pith review of: Tactile Beyond Pixels: Multisensory Touch Representations for Robot Manipulation},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/VCABCPFV}},
  note         = {Machine review of arXiv:2506.14754}
}
read the original abstract

We present Sparsh-X, the first multisensory touch representations across four tactile modalities: image, audio, motion, and pressure. Trained on ~1M contact-rich interactions collected with the Digit 360 sensor, Sparsh-X captures complementary touch signals at diverse temporal and spatial scales. By leveraging self-supervised learning, Sparsh-X fuses these modalities into a unified representation that captures physical properties useful for robot manipulation tasks. We study how to effectively integrate real-world touch representations for both imitation learning and tactile adaptation of sim-trained policies, showing that Sparsh-X boosts policy success rates by 63% over an end-to-end model using tactile images and improves robustness by 90% in recovering object states from touch. Finally, we benchmark Sparsh-X ability to make inferences about physical properties, such as object-action identification, material-quantity estimation, and force estimation. Sparsh-X improves accuracy in characterizing physical properties by 48% compared to end-to-end approaches, demonstrating the advantages of multisensory pretraining for capturing features essential for dexterous manipulation.

Figures

Figures reproduced from arXiv: 2506.14754 by the authors.

Figure 1
Figure 1. Sparsh-X, Multisensory Touch Fusion Transformer for General-Purpose Representations. Touch in robotics can be sensed through multiple modalities, including tactile images, vibrations, motion, and pressure. Sparsh-X is a transformer-based backbone that fuses these modalities from the Digit 360 sensor. We show its versatility across diverse downstream tasks: manipulation via imitation learning (plug insertion), tactil… view at source ↗
Figure 2
Figure 2. Sparsh-X, a multisensory touch transformer for general-purpose representations, integrates four tactile inputs: image, audio, accelerometer, and pressure. Each modality is processed independently in the first Lf layers, then fused using bottleneck tokens for cross-modal attention in the final Lb layers. tokenized with a patch size of 16. IMU data from the 3-axis accelerometer is sampled at 400Hz and combined in a wi… view at source ↗
Figure 3
Figure 3. Pretraining data collection setup using (a) Digit 360 and Allegro hand (b) two-fingered manual picker. SSL Training Pipeline. We train Sparsh-X using Self￾Supervised Learning (SSL) which offers several benefits, in￾cluding the ability to learn general representations, robustness to distractors, and independence from labeled data. Our SSL training dataset consists of ∼1M samples generated from two primary sources: an… view at source ↗
Figures from the paper (12 more)
Figure 4
Figure 4. Figure 4: Performance of frozen Sparsh-X representations with different tactile inputs. The synergy of multiple modalities improves object-action-surface identification (left) and material-quantity estimation (middle), outperforming tactile image alone and showing data efficienc…
Figure 5
Figure 5. Figure 5: Top. Experimental setup for plug-insertion. Bottom. Success rate over 20 trials using different tactile sensory modes. Leveraging multimodal touch with Sparsh-X improves performance by 500% over external-vision-only and 63% over E2E tactile-vision-only policies. Evalua…
Figure 6
Figure 6. Figure 6: We introduce real-world tactile adaptation of sim-trained policies via ControlNet [52], where the zero-convolution layer enables gradual fine-tuning of the embedding zˆt using Sparsh-X representations. Sparsh-X captures physical properties, our goal is to do tactile ad…
Figure 7
Figure 7. Figure 7: Top. For object nominal properties, tactile adaptation with Sparsh-X reduces vertical drift by 90% compared to Hora. Fine-tuning with successful rollouts does not yield same performance, highlighting the effectiveness of tactile adaptation. Metrics from 10 trials (60s …
Figure 8
Figure 8. Figure 8: Distribution of recorded Digit 360 data by platform. The dataset includes 18.6 hours of data collected us￾ing two platforms: the Allegro hand (4.5 hours) and the mobile picker tool (14.1 hours). Our self-supervised learning (SSL) dataset is sourced from two platforms: …
Figure 9
Figure 9. Figure 9: Visualization of each of the tactile input modalities to Sparsh-X. Samples from pretraining dataset [PITH_FULL_IMAGE:figures/full_fig_p015_9.png]
Figure 10
Figure 10. Figure 10: Visualization of the experimental setup and tactile sensory inputs for the material-quantity classifica￾tion dataset. The setup involves shaking bottles filled with different materials and quantities using the Franka’s gripper equipped with Digit 360 sensors. (golf ba…
Figure 11
Figure 11. Figure 11: Top: Experimental setup and data distribution for the normal force regression experiment. Bottom: Zoom-in on a single indentation stroke. Note that the pressure signal from the Digit 360 sensor correlates well with the ground-truth normal force measured by the force/t…
Figure 12
Figure 12. Figure 12: Confusion matrix for object-action-surface classification. We compare an end-to-end classifier trained solely on tactile images with a classifier trained on frozen Sparsh-X representations, under a 50% training data budget. shaking the bottles to create variation in t…
Figure 13
Figure 13. Figure 13: Confusion matrix for material-quantity estimation. We compare an end-to-end classifier trained solely on tactile images with a classifier trained on frozen Sparsh-X representations, under a 33% training data budget. The Sparsh-X-based classifier shows stronger diagona…
Figure 14
Figure 14. Figure 14: Real-world policy deployment architecture: We use ROS2 middleware for policy deployment, and PyTorch for deep learning modules. In addition to the proprioceptive states of the robot and optional third-person vision modality, downstream policies take as input Sparsh-X …
Figure 15
Figure 15. Figure 15: Architecture overview of the plug insertion policy. A transformer decoder is trained to generate action sequences based on Sparsh-X representations from three fingertips, a wrist camera image capturing the current robot state, and a learnable latent action code. All e…

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 4 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Tactile Genesis: Exploring Tactile Sensors at Scale for Learning Dexterous Tasks

    cs.RO 2026-06 unverdicted novelty 7.0 of 10

    Whole-hand tactile coverage and per-taxel force/torque dominate sensor type and resolution for learning three dexterous tasks in a new high-throughput tactile simulator.

  2. Representation-Aligned Tactile Grounding for Contact-Rich Robotic Manipulation

    cs.RO 2026-07 conditional novelty 6.0 of 10

    Future tactile prediction applied to intermediate action-expert features, rather than visual-language or final-action features, improves contact-rich manipulation in SmolVLA and π0.

  3. Online World Modeling Enables Real-World Inverse Reinforcement Learning from Observation

    cs.RO 2026-02 conditional novelty 6.0 of 10

    MPAIL2 demonstrates real-world manipulation learning from observation alone, without rewards or action labels, plus positive online transfer.

  4. DECO: Decoupled Multimodal Diffusion Transformer for Bimanual Dexterous Manipulation with a Plugin Tactile Adapter

    cs.RO 2026-02 conditional novelty 6.0 of 10

    A decoupled multimodal diffusion transformer with a LoRA tactile adapter improves real-world bimanual manipulation success by 21 percentage points over a diffusion-policy baseline; a new 50-hour tactile bimanual datas...

Reference graph

Works this paper leans on

56 extracted references · 35 canonical work pages · cited by 4 Pith papers

  1. [1]

    W. Yuan, S. Dong, and E. H. Adelson. GelSight: High-resolution robot tactile sensors for estimating geometry and force.Sensors, 17(12), 2017. ISSN 1424-8220. doi:10.3390/ s17122762. URLhttps://www.mdpi.com/1424-8220/17/12/2762

  2. [2]

    Lambeta, P.-W

    M. Lambeta, P.-W. Chou, S. Tian, B. Yang, B. Maloon, V . R. Most, D. Stroud, R. Santos, A. Byagowi, G. Kammerer, D. Jayaraman, and R. Calandra. Digit: A novel design for a low-cost compact high-resolution tactile sensor with application to in-hand manipulation.IEEE Robotics and Automation Letters, 5(3):3838–3845, 2020. doi:10.1109/LRA.2020.2977257

  3. [3]

    N. F. Lepora. Soft biomimetic optical tactile sensing with the tactip: A review.IEEE Sensors Journal, 21(19):21131–21143, 2021

  4. [4]

    Lambeta, T

    M. Lambeta, T. Wu, A. Sengul, V . R. Most, N. Black, K. Sawyer, R. Mercado, H. Qi, A. Sohn, B. Taylor, N. Tydingco, G. Kammerer, D. Stroud, J. Khatha, K. Jenkins, K. Most, N. Stein, R. Chavira, T. Craven-Bartle, E. Sanchez, Y . Ding, J. Malik, and R. Calandra. Digitizing touch with an artificial multimodal fingertip, 2024. URLhttps://arxiv.org/abs/2411.02479

  5. [5]

    K. Yu, Y . Han, Q. Wang, V . Saxena, D. Xu, and Y . Zhao. Mimictouch: Leveraging multi-modal human tactile demonstrations for contact-rich manipulation. In8th Annual Conference on Robot Learning, 2024. URLhttps://openreview.net/forum?id=7yMZAUkXa4

  6. [6]

    Mejia, V

    J. Mejia, V . Dean, T. Hellebrekers, and A. Gupta. Hearing touch: Audio-visual pretraining for contact-rich manipulation. In2024 IEEE International Conference on Robotics and Automation (ICRA), pages 6912–6919. IEEE, 2024

  7. [7]

    Z. Xu, R. Uppuluri, X. Zhang, C. Fitch, P. G. Crandall, W. Shou, D. Wang, and Y . She. UniT: Data efficient tactile representation with generalization to unseen objects, 2025. URL https://arxiv.org/abs/2408.06481

  8. [8]

    J. Zhao, Y . Ma, L. Wang, and E. Adelson. Transferable tactile transformers for representation learning across diverse sensors and tasks. In8th Annual Conference on Robot Learning, 2024. URLhttps://openreview.net/forum?id=KXsropnmNI. 9

Show all 56 references
  1. [9]

    Higuera, A

    C. Higuera, A. Sharma, C. K. Bodduluri, T. Fan, P. Lancaster, M. Kalakrishnan, M. Kaess, B. Boots, M. Lambeta, T. Wu, and M. Mukadam. Sparsh: Self-supervised touch representations for vision-based tactile sensing. In8th Annual Conference on Robot Learning, 2024. URL https://op...

  2. [10]

    Gupta, Y

    H. Gupta, Y . Mo, S. Jin, and W. Yuan. Sensor-invariant tactile representation.arXiv preprint arXiv:2502.19638, 2025

  3. [11]

    Oquab, T

    M. Oquab, T. Darcet, T. Moutakanni, H. V o, M. Szafraniec, V . Khalidov, P. Fernandez, D. Haziza, F. Massa, A. El-Nouby, et al. DINOv2: Learning robust visual features without supervision. arXiv preprint arXiv:2304.07193, 2023

  4. [12]

    Bardes, Q

    A. Bardes, Q. Garrido, J. Ponce, X. Chen, M. Rabbat, Y . LeCun, M. Assran, and N. Ballas. V-JEPA: Latent video prediction for visual representation learning. 2023

  5. [13]

    Hendrycks, M

    D. Hendrycks, M. Mazeika, S. Kadavath, and D. Song. Using self-supervised learning can improve model robustness and uncertainty.Advances in neural information processing systems, 32, 2019

  6. [14]

    Karnan, E

    H. Karnan, E. Yang, D. Farkash, G. Warnell, J. Biswas, and P. Stone. Sterling: Self- supervised terrain representation learning from unconstrained robot experience.arXiv preprint arXiv:2309.15302, 2023

  7. [15]

    Y . Lin, J. Lloyd, A. Church, and N. F. Lepora. Tactile gym 2.0: Sim-to-real deep reinforcement learning for comparing low-cost high-resolution robot touch.IEEE Robotics and Automation Letters, 7(4):10754–10761, 2022

  8. [16]

    Donlon, S

    E. Donlon, S. Dong, M. Liu, J. Li, E. Adelson, and A. Rodriguez. Gelslim: A high- resolution, compact, robust, and calibrated tactile-sensing finger. In2018 IEEE/RSJ Inter- national Conference on Intelligent Robots and Systems (IROS), pages 1927–1934, 2018. doi: 10.1109/IROS.2...

  9. [17]

    W. Yuan, Y . Mo, S. Wang, and E. H. Adelson. Active clothing material perception using tactile sensing and deep learning. In2018 IEEE International Conference on Robotics and Automation (ICRA), pages 4842–4849, 2018. doi:10.1109/ICRA.2018.8461164

  10. [18]

    Guo, H.-J

    X. Guo, H.-J. Huang, and W. Yuan. Estimating properties of solid particles inside container using touch sensing. In2023 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), pages 8985–8992, 2023. doi:10.1109/IROS55552.2023.10341880

  11. [19]

    Suresh, H

    S. Suresh, H. Qi, T. Wu, T. Fan, L. Pineda, M. Lambeta, J. Malik, M. Kalakrishnan, R. Calandra, M. Kaess, et al. Neuralfeels with neural fields: Visuotactile perception for in-hand manipulation. Science Robotics, 9(96):eadl0628, 2024

  12. [20]

    R. Gao, K. Deng, G. Yang, W. Yuan, and J.-Y . Zhu. Tactile dreamfusion: Exploiting tactile sensing for 3d generation. InConference on Neural Information Processing Systems (NeurIPS), 2024

  13. [21]

    Suresh, Z

    S. Suresh, Z. Si, S. Anderson, M. Kaess, and M. Mukadam. Midastouch: Monte-carlo inference over distributions across sliding touch. InConference on Robot Learning, pages 319–331. PMLR, 2023

  14. [22]

    Huang, M

    H.-J. Huang, M. Kaess, and W. Yuan. Normalflow: Fast, robust, and accurate contact-based object 6dof pose tracking with vision-based tactile sensors.IEEE Robotics and Automation Letters, 2024

  15. [23]

    S. Dong, D. K. Jha, D. Romeres, S. Kim, D. Nikovski, and A. Rodriguez. Tactile-rl for insertion: Generalization to objects of unknown geometry. In2021 IEEE International Conference on Robotics and Automation (ICRA), pages 6437–6443. IEEE, 2021. 10

  16. [24]

    Aquilina, D

    K. Aquilina, D. A. Barton, and N. F. Lepora. Tactile control for object tracking and dynamic contour following.Robotics and Autonomous Systems, 178:104710, 2024

  17. [25]

    H. Xue, J. Ren, W. Chen, G. Zhang, Y . Fang, G. Gu, H. Xu, and C. Lu. Reactive diffusion policy: Slow-fast visual-tactile policy learning for contact-rich manipulation.arXiv preprint arXiv:2503.02881, 2025

  18. [26]

    Gandhi, A

    D. Gandhi, A. Gupta, and L. Pinto. Swoosh! rattle! thump!–actions that sound.arXiv preprint arXiv:2007.01851, 2020

  19. [27]

    Clarke, N

    S. Clarke, N. Heravi, M. Rau, R. Gao, J. Wu, D. James, and J. Bohg. Diffimpact: Differentiable rendering and identification of impact sounds. InConference on Robot Learning, pages 662–673. PMLR, 2022

  20. [28]

    Thankaraj and L

    A. Thankaraj and L. Pinto. That sounds right: Auditory self-supervision for dynamic robot manipulation. InConference on Robot Learning, pages 1036–1049. PMLR, 2023

  21. [29]

    Z. Liu, C. Chi, E. Cousineau, N. Kuppuswamy, B. Burchfiel, and S. Song. Maniwav: Learning robot manipulation from in-the-wild audio-visual data. In8th Annual Conference on Robot Learning, 2024

  22. [30]

    R. Feng, J. Hu, W. Xia, T. Gao, A. Shen, Y . Sun, B. Fang, and D. Hu. Anytouch: Learning unified static-dynamic representation across multiple visuo-tactile sensors.arXiv preprint arXiv:2502.12191, 2025

  23. [31]

    Gong, Y .-A

    Y . Gong, Y .-A. Chung, and J. Glass. Ast: Audio spectrogram transformer.arXiv preprint arXiv:2104.01778, 2021

  24. [32]

    Niizumi, D

    D. Niizumi, D. Takeuchi, Y . Ohishi, N. Harada, and K. Kashino. Byol for audio: Exploring pre-trained general-purpose audio representations.IEEE/ACM Transactions on Audio, Speech, and Language Processing, 31:137–151, 2023. doi:10.1109/TASLP.2022.3221007

  25. [33]

    Morgado, N

    P. Morgado, N. Vasconcelos, and I. Misra. Audio-visual instance discrimination with cross- modal agreement. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 12475–12486, 2021

  26. [34]

    H. Li, Y . Zhang, J. Zhu, S. Wang, M. A. Lee, H. Xu, E. Adelson, L. Fei-Fei, R. Gao, and J. Wu. See, hear, and feel: Smart sensory fusion for robotic manipulation. In K. Liu, D. Kulic, and J. Ichnowski, editors,Proceedings of The 6th Conference on Robot Learning, volume 205 of...

  27. [35]

    Nagrani, S

    A. Nagrani, S. Yang, A. Arnab, A. Jansen, C. Schmid, and C. Sun. Attention bottlenecks for multimodal fusion. In M. Ranzato, A. Beygelzimer, Y . Dauphin, P. Liang, and J. W. Vaughan, editors,Advances in Neural Information Processing Systems, volume 34, pages 14200–14213. Curra...

  28. [36]

    Dosovitskiy, L

    A. Dosovitskiy, L. Beyer, A. Kolesnikov, D. Weissenborn, X. Zhai, T. Unterthiner, M. Dehghani, M. Minderer, G. Heigold, S. Gelly, et al. An image is worth 16x16 words: Transformers for image recognition at scale.arXiv preprint arXiv:2010.11929, 2020

  29. [37]

    C. Chi, Z. Xu, C. Pan, E. Cousineau, B. Burchfiel, S. Feng, R. Tedrake, and S. Song. Universal manipulation interface: In-the-wild robot teaching without in-the-wild robots. InProceedings of Robotics: Science and Systems (RSS), 2024

  30. [38]

    Young, D

    S. Young, D. Gandhi, S. Tulsiani, A. Gupta, P. Abbeel, and L. Pinto. Visual imitation made easy. In J. Kober, F. Ramos, and C. Tomlin, editors,Proceedings of the 2020 Conference on Robot Learning, volume 155 ofProceedings of Machine Learning Research, pages 1992–2005. PMLR, 16...

  31. [39]

    N. M. M. Shafiullah, A. Rai, H. Etukuru, Y . Liu, I. Misra, S. Chintala, and L. Pinto. On bringing robots home.arXiv preprint arXiv:2311.16098, 2023

  32. [40]

    Caron, H

    M. Caron, H. Touvron, I. Misra, H. Jégou, J. Mairal, P. Bojanowski, and A. Joulin. Emerging properties in self-supervised vision transformers. InProceedings of the IEEE/CVF international conference on computer vision, pages 9650–9660, 2021

  33. [41]

    X. Chen, M. Ding, X. Wang, Y . Xin, S. Mo, Y . Wang, S. Han, P. Luo, G. Zeng, and J. Wang. Context autoencoder for self-supervised representation learning.International Journal of Computer Vision, 132(1):208–223, 2024

  34. [42]

    Huang, X

    H.-J. Huang, X. Guo, and W. Yuan. Understanding Dynamic Tactile Sensing for Liquid Property Estimation. InProceedings of Robotics: Science and Systems, New York City, NY , USA, June

  35. [43]

    C. Matl, Y . Narang, R. Bajcsy, F. Ramos, and D. Fox. Inferring the material properties of granular media for robotic tasks. In2020 IEEE International Conference on Robotics and Automation (ICRA), pages 2770–2777, 2020. doi:10.1109/ICRA40945.2020.9197063

  36. [44]

    Liang, S

    H. Liang, S. Li, X. Ma, N. Hendrich, T. Gerkmann, F. Sun, and J. Zhang. Making sense of audio vibration for liquid height estimation in robotic pouring. In2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), pages 5333–5339, 2019. doi:10.1109/ IROS4...

  37. [45]

    Clarke, T

    S. Clarke, T. Rhodes, C. G. Atkeson, and O. Kroemer. Learning audio feedback for estimating amount and flow of granular material. In A. Billard, A. Dragan, J. Peters, and J. Morimoto, editors,Proceedings of The 2nd Conference on Robot Learning, volume 87 ofProceedings of Machi...

  38. [46]

    Sharma, C

    A. Sharma, C. Higuera, C. K. Bodduluri, Z. Liu, T. Fan, T. Hellebrekers, M. Lambeta, B. Boots, M. Kaess, T. Wu, F. R. Hogan, and M. Mukadam. Self-supervised perception for tactile skin covered dexterous hands, 2025. URLhttps://arxiv.org/abs/2505.11420

  39. [47]

    B. Tang, M. A. Lin, I. Akinola, A. Handa, G. S. Sukhatme, F. Ramos, D. Fox, and Y . Narang. Industreal: Transferring contact-rich assembly tasks from simulation to reality.arXiv preprint arXiv:2305.17110, 2023

  40. [48]

    Y . Wu, Z. Chen, F. Wu, L. Chen, L. Zhang, Z. Bing, A. Swikir, S. Haddadin, and A. Knoll. Tacdiffusion: Force-domain diffusion policy for precise tactile manipulation.arXiv preprint arXiv:2409.11047, 2024

  41. [49]

    T. Z. Zhao, V . Kumar, S. Levine, and C. Finn. Learning fine-grained bimanual manipulation with low-cost hardware.arXiv preprint arXiv:2304.13705, 2023

  42. [50]

    Kumar, Z

    A. Kumar, Z. Fu, D. Pathak, and J. Malik. Rma: Rapid motor adaptation for legged robots. arXiv preprint arXiv:2107.04034, 2021

  43. [51]

    H. Qi, A. Kumar, R. Calandra, Y . Ma, and J. Malik. In-Hand Object Rotation via Rapid Motor Adaptation. InConference on Robot Learning (CoRL), 2022

  44. [52]

    Zhang, A

    L. Zhang, A. Rao, and M. Agrawala. Adding conditional control to text-to-image diffusion models. InProceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), pages 3836–3847, October 2023

  45. [53]

    K. He, X. Zhang, S. Ren, and J. Sun. Deep residual learning for image recognition. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 770– 778, 2016. 12

  46. [54]

    Cadene, S

    R. Cadene, S. Alibert, A. Soare, Q. Gallouedec, A. Zouitine, and T. Wolf. Lerobot: State-of-the- art machine learning for real-world robotics in pytorch. https://github.com/huggingface/ lerobot, 2024. 13 Appendix A Datasets A.1 Dataset forSparsh-XSSL Pretraining 272min270min 2...

  47. [56]

    Tap-Foamwork

    Golf-Circular-Fabric 1.Golf-Circular-Foamwork 2.Golf-Circular-Grass 3.Golf-Circular-Plastic 4.Golf-Slide-Fabric 5.Golf-Slide-Foamwork 6.Golf-Slide-Grass 7.Golf-Slide-Plastic 8.Golf-Tap-Fabric 9.Golf-Tap-Foamwork 10.Golf-Tap-Grass 11.Golf-Tap-Plastic 12.LEGO-Circular-Fabric 13....

  48. [2022]

    doi:10.15607/RSS.2022.XVIII.072

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.