paper-with-me

Papers

Explicit Shape Encoding for Real-Time Instance Segmentation

2019-08-12 · ICCV 2019 10 · Wenqiang Xu, Haiyang Wang, Fubo Qi, Cewu Lu

In this paper, we propose a novel top-down instance segmentation framework based on explicit shape encoding, named \textbf{ESE-Seg}. It largely reduces the computational consumption of the instance segmentation by explicitly decoding the multiple object shapes with tensor operations, thus performs the instance segmentation at almost the same speed as the object detection. ESE-Seg is based on a novel shape signature Inner-center Radius (IR), Chebyshev polynomial fitting and the strong modern object detectors. ESE-Seg with YOLOv3 outperforms the Mask R-CNN on Pascal VOC 2012 at mAP$^r$@0.5 while 7 times faster.

📄 PDF Abstract BibTeX arXiv:1908.04067

Code (1)

WenqiangX/ese_seg 공식 구현 mxnet

Tasks

Instance SegmentationObjectobject-detectionObject DetectionReal-time Instance 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…
Average Pooling 설명 없음
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
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…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

Share With Thy Neighbors: Single-View Reconstruction by Cross-Instance Consistency

2022-04-21 · Tom Monnier, Matthew Fisher, Alexei A. Efros, Mathieu Aubry

Approaches for single-view reconstruction typically rely on viewpoint annotations, silhouettes, the absence of background, multiple views of the same instance, a template shape, or symmetry. We avoid all such supervision…

3D Object Reconstruction3D Object Reconstruction From A Single Image3D ReconstructionObject+1

Learning Universal Shape Dictionary for Realtime Instance Segmentation

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

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. …

Explainable ModelsGPUInstance SegmentationObject+2

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

Intrinsic Point Cloud Interpolation via Dual Latent Space Navigation

2020-04-03 · ECCV 2020 8 · Marie-Julie Rakotosaona, Maks Ovsjanikov

We present a learning-based method for interpolating and manipulating 3D shapes represented as point clouds, that is explicitly designed to preserve intrinsic shape properties. Our approach is based on constructing a dua…

Implicit State and Goals in QBF Encodings for Positional Games (extended version)

2023-01-18 · Irfansha Shaik, Valentin Mayer-Eichberger, Jaco van de Pol, Abdallah Saffidine

We address two bottlenecks for concise QBF encodings of maker-breaker positional games, like Hex and Tic-Tac-Toe. Our baseline is a QBF encoding with explicit variables for board positions and an explicit representation …