<- Back to research

FeelWorld predicts contact, tactile force states, and slip for robot planning

FeelWorld adds explicit contact, force-related tactile, and slip prediction to a visual world model for contact-rich robot planning.

FeelWorldvisuo-tactile world modelcontact-rich manipulationtactile world modelrobot planning
Illustration for FeelWorld predicts contact, tactile force states, and slip for robot planning

Updated technical brief - August 2026

FeelWorld is a July 2026 preprint that adds explicit contact, force-related tactile, and slip states to an action-conditioned visual world model. It reports stronger long-horizon visual prediction and 81.7% average zero-shot planning success on three contact-rich tasks. For tactile AI, the important idea is not the headline score: predicted touch becomes part of planning rather than a passive observation.

Source findings

The authors organize tactile prediction into three levels: whether contact exists, a three-dimensional tactile latent that encodes force-related information, and whether slip occurs. A shared latent dynamics model predicts these states together with future visual latents.

FeelWorld also uses contact-gated asymmetric attention. Before contact, the model preserves a visual-only pathway so irrelevant tactile signals do not degrade prediction. During contact, it enables joint visual-tactile dynamics prediction. The predicted contact and slip states then feed contact-aware cross-entropy-method planning.

On chip grasping, fruit grasping, and USB insertion, the preprint reports that 10-step LPIPS falls from 0.084 to 0.058. After an 80-step autoregressive rollout, it reports LPIPS 61% below the visual baseline and 81.7% average zero-shot planning success. These are author-reported preprint results, not independent validation.

RoboSkin analysis

FeelWorld makes a useful distinction between three questions that a robot can ask about future contact. Contact state asks whether interaction has started. The tactile latent represents richer force-related information. Slip state asks whether the grasp is losing stability. Keeping these targets explicit can make a world model easier to inspect than one opaque future embedding.

Predicted statePlanning questionRobot-skin requirementEvidence boundary
ContactWill the action create or break contact?Reliable contact onset and synchronized robot actionA binary contact label does not describe force or stability.
3D tactile latentHow may force-related touch change?Calibrated tactile observations aligned with visual and robot stateA learned latent is not automatically a physical force measurement.
SlipIs the contact becoming unstable?Dynamic tactile evidence with sufficient rate and sensitivityPredicted slip still needs a controller that can respond in time.
Visual latentWhat scene change is expected?Camera observations aligned with the same action sequenceVisual similarity does not guarantee physically correct contact.

The visuo-tactile world model guide compares FeelWorld with VT-WM, Dream-Tac, TouchWorld, and ViTacWorld without treating unlike metrics as a leaderboard. The Dream-Tac brief provides a narrower route into action-conditioned tactile-future prediction.

Engineering implications

World-model quality depends on the data contract beneath it. Visual frames, tactile samples, robot state, and actions need a coherent clock. Contact and slip labels need definitions that survive changes in object, gripper, sensor placement, and surface condition. The tactile dataset directory explains why trajectory-level splits matter for this kind of sequential data.

Prediction also does not replace reaction. A planner can choose among imagined action sequences, but the deployed robot still needs measured touch and a fast feedback loop when the real contact diverges from the forecast. The robot hand tactile sensor guide maps that requirement to fingertip, palm, and whole-hand coverage.

What this does not prove yet

FeelWorld is an arXiv preprint evaluated on the authors' chip-grasping, fruit-grasping, and USB-insertion setups. The reported LPIPS and planning results do not establish transfer across every robot, tactile sensor, object distribution, or contact regime. LPIPS measures perceptual similarity in predicted imagery; it is not by itself proof of correct force, friction, slip, or safe contact.

The paper also does not establish production latency, hardware durability, calibration stability, or failure recovery outside its protocol. Independent reproduction and evaluation on held-out embodiments remain necessary before treating the approach as general-purpose Physical AI infrastructure.

Evaluation checklist

  • Separate contact, tactile-state, slip, and visual-prediction metrics.
  • Report the tactile sensor, calibration, sampling rate, placement, and synchronization path.
  • Preserve complete trajectories when creating training and test splits.
  • Compare against visual-only, reactive-tactile, and no-tactile baselines.
  • Test planning under unseen objects, surfaces, contact sequences, and disturbances.
  • Measure whether prediction improves real robot outcomes, not only offline reconstruction.

Source

arXiv: FeelWorld - Visuo-Tactile World Model for Hierarchical Contact Prediction and Planning

Continue the topic

Tactile AIDream-Tac: A Unified Tactile World Action Model for Contact-Rich Robot ManipulationTactile AIHT-Bench full-hand tactile benchmark for robot manipulationTactile AISparsh-X multisensory touch representations for tactile AI