๐ค AI Summary
Addressing the challenge of verifying grasps on deformable objects, this paper proposes a purely vision-based two-stage approach: first localizing the robotic gripper using YOLOv8, then classifying grasp success via ResNet. Key contributions include: (1) introducing HSR-GraspSynthโthe first synthetic dataset specifically designed for grasp verification; (2) pioneering the use of Vision Question Answering (VQA) as a zero-shot baseline for this task; and (3) achieving efficient Sim2Real transfer, yielding high accuracy in real-world settings while enabling seamless integration into existing grasp pipelines. The method eliminates reliance on force or tactile sensors, significantly enhancing robustness for non-rigid objects. Both code and dataset are publicly released.
๐ Abstract
The verification of successful grasps is a crucial aspect of robot manipulation, particularly when handling deformable objects. Traditional methods relying on force and tactile sensors often struggle with deformable and non-rigid objects. In this work, we present a vision-based approach for grasp verification to determine whether the robotic gripper has successfully grasped an object. Our method employs a two-stage architecture; first YOLO-based object detection model to detect and locate the robot's gripper and then a ResNet-based classifier determines the presence of an object. To address the limitations of real-world data capture, we introduce HSR-GraspSynth, a synthetic dataset designed to simulate diverse grasping scenarios. Furthermore, we explore the use of Visual Question Answering capabilities as a zero-shot baseline to which we compare our model. Experimental results demonstrate that our approach achieves high accuracy in real-world environments, with potential for integration into grasping pipelines. Code and datasets are publicly available at https://github.com/pauamargant/HSR-GraspSynth .