paper-with-me

Papers

Deeply Shape-guided Cascade for Instance Segmentation

2019-11-25 · CVPR 2021 1 · Hao Ding, Siyuan Qiao, Alan Yuille, Wei Shen

The key to a successful cascade architecture for precise instance segmentation is to fully leverage the relationship between bounding box detection and mask segmentation across multiple stages. Although modern instance segmentation cascades achieve leading performance, they mainly make use of a unidirectional relationship, i.e., mask segmentation can benefit from iteratively refined bounding box detection. In this paper, we investigate an alternative direction, i.e., how to take the advantage of precise mask segmentation for bounding box detection in a cascade architecture. We propose a Deeply Shape-guided Cascade (DSC) for instance segmentation, which iteratively imposes the shape guidances extracted from mask prediction at the previous stage on bounding box detection at current stage. It forms a bi-directional relationship between the two tasks by introducing three key components: (1) Initial shape guidance: A mask-supervised Region Proposal Network (mPRN) with the ability to generate class-agnostic masks; (2) Explicit shape guidance: A mask-guided region-of-interest (RoI) feature extractor, which employs mask segmentation at previous stage to focus feature extraction at current stage within a region aligned well with the shape of the instance-of-interest rather than a rectangular RoI; (3) Implicit shape guidance: A feature fusion operation which feeds intermediate mask features at previous stage to the bounding box head at current stage. Experimental results show that DSC outperforms the state-of-the-art instance segmentation cascade, Hybrid Task Cascade (HTC), by a large margin and achieves 51.8 box AP and 45.5 mask AP on COCO test-dev. The code is released at: https://github.com/hding2455/DSC.

📄 PDF Abstract BibTeX arXiv:1911.11263

Code (1)

hding2455/DSC 공식 구현 pytorch

Tasks

Instance SegmentationRegion ProposalSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

FPN 설명 없음
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
HTC 설명 없음
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…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…

Similar Papers 제목 키워드 기반

Deeply-Supervised CNN for Prostate Segmentation

2017-03-22 · Qikui Zhu, Bo Du, Baris Turkbey, Peter L . Choyke 외

Prostate segmentation from Magnetic Resonance (MR) images plays an important role in image guided interven- tion. However, the lack of clear boundary specifically at the apex and base, and huge variation of shape and tex…

Segmentation

Deeply Self-Supervised Contour Embedded Neural Network Applied to Liver Segmentation

2018-08-02 · Minyoung Chung, Jingyu Lee, Minkyung Lee, Jeongjin Lee 외

Objective: Herein, a neural network-based liver segmentation algorithm is proposed, and its performance was evaluated using abdominal computed tomography (CT) images. Methods: A fully convolutional network was developed …

Computed Tomography (CT)Image SegmentationLiver SegmentationSegmentation+1

Aligning Instance-Semantic Sparse Representation towards Unsupervised Object Segmentation and Shape Abstraction with Repeatable Primitives

2025-03-10 · Jiaxin Li, Hongxing Wang, Jiawei Tan, Zhilong Ou 외

Understanding 3D object shapes necessitates shape representation by object parts abstracted from results of instance and semantic segmentation. Promising shape representations enable computers to interpret a shape with m…

Instance SegmentationObjectSemantic SegmentationUnsupervised Object Segmentation

A Novel Shape Guided Transformer Network for Instance Segmentation in Remote Sensing Images

2024-12-31 · Dawen Yu, Shunping Ji

Instance segmentation performance in remote sensing images (RSIs) is significantly affected by two issues: how to extract accurate boundaries of objects from remote imaging through the dynamic atmosphere, and how to inte…

Instance SegmentationSegmentationSemantic Segmentation

Contextual Guided Segmentation Framework for Semi-supervised Video Instance Segmentation

2021-06-07 · Trung-Nghia Le, Tam V. Nguyen, Minh-Triet Tran

In this paper, we propose Contextual Guided Segmentation (CGS) framework for video instance segmentation in three passes. In the first pass, i.e., preview segmentation, we propose Instance Re-Identification Flow to estim…

Human-Object Interaction DetectionInstance SegmentationSegmentationSemantic Segmentation+1