paper-with-me

홈 › Papers

Real-time Instance Segmentation with Discriminative Orientation Maps

2021-06-23 · ICCV 2021 10 · Wentao Du, Zhiyu Xiang, Shuya Chen, Chengyu Qiao, Yiman Chen, Tingming Bai

Although instance segmentation has made considerable advancement over recent years, it's still a challenge to design high accuracy algorithms with real-time performance. In this paper, we propose a real-time instance segmentation framework termed OrienMask. Upon the one-stage object detector YOLOv3, a mask head is added to predict some discriminative orientation maps, which are explicitly defined as spatial offset vectors for both foreground and background pixels. Thanks to the discrimination ability of orientation maps, masks can be recovered without the need for extra foreground segmentation. All instances that match with the same anchor size share a common orientation map. This special sharing strategy reduces the amortized memory utilization for mask predictions but without loss of mask granularity. Given the surviving box predictions after NMS, instance masks can be concurrently constructed from the corresponding orientation maps with low complexity. Owing to the concise design for mask representation and its effective integration with the anchor-based object detector, our method is qualified under real-time conditions while maintaining competitive accuracy. Experiments on COCO benchmark show that OrienMask achieves 34.8 mask AP at the speed of 42.7 fps evaluated with a single RTX 2080 Ti. The code is available at https://github.com/duwt/OrienMask.

📄 PDF Abstract BibTeX arXiv:2106.12204

Code (1)

duwt/OrienMask 공식 구현 pytorch

Tasks

Foreground SegmentationInstance SegmentationReal-time Instance SegmentationSegmentationSemantic Segmentation

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$…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
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…
Batch Normalization 설명 없음
Residual Connection 설명 없음
Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
BNB Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Efficient Multi-Task RGB-D Scene Analysis for Indoor Environments

2022-07-10 · Daniel Seichter, Söhnke Benedikt Fischedick, Mona Köhler, Horst-Michael Groß

Semantic scene understanding is essential for mobile agents acting in various environments. Although semantic segmentation already provides a lot of information, details about individual objects as well as the general sc…

Instance SegmentationPanoptic SegmentationScene ClassificationScene Classification (unified classes)+3

A Deep Learning Approach to Teeth Segmentation and Orientation from Panoramic X-rays

2023-10-26 · Mrinal Kanti Dhar, Mou Deb, D. Madhab, Zeyun Yu

Accurate teeth segmentation and orientation are fundamental in modern oral healthcare, enabling precise diagnosis, treatment planning, and dental implant design. In this study, we present a comprehensive approach to teet…

Instance SegmentationSegmentationSemantic Segmentation

Ship Detection in Remote Sensing Imagery for Arbitrarily Oriented Object Detection

2025-03-17 · Bibi Erum Ayesha, T. Satyanarayana Murthy, Palamakula Ramesh Babu, Ramu Kuchipudi

This research paper presents an innovative ship detection system tailored for applications like maritime surveillance and ecological monitoring. The study employs YOLOv8 and repurposed U-Net, two advanced deep learning m…

Disaster ResponseInstance Segmentationobject-detectionObject Detection+2

Large-scale 6D Object Pose Estimation Dataset for Industrial Bin-Picking

2019-12-06 · Kilian Kleeberger, Christian Landgraf, Marco F. Huber

In this paper, we introduce a new public dataset for 6D object pose estimation and instance segmentation for industrial bin-picking. The dataset comprises both synthetic and real-world scenes. For both, point clouds, dep…

6D Pose Estimation using RGBInstance SegmentationObjectPose Estimation+3

Incremental Few-Shot Instance Segmentation

2021-05-11 · CVPR 2021 1 · Dan Andrei Ganea, Bas Boom, Ronald Poppe

Few-shot instance segmentation methods are promising when labeled training data for novel classes is scarce. However, current approaches do not facilitate flexible addition of novel classes. They also require that exampl…

Few-shot Instance SegmentationInstance SegmentationSegmentationSemantic Segmentation