FELT generates tactile signals from vision, boosting robot manipulation
Robots can now 'feel' objects by looking at them, thanks to FELT.
A team of researchers led by Zinan Li has developed FELT (Feature-Extracted Latent Tactile), a learning-based framework that generates tactile signals from visual input alone. The system uses a large frozen visual encoder paired with a lightweight query decoder to predict per-finger pressure images in a single feed-forward pass. Unlike prior approaches, FELT respects the physical topology of dual-finger tactile sensors by decoding left and right panels through separate branches, capturing asymmetric contact patterns during tasks such as wiping, insertion, and in-hand rotation. This design allows the model to augment existing vision-only datasets with synthetic tactile data, either as generated images or as latent features.
In experiments on four contact-rich manipulation tasks, FELT's generated tactile signals consistently improved policy success rates compared to vision-only baselines. Notably, using latent tactile features required no real tactile sensor during policy training or deployment, lowering the barrier for collecting tactile data. The approach addresses a key bottleneck in visuo-tactile manipulation: tactile sensors are fragile, expensive, and non-standardized, making large-scale data collection difficult. By enabling robots to infer touch from vision, FELT paves the way for more robust manipulation in cluttered or partially occluded environments, with potential applications in manufacturing, healthcare, and household robotics.
- FELT uses a frozen visual encoder (e.g., from pretrained models) and lightweight query decoder to predict tactile signals in one feed-forward pass.
- It separately decodes left/right tactile sensor panels to handle asymmetric contact patterns during tasks like wiping and in-hand rotation.
- Tested on four manipulation tasks, FELT boosts policy success over vision-only baselines while requiring no real tactile sensors during deployment.
Why It Matters
Enables robots to perform fine manipulation without expensive tactile sensors, reducing data collection costs and improving robustness.