NeFut Logo NeFut
Admin Login

[CS.AI] Breakthrough Whole-Arm Manipulation: Tactile and Vision Conditioned Control

Published at: 2026-07-14 22:00 Last updated: 2026-07-15 02:00
#algorithm #AI #Open Source

Abstract

Whole-arm manipulation involves direct contact with the environment while the robot completes a task by distributing contact across multiple links as contacts form, slide, and break. This setting breaks common implicit assumptions in many learning-based manipulation pipelines: arm configuration tightly couples motion and contact forces, contact state is partially observed under occlusion, and purely learned rollouts can become physically inconsistent under distribution shift because many multi-link contact configurations are sparsely represented in the data.

To address this, we propose TACTIC (Tactile and Vision Conditioned Contact-Centric Control), a receding-horizon controller for whole-arm manipulation. TACTIC uses a contact-centric hybrid predictive model that combines RGB-D, distributed tactile sensing, and a compact 2D proximity representation. The model couples a learned, action-conditioned latent dynamics model with analytical kinematics through contact Jacobians, enabling rollouts of future contact configurations and interaction forces.

TACTIC integrates these rollouts into a sampling-based MPC planner with contact-aware action sampling: contact Jacobian-based projections steer sampled action sequences toward force-modulating directions, and objectives defined over predicted proximity and interaction forces trade task progress against whole-arm force regulation. We evaluate TACTIC in simulation against state-of-the-art model-based and model-free methods, and perform ablations that isolate the contribution of each design choice. TACTIC consistently outperforms other methods.

We further demonstrate real-world performance on a robot with distributed tactile sensing across three whole-arm manipulation tasks that require multi-contact trajectories: turning over and repositioning a manikin, and goal-reaching in a 3D dynamic maze.

More information here

Blogger's Review: The introduction of TACTIC provides a new perspective in the realm of whole-arm manipulation, significantly enhancing stability and accuracy in task execution by integrating tactile and visual information. Its application in dynamic environments showcases cutting-edge advancements in robotic technology, particularly innovative approaches to handling multi-contact scenarios. This research not only serves as a reference for industrial automation but also lays the groundwork for future autonomous robotic operations.

Original Source: https://arxiv.org/abs/2607.09218

[h] Back to Home