Single-View Shape Completion for Robotic Grasping in Clutter
Abhishek Kashyap, Yuxuan Yang, Henrik Andreasson, Todor Stoyanov
TL;DR
The paper tackles grasping in clutter from a single view by using diffusion-based category-level shape completion to infer complete object geometry from partial depth. It integrates open-vocabulary segmentation (LangSAM), diffusion-SDF based shape completion, and a GraspGen-based grasp inference module in a modular pipeline, demonstrated on real robotic hardware. Results show that completing the object shape significantly improves grasp success, outperforming a no-completion baseline by 23% and a recent diffusion-based method by 19%, across diverse household objects. The work highlights practical gains for robotic manipulation in clutter and points to future directions like language-guided shape completion and faster inference.
Abstract
In vision-based robot manipulation, a single camera view can only capture one side of objects of interest, with additional occlusions in cluttered scenes further restricting visibility. As a result, the observed geometry is incomplete, and grasp estimation algorithms perform suboptimally. To address this limitation, we leverage diffusion models to perform category-level 3D shape completion from partial depth observations obtained from a single view, reconstructing complete object geometries to provide richer context for grasp planning. Our method focuses on common household items with diverse geometries, generating full 3D shapes that serve as input to downstream grasp inference networks. Unlike prior work, which primarily considers isolated objects or minimal clutter, we evaluate shape completion and grasping in realistic clutter scenarios with household objects. In preliminary evaluations on a cluttered scene, our approach consistently results in better grasp success rates than a naive baseline without shape completion by 23% and over a recent state of the art shape completion approach by 19%. Our code is available at https://amm.aass.oru.se/shape-completion-grasping/.
