3D-Grounded Vision-Language Framework for Robotic Task Planning: Automated Prompt Synthesis and Supervised Reasoning
Guoqin Tang, Qingxuan Jia, Zeyuan Huang, Gang Chen, Ning Ji, Zhipeng Yao
TL;DR
The paper addresses the core problem of insufficient 3D spatial grounding in Vision-Language Models (VLMs) for robotic task planning. It introduces a modular framework that couples a 2D prompt synthesis module (which maps 2D images to 3D point clouds) with a frozen VLM and a back-end Small Language Model (SLM) for supervisory refinement, enabling robust, 3D-aware reasoning without extensive retraining. A confidence-based registration strategy with entropy-based components binds multimodal data, while nearest-neighbor and iterative prompting strategies enhance spatial precision and adaptability. Experimental results on a FRANKA robotic arm report a 96.0% Task Success Rate (TSR) and show that removing either the 2D prompt synthesis or the SLM supervision greatly degrades performance, underscoring the critical role of both components. Overall, the framework offers a scalable, data-efficient path to reliable 3D-grounded robotic planning in dynamic environments, with demonstrated improvements in 3D recognition, localization, and execution reliability over state-of-the-art baselines.
Abstract
Vision-language models (VLMs) have achieved remarkable success in scene understanding and perception tasks, enabling robots to plan and execute actions adaptively in dynamic environments. However, most multimodal large language models lack robust 3D scene localization capabilities, limiting their effectiveness in fine-grained robotic operations. Additionally, challenges such as low recognition accuracy, inefficiency, poor transferability, and reliability hinder their use in precision tasks. To address these limitations, we propose a novel framework that integrates a 2D prompt synthesis module by mapping 2D images to point clouds, and incorporates a small language model (SLM) for supervising VLM outputs. The 2D prompt synthesis module enables VLMs, trained on 2D images and text, to autonomously extract precise 3D spatial information without manual intervention, significantly enhancing 3D scene understanding. Meanwhile, the SLM supervises VLM outputs, mitigating hallucinations and ensuring reliable, executable robotic control code generation. Our framework eliminates the need for retraining in new environments, thereby improving cost efficiency and operational robustness. Experimental results that the proposed framework achieved a 96.0\% Task Success Rate (TSR), outperforming other methods. Ablation studies demonstrated the critical role of both the 2D prompt synthesis module and the output supervision module (which, when removed, caused a 67\% TSR drop). These findings validate the framework's effectiveness in improving 3D recognition, task planning, and robotic task execution.
