🤖 AI Summary
To address unreliable planning in deformable object and fluid manipulation caused by inaccurate models—such as simulation-to-reality gaps and poor generalization from limited data—this paper proposes Uncertainty-aware Monte Carlo Tree Search (U-MCTS). U-MCTS integrates physics-based simulation, data-driven dynamics modeling, and explicit uncertainty quantification; it incorporates uncertainty-weighted node evaluation within MCTS to bias search toward high-confidence actions. Evaluated on a liquid pouring task, U-MCTS achieves significantly higher success rates using only a small number of training demonstrations and demonstrates superior robustness over baseline methods. Its core contribution is the first integration of epistemic model uncertainty directly into the MCTS planning loop, enabling more reliable decision-making under distributional shift and substantially mitigating challenges in out-of-distribution generalization and sim-to-real transfer.
📝 Abstract
Physics-based simulations and learning-based models are vital for complex robotics tasks like deformable object manipulation and liquid handling. However, these models often struggle with accuracy due to epistemic uncertainty or the sim-to-real gap. For instance, accurately pouring liquid from one container to another poses challenges, particularly when models are trained on limited demonstrations and may perform poorly in novel situations. This paper proposes an uncertainty-aware Monte Carlo Tree Search (MCTS) algorithm designed to mitigate these inaccuracies. By incorporating estimates of model uncertainty, the proposed MCTS strategy biases the search towards actions with lower predicted uncertainty. This approach enhances the reliability of planning under uncertain conditions. Applied to a liquid pouring task, our method demonstrates improved success rates even with models trained on minimal data, outperforming traditional methods and showcasing its potential for robust decision-making in robotics.