VLAD-Grasp: Zero-shot Grasp Detection via Vision-Language Models
Manav Kulshrestha, S. Talha Bukhari, Damon Conover, Aniket Bera
TL;DR
VLAD-Grasp introduces a zero-shot grasping framework that leverages vision-language models (VLMs) to reason about object geometry and generate antipodal grasp candidates without task-specific training. From a single RGB-D image, it prompts a VLM to produce a goal image where a rod encodes the grasp axis, lifts this representation into 3D via monocular depth and segmentation, and aligns generated and observed object point clouds with PCA-based registration and a correspondence-free optimization to recover a 6-DoF grasp pose. The approach achieves competitive or superior results on Cornell and Jacquard in zero-shot settings and demonstrates real-world deployment on a Franka Research 3 robot, illustrating that foundation priors can support robust manipulation of novel objects without labeled grasp data. While promising, the method faces limitations from generation reliability, depth/segmentation accuracy, and computational cost, which motivate further work on efficiency and reliability of VLM-conditioned robotics pipelines.
Abstract
Robotic grasping is a fundamental capability for autonomous manipulation; however, most existing methods rely on large-scale expert annotations and necessitate retraining to handle new objects. We present VLAD-Grasp, a Vision-Language model Assisted zero-shot approach for Detecting grasps. From a single RGB-D image, our method (1) prompts a large vision-language model to generate a goal image where a straight rod "impales" the object, representing an antipodal grasp, (2) predicts depth and segmentation to lift this generated image into 3D, and (3) aligns generated and observed object point clouds via principal component analysis and correspondence-free optimization to recover an executable grasp pose. Unlike prior work, our approach is training-free and does not rely on curated grasp datasets. Despite this, VLAD-Grasp achieves performance that is competitive with or superior to that of state-of-the-art supervised models on the Cornell and Jacquard datasets. We further demonstrate zero-shot generalization to novel real-world objects on a Franka Research 3 robot, highlighting vision-language foundation models as powerful priors for robotic manipulation.
