Search papers, labs, and topics across Lattice.
This paper introduces SeededGrasp, a novel framework that leverages vision-language models (VLMs) to efficiently predict seed points for grasping in complex scenes, thereby separating high-level semantic reasoning from low-level geometric execution. By releasing a comprehensive multi-embodiment tabletop grasping dataset with over 2.5 million grasps, the authors demonstrate that their approach significantly enhances performance, achieving a 72% success rate in simulation and 78% in real-world scenarios. This advancement addresses the limitations of existing methods that either lack spatial awareness or require extensive data and compute resources for training.
Achieving 78% success in real-world grasping, SeededGrasp redefines efficiency in robotic manipulation by decoupling semantic reasoning from geometric execution.
Practical robotic grasping in complex scenes requires both 3D spatial reasoning and alignment with task-specific requirements. Vision-language models (VLMs) offer a natural way to specify these requirements using language, but existing approaches either use a VLM to predict the grasp directly with limited spatial awareness, or train the VLM together with the grasping model, which requires significantly more data and compute. These limitations impede performance and have prevented scaling to multiple embodiments in complex scenes. We address this by proposing SeededGrasp, a novel data-efficient framework that enables a VLM to predict a seed point to be used as conditioning for a subsequent lightweight grasp-generation model. Our architecture decouples high-level semantic reasoning from low-level geometric execution, enabling multi-embodiment support while bypassing the need for expensive end-to-end training. To enable training such models, we release the first multi-embodiment tabletop grasping dataset comprising over 2.5M grasps in cluttered scenes. Experimental results demonstrate that our approach outperforms existing baselines, achieving 72% success in simulation and 78% in real-world grasping experiments. See our project site for data and code: https://uoft-isl.github.io/seeded-grasp/