Grounded Vision-Language Interpreter for Integrated Task and Motion Planning
Jeremy Siburian, Keisuke Shirai, Cristian C. Beltran-Hernandez, Masashi Hamaya, Michael Görner, Atsushi Hashimoto
TL;DR
ViLaIn-TAMP addresses safety, interpretability, and robustness in vision-language guided planning for long-horizon manipulation. It combines ViLaIn-based PDDL problem generation, a TAMP pipeline that couples symbolic planning with geometric grounding via MoveIt Task Constructor, and a corrective planning loop that uses grounded failure feedback to replan up to a defined maximum. In cooking-domain tasks, it outperforms a VLM-as-planner baseline by 18% in mean success rate, and the CP module boosts success by 32%, with validation on real robots. This work advances interpretable, verifiable robot planning by integrating symbolic verification, grounded failure analysis, and real-world execution into a unified framework.
Abstract
While recent advances in vision-language models have accelerated the development of language-guided robot planners, their black-box nature often lacks safety guarantees and interpretability crucial for real-world deployment. Conversely, classical symbolic planners offer rigorous safety verification but require significant expert knowledge for setup. To bridge the current gap, this paper proposes ViLaIn-TAMP, a hybrid planning framework for enabling verifiable, interpretable, and autonomous robot behaviors. ViLaIn-TAMP comprises three main components: (1) a Vision-Language Interpreter (ViLaIn) adapted from previous work that converts multimodal inputs into structured problem specifications, (2) a modular Task and Motion Planning (TAMP) system that grounds these specifications in actionable trajectory sequences through symbolic and geometric constraint reasoning, and (3) a corrective planning (CP) module which receives concrete feedback on failed solution attempts and feed them with constraints back to ViLaIn to refine the specification. We design challenging manipulation tasks in a cooking domain and evaluate our framework. Experimental results demonstrate that ViLaIn-TAMP outperforms a VLM-as-a-planner baseline by 18% in mean success rate, and that adding the CP module boosts mean success rate by 32%.
