Object-Centric Instruction Augmentation for Robotic Manipulation
Junjie Wen, Yichen Zhu, Minjie Zhu, Jinming Li, Zhiyuan Xu, Zhengping Che, Chaomin Shen, Yaxin Peng, Dong Liu, Feifei Feng, Jian Tang
TL;DR
This work tackles the challenge of teaching robots to manipulate objects when language alone is insufficient to convey where objects are. It introduces Object-Centric Instruction Augmentation (OCI), which uses a position-aware Multimodal Large Language Model (MLLM) to augment natural-language instructions with absolute bounding boxes and relative spatial relations to the robot, paired with a Feature Reuse Mechanism (FRM) that injects MLLM embeddings into the policy network through multi-scale cross-attention. The MLLM is fine-tuned on detection and instruction datasets to rewrite commands into augmented forms such as "+object positions+" encoded as $[x_{min}, y_{min}, x_{max}, y_{max}]$ and eight relative directions, while the policy learning backbone remains lightweight and efficient. Across simulation (Franka Kitchen) and real-robot experiments, OCI consistently outperforms baselines like R3M and BLIP-2, and ablations confirm the critical roles of both absolute/relative position cues and FRM in improving generalization and success rates. Overall, by delegating position localization to language-augmented instructions and reusing MLLM knowledge, the approach enhances sample efficiency and robustness for versatile robotic manipulation in unseen environments.
Abstract
Humans interpret scenes by recognizing both the identities and positions of objects in their observations. For a robot to perform tasks such as \enquote{pick and place}, understanding both what the objects are and where they are located is crucial. While the former has been extensively discussed in the literature that uses the large language model to enrich the text descriptions, the latter remains underexplored. In this work, we introduce the \textit{Object-Centric Instruction Augmentation (OCI)} framework to augment highly semantic and information-dense language instruction with position cues. We utilize a Multi-modal Large Language Model (MLLM) to weave knowledge of object locations into natural language instruction, thus aiding the policy network in mastering actions for versatile manipulation. Additionally, we present a feature reuse mechanism to integrate the vision-language features from off-the-shelf pre-trained MLLM into policy networks. Through a series of simulated and real-world robotic tasks, we demonstrate that robotic manipulator imitation policies trained with our enhanced instructions outperform those relying solely on traditional language instructions.
