CABTO: Context-Aware Behavior Tree Grounding for Robot Manipulation
AI 摘要
CABTO框架利用大型模型和环境反馈,自动构建完整的机器人操作行为树系统。
主要贡献
- 形式化定义了行为树接地问题(BT Grounding)
- 提出了 CABTO 框架,解决了行为树自动接地的问题
- 通过实验验证了 CABTO 在机器人操作任务中的有效性和效率
方法论
利用预训练大型模型搜索动作模型和控制策略空间,并利用行为树规划器和环境观测提供上下文反馈。
原文摘要
Behavior Trees (BTs) offer a powerful paradigm for designing modular and reactive robot controllers. BT planning, an emerging field, provides theoretical guarantees for the automated generation of reliable BTs. However, BT planning typically assumes that a well-designed BT system is already grounded -- comprising high-level action models and low-level control policies -- which often requires extensive expert knowledge and manual effort. In this paper, we formalize the BT Grounding problem: the automated construction of a complete and consistent BT system. We analyze its complexity and introduce CABTO (Context-Aware Behavior Tree grOunding), the first framework to efficiently solve this challenge. CABTO leverages pre-trained Large Models (LMs) to heuristically search the space of action models and control policies, guided by contextual feedback from BT planners and environmental observations. Experiments spanning seven task sets across three distinct robotic manipulation scenarios demonstrate CABTO's effectiveness and efficiency in generating complete and consistent behavior tree systems.