Search papers, labs, and topics across Lattice.
FlowTouch, a novel view-invariant visuo-tactile prediction model, is introduced to predict tactile sensor readings from visual information by leveraging an object's local 3D mesh. The model integrates scene reconstruction with Flow Matching-based generative models, enabling prediction of tactile patterns independent of specific camera setups. Experiments demonstrate FlowTouch's ability to generalize across sim-to-real scenarios and different sensor instances, with tactile predictions successfully used for grasp stability prediction.
By encoding objects as local 3D meshes, FlowTouch achieves view-invariant visuo-tactile prediction that generalizes across sim-to-real and different sensor instances, a leap beyond camera-dependent mappings.
Tactile sensation is essential for contact-rich manipulation tasks. It provides direct feedback on object geometry, surface properties, and interaction forces, enhancing perception and enabling fine-grained control. An inherent limitation of tactile sensors is that readings are available only when an object is touched. This precludes their use during planning and the initial execution phase of a task. Predicting tactile information from visual information can bridge this gap. A common approach is to learn a direct mapping from camera images to the output of vision-based tactile sensors. However, the resulting model will depend strongly on the specific setup and on how well the camera can capture the area where an object is touched. In this work, we introduce FlowTouch, a novel model for view-invariant visuo-tactile prediction. Our key idea is to use an object's local 3D mesh to encode rich information for predicting tactile patterns while abstracting away from scene-dependent details. FlowTouch integrates scene reconstruction and Flow Matching-based models for image generation. Our results show that FlowTouch is able to bridge the sim-to-real gap and generalize to new sensor instances. We further show that the resulting tactile images can be used for downstream grasp stability prediction. Our code, datasets and videos are available at https://flowtouch.github.io/