Designing Tools with Control Confidence
Ajith Anil Meera, Abian Torres, Pablo Lanillos
TL;DR
The paper tackles robust autonomous hand-tool design for robots by introducing a control-confidence term inspired by metacognition and the Free Energy Principle to address perturbations in tool use. It formalizes a parametric tool design problem with a free-energy objective $F=\frac{1}{2}(X-X^g)^T P^X (X-X^g)-\frac{1}{2}\log|\Pi^U|$, where $E(t)=\frac{1}{2}(X(t)-X^g)^T P^X (X(t)-X^g)$ and $\Pi^U=\frac{\partial^2 E}{\partial U^2}$, and optimizes using CMA-ES with $P^X=p^X I_3$. Simulation results in PyBullet with a 7-DOF Franka arm show that tools designed with higher control confidence are more robust to environmental perturbations (e.g., box mass changes), while the free-energy objective balances robustness and goal accuracy; CMA-ES outperforms other optimizers in design speed. The work thus enables metacognitive, uncertainty-aware tool design with practical implications for robust robotic manipulation, and provides code for replication.
Abstract
Prehistoric humans invented stone tools for specialized tasks by not just maximizing the tool's immediate goal-completion accuracy, but also increasing their confidence in the tool for later use under similar settings. This factor contributed to the increased robustness of the tool, i.e., the least performance deviations under environmental uncertainties. However, the current autonomous tool design frameworks solely rely on performance optimization, without considering the agent's confidence in tool use for repeated use. Here, we take a step towards filling this gap by i) defining an optimization framework for task-conditioned autonomous hand tool design for robots, where ii) we introduce a neuro-inspired control confidence term into the optimization routine that helps the agent to design tools with higher robustness. Through rigorous simulations using a robotic arm, we show that tools designed with control confidence as the objective function are more robust to environmental uncertainties during tool use than a pure accuracy-driven objective. We further show that adding control confidence to the objective function for tool design provides a balance between the robustness and goal accuracy of the designed tools under control perturbations. Finally, we show that our CMAES-based evolutionary optimization strategy for autonomous tool design outperforms other state-of-the-art optimizers by designing the optimal tool within the fewest iterations. Code: https://github.com/ajitham123/Tool_design_control_confidence.
