A Parameter-Efficient Tuning Framework for Language-guided Object Grounding and Robot Grasping
Houjian Yu, Mingen Li, Alireza Rezazadeh, Yang Yang, Changhyun Choi
TL;DR
The paper tackles language-guided object grounding and robot grasping under open-vocabulary settings by introducing a CLIP-based parameter-efficient tuning framework. It deploys a bidirectional vision-language adapter for cross-modal early fusion and a depth fusion branch to incorporate geometric cues, all atop a frozen CLIP backbone, followed by a multimodal transformer decoder to support RES, RGS, and RGA. The approach yields competitive results with far fewer tunable parameters than full-model fine-tuning, and depth information notably improves grasp predictions and spatial reasoning, both in simulation and real-robot tests. This framework enables efficient customization and deployment of language-guided grounding and grasping systems on robots, with strong potential for handling complex linguistic descriptions and spatial relationships in real-world environments.
Abstract
The language-guided robot grasping task requires a robot agent to integrate multimodal information from both visual and linguistic inputs to predict actions for target-driven grasping. While recent approaches utilizing Multimodal Large Language Models (MLLMs) have shown promising results, their extensive computation and data demands limit the feasibility of local deployment and customization. To address this, we propose a novel CLIP-based multimodal parameter-efficient tuning (PET) framework designed for three language-guided object grounding and grasping tasks: (1) Referring Expression Segmentation (RES), (2) Referring Grasp Synthesis (RGS), and (3) Referring Grasp Affordance (RGA). Our approach introduces two key innovations: a bi-directional vision-language adapter that aligns multimodal inputs for pixel-level language understanding and a depth fusion branch that incorporates geometric cues to facilitate robot grasping predictions. Experiment results demonstrate superior performance in the RES object grounding task compared with existing CLIP-based full-model tuning or PET approaches. In the RGS and RGA tasks, our model not only effectively interprets object attributes based on simple language descriptions but also shows strong potential for comprehending complex spatial reasoning scenarios, such as multiple identical objects present in the workspace. Project page: https://z.umn.edu/etog-etrg
