ROMar 6

Multimodal Behavior Tree Generation: A Small Vision-Language Model for Robot Task Planning

arXiv:2603.06084v11 citationsh-index: 9Has Code
Predicted impact top 50% in RO · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses robotic task planning for household applications, but it is incremental as it builds on existing models and datasets.

The paper tackled the problem of generating behavior trees for robotic task planning by combining vision-language models with a dataset construction method, achieving an 87% success rate in household tasks with a 4B-parameter model that matches closed-source models using fewer resources.

Large and small language models have been widely used for robotic task planning. At the same time, vision-language models (VLMs) have successfully tackled problems such as image captioning, scene understanding, and visual question answering. In this work, we combine these two approaches by deploying a compact, open-source multimodal model to generate behavior trees for robotic task planning. The main obstacle to achieving this goal is the lack of an existing dataset that links visual observations and instructions to executable behavior trees. We propose a method to construct such a dataset starting from existing robotic episodes (i.e., Open X-Embodiment), in which a large model serves as a teacher in a multi-stage generation pipeline. We use this dataset to fine-tune VLMs ranging from 500M to 4B parameters via parameter-efficient fine-tuning (PEFT). The generated behavior trees, compatible with the BehaviorTree.CPP library, are evaluated both offline, using structural and lexical metrics, and online through the execution of household tasks in a state-of-the-art embodied simulator. Our results demonstrate that our fine-tuned 4B-parameter VLM approaches the performance of state-of-the-art closed-source models, achieving an 87\% success rate while requiring only a fraction of the computational resources.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes