paper-with-me

홈 › Papers

Bimodal SegNet: Instance Segmentation Fusing Events and RGB Frames for Robotic Grasping

2023-03-20 · Sanket Kachole, Xiaoqian Huang, Fariborz Baghaei Naeini, Rajkumar Muthusamy, Dimitrios Makris, Yahya Zweiri

Object segmentation for robotic grasping under dynamic conditions often faces challenges such as occlusion, low light conditions, motion blur and object size variance. To address these challenges, we propose a Deep Learning network that fuses two types of visual signals, event-based data and RGB frame data. The proposed Bimodal SegNet network has two distinct encoders, one for each signal input and a spatial pyramidal pooling with atrous convolutions. Encoders capture rich contextual information by pooling the concatenated features at different resolutions while the decoder obtains sharp object boundaries. The evaluation of the proposed method undertakes five unique image degradation challenges including occlusion, blur, brightness, trajectory and scale variance on the Event-based Segmentation (ESD) Dataset. The evaluation results show a 6-10\% segmentation accuracy improvement over state-of-the-art methods in terms of mean intersection over the union and pixel accuracy. The model code is available at https://github.com/sanket0707/Bimodal-SegNet.git

📄 PDF Abstract BibTeX arXiv:2303.11228

Code (1)

sanket0707/bimodal-segnet 공식 구현 tf

Tasks

DecoderInstance SegmentationObjectRobotic GraspingSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Batch Normalization 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Kaiming Initialization 설명 없음
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$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
SegNet SegNet is a semantic segmentation model. This core trainable segmentation architecture consists of an encoder network, a corresponding decoder network followed by a pixel-wise…

Similar Papers 제목 키워드 기반

U-NetMN and SegNetMN: Modified U-Net and SegNet models for bimodal SAR image segmentation

2025-06-05 · Marwane Kzadri, Franco Alberto Cardillo, Nanée Chahinian, Carole Delenne 외

Segmenting Synthetic Aperture Radar (SAR) images is crucial for many remote sensing applications, particularly water body detection. However, deep learning-based segmentation models often face challenges related to conve…

Body DetectionComputational EfficiencyImage SegmentationSegmentation+1

SegNet4D: Efficient Instance-Aware 4D Semantic Segmentation for LiDAR Point Cloud

2024-06-24 · Neng Wang, Ruibin Guo, Chenghao Shi, Ziyue Wang 외

4D LiDAR semantic segmentation, also referred to as multi-scan semantic segmentation, plays a crucial role in enhancing the environmental understanding capabilities of autonomous vehicles or robots. It classifies the sem…

Autonomous DrivingAutonomous NavigationAutonomous VehiclesLIDAR Semantic Segmentation+2

FUSegNet: A Deep Convolutional Neural Network for Foot Ulcer Segmentation

2023-05-04 · Mrinal Kanti Dhar, Taiyu Zhang, Yash Patel, Sandeep Gopalakrishnan 외

This paper presents FUSegNet, a new model for foot ulcer segmentation in diabetes patients, which uses the pre-trained EfficientNet-b7 as a backbone to address the issue of limited training samples. A modified spatial an…

Decoder

Multiple Instance Segmentation in Brachial Plexus Ultrasound Image Using BPMSegNet

2020-12-22 · Yi Ding, Qiqi Yang, Guozheng Wu, Jian Zhang 외

The identification of nerve is difficult as structures of nerves are challenging to image and to detect in ultrasound images. Nevertheless, the nerve identification in ultrasound images is a crucial step to improve perfo…

Instance SegmentationSemantic Segmentation

EV-LayerSegNet: Self-supervised Motion Segmentation using Event Cameras

2025-06-07 · Youssef Farah, Federico Paredes-Vallés, Guido de Croon, Muhammad Ahmed Humais 외

Event cameras are novel bio-inspired sensors that capture motion dynamics with much higher temporal resolution than traditional cameras, since pixels react asynchronously to brightness changes. They are therefore better …

DeblurringMotion SegmentationOptical Flow EstimationSegmentation+1