paper-with-me

홈 › Papers

Densely Supervised Grasp Detector (DSGD)

2018-10-01 · Umar Asif, Jianbin Tang, Stefan Harrer

This paper presents Densely Supervised Grasp Detector (DSGD), a deep learning framework which combines CNN structures with layer-wise feature fusion and produces grasps and their confidence scores at different levels of the image hierarchy (i.e., global-, region-, and pixel-levels). % Specifically, at the global-level, DSGD uses the entire image information to predict a grasp. At the region-level, DSGD uses a region proposal network to identify salient regions in the image and predicts a grasp for each salient region. At the pixel-level, DSGD uses a fully convolutional network and predicts a grasp and its confidence at every pixel. % During inference, DSGD selects the most confident grasp as the output. This selection from hierarchically generated grasp candidates overcomes limitations of the individual models. % DSGD outperforms state-of-the-art methods on the Cornell grasp dataset in terms of grasp accuracy. % Evaluation on a multi-object dataset and real-world robotic grasping experiments show that DSGD produces highly stable grasps on a set of unseen objects in new environments. It achieves 97% grasp detection accuracy and 90% robotic grasping success rate with real-time inference speed.

📄 PDF Abstract BibTeX arXiv:1810.03962

Code (0)

등록된 구현이 없습니다.

Tasks

Region ProposalRobotic Grasping

Similar Papers 제목 키워드 기반

A Solution to Product detection in Densely Packed Scenes

2020-07-23 · Tianze Rong, Yanjia Zhu, Hongxiang Cai, Yichao Xiong

This work is a solution to densely packed scenes dataset SKU-110k. Our work is modified from Cascade R-CNN. To solve the problem, we proposed a random crop strategy to ensure both the sampling rate and input scale is rel…

Dense Object Detection

AdaClearGrasp: Learning Adaptive Clearing for Zero-Shot Robust Dexterous Grasping in Densely Cluttered Environments

2026-03-11 · Zixuan Chen, Wenquan Zhang, Jing Fang, Ruiming Zeng 외 arxiv

In densely cluttered environments, physical interference, visual occlusions, and unstable contacts often cause direct dexterous grasping to fail, while aggressive singulation strategies may compromise safety. Enabling ro…

Zero-shot GeneralizationReinforcement Learning

CaTGrasp: Learning Category-Level Task-Relevant Grasping in Clutter from Simulation

2021-09-19 · Bowen Wen, Wenzhao Lian, Kostas Bekris, Stefan Schaal

Task-relevant grasping is critical for industrial assembly, where downstream manipulation tasks constrain the set of valid grasps. Learning how to perform this task, however, is challenging, since task-relevant grasp lab…

Domain AdaptationDomain GeneralizationGrasp Contact PredictionGrasp Generation+6

FuncGrasp: Learning Object-Centric Neural Grasp Functions from Single Annotated Example Object

2024-02-08 · Hanzhi Chen, Binbin Xu, Stefan Leutenegger

We present FuncGrasp, a framework that can infer dense yet reliable grasp configurations for unseen objects using one annotated object and single-view RGB-D observation via categorical priors. Unlike previous works that …

Object

GraRe: Grasp Candidate Re-Ranking for Frozen 6-DoF Grasp Detectors

2026-08-02 · Jibao Yuan, Yuhui Zhao, Yinzhen Lv, Chao Xu 외 arxiv

Existing 6-DoF grasp detectors typically rank grasp candidates by detector confidence. However, our analysis on GraspNet-1Billion shows that detector confidence is often poorly aligned with grasp quality, causing success…