Tactile-JEPA:拓扑感知的自监督触觉表征学习方法
Tactile-JEPA: Topology-Aware Self-Supervised Representation Learning for Distributed Tactile Sensors
机器人电子皮肤有了专用预训练方法,手中物体朝向误差降 20.8%,代码已开源,做机器人触觉的可以试试。
Tactile-JEPA 是一种面向分布式电子皮肤的自监督预训练方法,利用传感器连接图引导空间掩码,让模型从未被掩码的单元预测被掩码单元的嵌入。Tactile-JEPA 采用双尺度掩码,同时捕捉局部接触细节与触觉表面的全局状态。在涵盖磁性与压阻式传感器、不同机器人本体的三个数据集上,Tactile-JEPA 相比此前最优方法将力估计误差降低 6.3%,手中物体朝向误差降低 20.8%。代码已在 GitHub 开源。
Tactile-JEPA: Topology-Aware Self-Supervised Representation Learning for Distributed Tactile Sensors
Tactile sensing is an essential modality for robots performing contact-rich, dexterous manipulation, particularly under visual occlusion. While pre-trained image encoders are standard in robot learning pipelines, tactile encoders are still commonly trained from scratch from raw, noisy signals, which might limit their expressivity. Existing self-supervised learning (SSL) approaches focus predominantly on vision-based tactile sensors, leaving distributed electronic skins largely unaddressed. These sensors, however, have a distinctive property: their sensing elements are sparse and irregularly arranged over the surface they cover, which makes direct reuse of visual SSL methods suboptimal. We present Tactile-JEPA, an efficient self-supervised pre-training method that uses the spatial arrangement of tactile sensors to learn topology-aware representations. Specifically, it is trained to predict the embeddings of masked sensing elements from the unmasked remainder, using the sensor connectivity graph to guide spatial masking. Our analysis shows that effective tactile representations require capturing both local contact details and the global state of the tactile surface, which we achieve through dual-scale masking. Across three diverse datasets spanning magnetic and piezoresistive sensors, different robot embodiments, and single- and paired-sensor configurations, Tactile-JEPA reduces force estimation error by 6.3% and in-hand orientation error by 20.8% over the prior state-of-the-art, with consistent gains in other downstream applications, including policy learning. Overall, our results demonstrate that the benefit of tactile sensing depends critically on the quality of encoder pre-training, a problem which Tactile-JEPA addresses directly. Code is available at https://github.com/E-Kovtun/tactile.