ACE Journal

Reactive Grasp Planning with Neural Contact Prediction

Abstract

Robust robotic grasping in unstructured environments requires more than pre-planned approach trajectories. When an object shifts mid-reach or surface geometry differs from the model, rigid grasp planners fail. Reactive grasp planning closes this gap by continuously replanning hand pose and finger configuration in response to real-time contact signals. Recent work pairs lightweight neural contact prediction networks with online trajectory correction to achieve stable grasps on previously unseen objects without a dense object model, opening practical paths toward reliable manipulation in logistics, prosthetics, and field robotics.

The Contact Prediction Problem

Classical grasp planning methods, including those built on GraspIt! and OpenRAVE, compute approach poses from point clouds or mesh models before the hand moves. Any deviation between model and reality, whether from sensor noise, object deformation, or unexpected placement, propagates uncorrected into the grasp. Neural contact prediction reframes the problem: given partial observations of surface geometry and current hand configuration, predict the probability and magnitude of contact at each fingertip before it occurs.

Architectures trained on tactile datasets from the SynGrasp and ContactDB benchmarks have demonstrated that a compact convolutional network operating on depth image crops can estimate expected normal force distributions at 30 Hz on edge-class hardware such as the NVIDIA Jetson Orin. The key insight is that prediction latency must sit well below the controller period of the robot’s joint torque loop, typically 1 kHz on modern manipulators from Universal Robots and Franka Robotics, to avoid plan-execution phase mismatch.

Reactive Replanning in the Control Loop

Integrating contact prediction into a reactive loop requires a planner that can accept soft constraints updated at sensor rate. Model Predictive Path Integral (MPPI) control has emerged as a practical substrate: it samples thousands of trajectory rollouts on a GPU, weights them by predicted contact quality, and returns a corrected hand pose within a single control step. Researchers at ETH Zurich and Carnegie Mellon’s Manipulation Lab have both published variants of this approach, showing that MPPI with a learned cost derived from contact prediction outperforms static grasp pose databases on objects with uncertain geometry by 18-24 percentage points in grasp success rate on tabletop trials.

The reactive loop also handles mid-grasp disturbances. If contact signals from a capacitive tactile array indicate an incipient slip event, the planner increases normal force targets and adjusts finger spread, all without lifting and re-approaching the object. This is particularly relevant for delicate objects such as flexible packaging or compliant electronics components where contact is asymmetric and time-varying.

Open Challenges

Latency budgets tighten as object complexity grows. Predicting contact across a full five-fingered hand at high resolution still strains real-time budgets on embedded hardware. Sim-to-real transfer of contact dynamics, particularly for deformable objects, remains a limiting factor: simulators such as MuJoCo and Isaac Gym improve each year but still underestimate surface compliance in ways that cause learned predictors to miscalibrate. Finally, integrating contact prediction with upstream semantic perception, so the robot selects grasps consistent with task requirements rather than purely geometric feasibility, is an active area with early results from the Language-guided Manipulation line of work from Google DeepMind.

Conclusion

Reactive grasp planning with neural contact prediction marks a meaningful step from plan-then-execute to sense-plan-act at high frequency. As tactile sensor arrays become commodity hardware and edge compute continues to improve, the performance gap between structured and unstructured grasping environments will narrow. The combination of learned prediction, fast sampling-based planners, and dense tactile feedback is likely to define the next generation of general-purpose robot hands.