paper-with-me

홈 › Papers

LAC-Net: Linear-Fusion Attention-Guided Convolutional Network for Accurate Robotic Grasping Under the Occlusion

2024-08-06 · Jinyu Zhang, Yongchong Gu, Jianxiong Gao, Haitao Lin, Qiang Sun, Xinwei Sun, xiangyang xue, Yanwei Fu

This paper addresses the challenge of perceiving complete object shapes through visual perception. While prior studies have demonstrated encouraging outcomes in segmenting the visible parts of objects within a scene, amodal segmentation, in particular, has the potential to allow robots to infer the occluded parts of objects. To this end, this paper introduces a new framework that explores amodal segmentation for robotic grasping in cluttered scenes, thus greatly enhancing robotic grasping abilities. Initially, we use a conventional segmentation algorithm to detect the visible segments of the target object, which provides shape priors for completing the full object mask. Particularly, to explore how to utilize semantic features from RGB images and geometric information from depth images, we propose a Linear-fusion Attention-guided Convolutional Network (LAC-Net). LAC-Net utilizes the linear-fusion strategy to effectively fuse this cross-modal data, and then uses the prior visible mask as attention map to guide the network to focus on target feature locations for further complete mask recovery. Using the amodal mask of the target object provides advantages in selecting more accurate and robust grasp points compared to relying solely on the visible segments. The results on different datasets show that our method achieves state-of-the-art performance. Furthermore, the robot experiments validate the feasibility and robustness of this method in the real world. Our code and demonstrations are available on the project page: https://jrryzh.github.io/LAC-Net.

📄 PDF Abstract BibTeX arXiv:2408.03238

Code (0)

등록된 구현이 없습니다.

Tasks

ObjectRobotic GraspingSegmentation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

AGG-Net: Attention Guided Gated-convolutional Network for Depth Image Completion

2023-09-04 · ICCV 2023 1 · Dongyue Chen, Tingxuan Huang, Zhimin Song, Shizhuo Deng 외

Recently, stereo vision based on lightweight RGBD cameras has been widely used in various fields. However, limited by the imaging principles, the commonly used RGB-D cameras based on TOF, structured light, or binocular v…

RFM-Editing 2: Text-Guided Audio Editing with Rectified Flow Matching and Coarse-to-Fine Diffusion Transformers

2026-06-18 · Liting Gao, Yonggang Zhu, Yaru Chen, Dongyu Wang 외 arxiv

Audio editing aims to modify specific content in an existing audio clip according to a text instruction or description while preserving the remaining acoustic content. Despite the remarkable progress of diffusion models,…

DiGAN: Diffusion-Guided Attention Network for Early Alzheimer's Disease Detection

2026-02-02 · Maxx Richard Rahman, Mostafa Hammouda, Wolfgang Maass arxiv

Early diagnosis of Alzheimer's disease (AD) remains a major challenge due to the subtle and temporally irregular progression of structural brain changes in the prodromal stages. Existing deep learning approaches require …

Alzheimer's Disease Detection

MAF-Net: Multiple attention-guided fusion network for fundus vascular image segmentation

2023-05-05 · Yuanyuan Peng, Pengpeng Luan, Zixu Zhang

Accurately segmenting blood vessels in retinal fundus images is crucial in the early screening, diagnosing, and evaluating some ocular diseases, yet it poses a nontrivial uncertainty for the segmentation task due to vari…

Image SegmentationSemantic Segmentation

CageViT: Convolutional Activation Guided Efficient Vision Transformer

2023-05-17 · Hao Zheng, Jinbao Wang, XianTong Zhen, Hong Chen 외

Recently, Transformers have emerged as the go-to architecture for both vision and language modeling tasks, but their computational efficiency is limited by the length of the input sequence. To address this, several effic…

Computational Efficiencyimage-classificationImage ClassificationLanguage Modeling+1