paper-with-me

Papers

EmbedMask: Embedding Coupling for One-stage Instance Segmentation

2019-12-04 · Hui Ying, Zhaojin Huang, Shu Liu, Tianjia Shao, Kun Zhou

Current instance segmentation methods can be categorized into segmentation-based methods that segment first then do clustering, and proposal-based methods that detect first then predict masks for each instance proposal using repooling. In this work, we propose a one-stage method, named EmbedMask, that unifies both methods by taking advantages of them. Like proposal-based methods, EmbedMask builds on top of detection models making it strong in detection capability. Meanwhile, EmbedMask applies extra embedding modules to generate embeddings for pixels and proposals, where pixel embeddings are guided by proposal embeddings if they belong to the same instance. Through this embedding coupling process, pixels are assigned to the mask of the proposal if their embeddings are similar. The pixel-level clustering enables EmbedMask to generate high-resolution masks without missing details from repooling, and the existence of proposal embedding simplifies and strengthens the clustering procedure to achieve high speed with higher performance than segmentation-based methods. Without any bells and whistles, EmbedMask achieves comparable performance as Mask R-CNN, which is the representative two-stage method, and can produce more detailed masks at a higher speed. Code is available at github.com/yinghdb/EmbedMask.

📄 PDF Abstract BibTeX arXiv:1912.01954

Code (3)

yinghdb/EmbedMask 공식 구현 pytorch
TengFeiHan0/Instance-Wise-Depth pytorch
gakkiri/EmbedMask pytorch

Tasks

ClusteringInstance SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
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…
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$…
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…
Average Pooling 설명 없음
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…
Residual Connection 설명 없음
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…

Similar Papers 제목 키워드 기반

Instance segmentation with the number of clusters incorporated in embedding learning

2021-03-27 · Jianfeng Cao, Hong Yan

Semantic and instance segmentation algorithms are two general yet distinct image segmentation solutions powered by Convolution Neural Network. While semantic segmentation benefits extensively from the end-to-end training…

ClusteringImage SegmentationInstance SegmentationSegmentation+1

PointTrack++ for Effective Online Multi-Object Tracking and Segmentation

2020-07-03 · Zhenbo Xu, Wei zhang, Xiao Tan, Wei Yang 외

Multiple-object tracking and segmentation (MOTS) is a novel computer vision task that aims to jointly perform multiple object tracking (MOT) and instance segmentation. In this work, we present PointTrack++, an effective …

Data AugmentationDecoderInstance SegmentationMulti-Object Tracking+7

OSFormer: One-Stage Camouflaged Instance Segmentation with Transformers

2022-07-05 · Jialun Pei, Tianyang Cheng, Deng-Ping Fan, He Tang 외

We present OSFormer, the first one-stage transformer framework for camouflaged instance segmentation (CIS). OSFormer is based on two key designs. First, we design a location-sensing transformer (LST) to obtain the locati…

Instance SegmentationSemantic Segmentation

Learning Category- and Instance-Aware Pixel Embedding for Fast Panoptic Segmentation

2020-09-28 · Naiyu Gao, Yanhu Shan, Xin Zhao, Kaiqi Huang

Panoptic segmentation (PS) is a complex scene understanding task that requires providing high-quality segmentation for both thing objects and stuff regions. Previous methods handle these two classes with semantic and ins…

Instance SegmentationPanoptic SegmentationScene UnderstandingSegmentation+1

ASIST: Annotation-free synthetic instance segmentation and tracking for microscope video analysis

2020-11-02 · Quan Liu, Isabella M. Gaeta, Mengyang Zhao, Ruining Deng 외

Instance object segmentation and tracking provide comprehensive quantification of objects across microscope videos. The recent single-stage pixel-embedding based deep learning approach has shown its superior performance …

Generative Adversarial NetworkImage SegmentationInstance SegmentationSegmentation+1