paper-with-me

홈 › Papers

CABTO: Context-Aware Behavior Tree Grounding for Robot Manipulation

2026-03-17 · Yishuai Cai, Xinglin Chen, Yunxin Mao, Kun Hu, Yaodong Yang, Yuanpei Chen, Wenjing Yang, Ji Wang, Minglong Li arxiv

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.

📄 PDF Abstract BibTeX arXiv:2603.16809

Code (0)

등록된 구현이 없습니다.

Tasks

Robot Manipulation

Similar Papers 제목 키워드 기반

BehavDT: A Behavioral Decision Tree Learning to Build User-Centric Context-Aware Predictive Model

2019-12-17 · Iqbal H. Sarker, Alan Colman, Jun Han, Asif Irshad Khan 외

This paper formulates the problem of building a context-aware predictive model based on user diverse behavioral activities with smartphones. In the area of machine learning and data science, a tree-like model as that of …

BIG-bench Machine Learning

Aria-UI: Visual Grounding for GUI Instructions

2024-12-20 · Yuhao Yang, Yue Wang, Dongxu Li, Ziyang Luo 외

Digital agents for automating tasks across different platforms by directly manipulating the GUIs are increasingly important. For these agents, grounding from language instructions to target elements remains a significant…

Natural Language Visual GroundingVisual Grounding

Deriving Character Logic from Storyline as Codified Decision Trees

2026-01-15 · Letian Peng, Kun Zhou, Longfei Yun, Yupeng Hou 외 arxiv

Role-playing (RP) agents rely on behavioral profiles to act consistently across diverse narrative contexts, yet existing profiles are largely unstructured, non-executable, and weakly validated, leading to brittle agent b…

Task Memory Engine (TME): A Structured Memory Framework with Graph-Aware Extensions for Multi-Step LLM Agent Tasks

2025-04-11 · Ye Ye

Large Language Models (LLMs) are increasingly used as autonomous agents for multi-step tasks. However, most existing frameworks fail to maintain a structured understanding of the task state, often relying on linear promp…

Contract-Grounded Behavior Tree Synthesis via Coding Agents

2026-07-13 · Jonathan Salfity, Robert Blake Anderson, Mitch Pryor arxiv

Synthesizing deployable robot behavior trees (BTs) from natural language (NL) requires grounding to ensure every generated BT references only skills a robot can actually execute. Existing LLM-based BT synthesis approache…