LangGrasp: Leveraging Fine-Tuned LLMs for Language Interactive Robot Grasping with Ambiguous Instructions
Yunhan Lin, Wenqi Wu, Zhijie Zhang, Huasong Min
TL;DR
LangGrasp tackles ambiguity in language-driven robotic grasping by fine-tuning LLMs to produce structured, executable action sequences from complex instructions. It introduces a perception-and-inference module, a part-aware point cloud localization pipeline guided by 2D segmentation, and a flexible grasp pose detection component to achieve fine-grained, part-level manipulation. Experimental results show that fine-tuning improves semantic understanding, structured output, and inference granularity, while the expansion-based localization approach enhances grasp quality and reduces collisions in both desktop and cabinet scenes. The framework demonstrates real-world applicability with robust performance on simple and ordinary instructions, and points to future work on multi-object and dynamic scenarios.
Abstract
The existing language-driven grasping methods struggle to fully handle ambiguous instructions containing implicit intents. To tackle this challenge, we propose LangGrasp, a novel language-interactive robotic grasping framework. The framework integrates fine-tuned large language models (LLMs) to leverage their robust commonsense understanding and environmental perception capabilities, thereby deducing implicit intents from linguistic instructions and clarifying task requirements along with target manipulation objects. Furthermore, our designed point cloud localization module, guided by 2D part segmentation, enables partial point cloud localization in scenes, thereby extending grasping operations from coarse-grained object-level to fine-grained part-level manipulation. Experimental results show that the LangGrasp framework accurately resolves implicit intents in ambiguous instructions, identifying critical operations and target information that are unstated yet essential for task completion. Additionally, it dynamically selects optimal grasping poses by integrating environmental information. This enables high-precision grasping from object-level to part-level manipulation, significantly enhancing the adaptability and task execution efficiency of robots in unstructured environments. More information and code are available here: https://github.com/wu467/LangGrasp.
