paper-with-me

홈 › Papers

Learning Universal Shape Dictionary for Realtime Instance Segmentation

2020-12-02 · Tutian Tang, Wenqiang Xu, Ruolin Ye, Lixin Yang, Cewu Lu

We present a novel explicit shape representation for instance segmentation. Based on how to model the object shape, current instance segmentation systems can be divided into two categories, implicit and explicit models. The implicit methods, which represent the object mask/contour by intractable network parameters, and produce it through pixel-wise classification, are predominant. However, the explicit methods, which parameterize the shape with simple and explainable models, are less explored. Since the operations to generate the final shape are light-weighted, the explicit methods have a clear speed advantage over implicit methods, which is crucial for real-world applications. The proposed USD-Seg adopts a linear model, sparse coding with dictionary, for object shapes. First, it learns a dictionary from a large collection of shape datasets, making any shape being able to be decomposed into a linear combination through the dictionary. Hence the name "Universal Shape Dictionary". Then it adds a simple shape vector regression head to ordinary object detector, giving the detector segmentation ability with minimal overhead. For quantitative evaluation, we use both average precision (AP) and the proposed Efficiency of AP (AP$_E$) metric, which intends to also measure the computational consumption of the framework to cater to the requirements of real-world applications. We report experimental results on the challenging COCO dataset, in which our single model on a single Titan Xp GPU achieves 35.8 AP and 27.8 AP$_E$ at 65 fps with YOLOv4 as base detector, 34.1 AP and 28.6 AP$_E$ at 12 fps with FCOS as base detector.

📄 PDF Abstract BibTeX arXiv:2012.01050

Code (1)

YoruCathy/USDSeg-FCOS pytorch

Tasks

Explainable ModelsGPUInstance SegmentationObjectSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Grid Sensitive Grid Sensitive is a trick for object detection introduced by YOLOv4. When we decode the coordinate of the bounding box center $x$…
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…
Tanh Activation 설명 없음
Average Pooling 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
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…
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…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

GIN: Generative INvariant Shape Prior for Amodal Instance Segmentation

2023-09-22 · IEEE Transactions on Multimedia 2023 9 · Zhixuan Li, Weining Ye, Tingting Jiang, Tiejun Huang

Amodal instance segmentation (AIS) predicts the complete shape of the occluded object, including both visible and occluded regions. Because visual clues are lacking, the occluded region is difficult to segment accurately…

Amodal Instance SegmentationInstance SegmentationSegmentationSemantic Segmentation

Uni-3D: A Universal Model for Panoptic 3D Scene Reconstruction

2023-01-01 · ICCV 2023 1 · Xiang Zhang, Zeyuan Chen, Fangyin Wei, Zhuowen Tu

Performing holistic 3D scene understanding from a single-view observation, involving generating instance shapes and 3D scene segmentation, is a long-standing challenge. Prevailing works either focus only on geometry …

3D Scene ReconstructionImage SegmentationPanoptic SegmentationScene Parsing+4

Mixture-of-Shape-Experts (MoSE): End-to-End Shape Dictionary Framework to Prompt SAM for Generalizable Medical Segmentation

2025-04-13 · Jia Wei, Xiaoqi Zhao, Jonghye Woo, Jinsong Ouyang 외

Single domain generalization (SDG) has recently attracted growing attention in medical image segmentation. One promising strategy for SDG is to leverage consistent semantic shape priors across different imaging protocols…

Dictionary LearningDomain GeneralizationImage SegmentationMedical Image Segmentation+2

Deep3DPose: Realtime Reconstruction of Arbitrarily Posed Human Bodies from Single RGB Images

2021-06-22 · Liguo Jiang, Miaopeng Li, Jianjie Zhang, Congyi Wang 외

We introduce an approach that accurately reconstructs 3D human poses and detailed 3D full-body geometric models from single images in realtime. The key idea of our approach is a novel end-to-end multi-task deep learning …

Foreground Segmentation

iShape: A First Step Towards Irregular Shape Instance Segmentation

2021-09-30 · Lei Yang, Yan Zi Wei, Yisheng He, Wei Sun 외

In this paper, we introduce a brand new dataset to promote the study of instance segmentation for objects with irregular shapes. Our key observation is that though irregularly shaped objects widely exist in daily life an…

Instance SegmentationSegmentationSemantic Segmentation