Search papers, labs, and topics across Lattice.
This paper introduces SeededGrasp, a 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 novel multi-embodiment tabletop grasping dataset with over 2.5 million grasps, the authors enable the training of their model without the extensive data and compute requirements of traditional end-to-end approaches. Experimental results show that SeededGrasp achieves a 72% success rate in simulation and 78% in real-world scenarios, significantly outperforming existing methods.
SeededGrasp achieves a remarkable 78% success rate in real-world grasping by decoupling semantic reasoning from geometric execution, enabling efficient multi-embodiment support.
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/