paper-with-me

Papers

When Transformer Meets Robotic Grasping: Exploits Context for Efficient Grasp Detection

2022-02-24 · Shaochen Wang, Zhangli Zhou, Zhen Kan

In this paper, we present a transformer-based architecture, namely TF-Grasp, for robotic grasp detection. The developed TF-Grasp framework has two elaborate designs making it well suitable for visual grasping tasks. The first key design is that we adopt the local window attention to capture local contextual information and detailed features of graspable objects. Then, we apply the cross window attention to model the long-term dependencies between distant pixels. Object knowledge, environmental configuration, and relationships between different visual entities are aggregated for subsequent grasp detection. The second key design is that we build a hierarchical encoder-decoder architecture with skip-connections, delivering shallow features from encoder to decoder to enable a multi-scale feature fusion. Due to the powerful attention mechanism, the TF-Grasp can simultaneously obtain the local information (i.e., the contours of objects), and model long-term connections such as the relationships between distinct visual concepts in clutter. Extensive computational experiments demonstrate that the TF-Grasp achieves superior results versus state-of-art grasping convolutional models and attain a higher accuracy of 97.99% and 94.6% on Cornell and Jacquard grasping datasets, respectively. Real-world experiments using a 7DoF Franka Emika Panda robot also demonstrate its capability of grasping unseen objects in a variety of scenarios. The code and pre-trained models will be available at https://github.com/WangShaoSUN/grasp-transformer

📄 PDF Abstract BibTeX arXiv:2202.11911

Code (1)

wangshaosun/grasp-transformer 공식 구현 pytorch

Tasks

DecoderRobotic Grasping

Similar Papers 제목 키워드 기반

Why Look at It at All?: Vision-Free Multifingered Blind Grasping Using Uniaxial Fingertip Force Sensing

2026-02-07 · Edgar Lee, Junho Choi, Taemin Kim, Changjoo Nam 외 arxiv

Grasping under limited sensing remains a fundamental challenge for real-world robotic manipulation, as vision and high-resolution tactile sensors often introduce cost, fragility, and integration complexity. This work dem…

3DSGrasp: 3D Shape-Completion for Robotic Grasp

2023-01-02 · Seyed S. Mohammadi, Nuno F. Duarte, Dimitris Dimou, Yiming Wang 외

Real-world robotic grasping can be done robustly if a complete 3D Point Cloud Data (PCD) of an object is available. However, in practice, PCDs are often incomplete when objects are viewed from few and sparse viewpoints b…

DecoderRobotic Grasping

TARGO: Benchmarking Target-driven Object Grasping under Occlusions

2024-07-08 · Yan Xia, Ran Ding, Ziyuan Qin, Guanqi Zhan 외

Recent advances in predicting 6D grasp poses from a single depth image have led to promising performance in robotic grasping. However, previous grasping models face challenges in cluttered environments where nearby objec…

BenchmarkingObjectRobotic Grasping

FViT-Grasp: Grasping Objects With Using Fast Vision Transformers

2023-11-23 · Arda Sarp Yenicesu, Berk Cicek, Ozgur S. Oguz

This study addresses the challenge of manipulation, a prominent issue in robotics. We have devised a novel methodology for swiftly and precisely identifying the optimal grasp point for a robot to manipulate an object. Ou…

Robotic Grasping

Evaluating Gaussian Grasp Maps for Generative Grasping Models

2022-06-01 · William Prew, Toby P. Breckon, Magnus Bordewich, Ulrik Beierholm

Generalising robotic grasping to previously unseen objects is a key task in general robotic manipulation. The current method for training many antipodal generative grasping models rely on a binary ground truth grasp map …

ObjectRobotic GraspingTransfer Learning