paper-with-me

Papers

SOLO: Segmenting Objects by Locations

2019-12-10 · ECCV 2020 8 · Xinlong Wang, Tao Kong, Chunhua Shen, Yuning Jiang, Lei LI

We present a new, embarrassingly simple approach to instance segmentation in images. Compared to many other dense prediction tasks, e.g., semantic segmentation, it is the arbitrary number of instances that have made instance segmentation much more challenging. In order to predict a mask for each instance, mainstream approaches either follow the 'detect-thensegment' strategy as used by Mask R-CNN, or predict category masks first then use clustering techniques to group pixels into individual instances. We view the task of instance segmentation from a completely new perspective by introducing the notion of "instance categories", which assigns categories to each pixel within an instance according to the instance's location and size, thus nicely converting instance mask segmentation into a classification-solvable problem. Now instance segmentation is decomposed into two classification tasks. We demonstrate a much simpler and flexible instance segmentation framework with strong performance, achieving on par accuracy with Mask R-CNN and outperforming recent singleshot instance segmenters in accuracy. We hope that this very simple and strong framework can serve as a baseline for many instance-level recognition tasks besides instance segmentation.

📄 PDF Abstract BibTeX arXiv:1912.04488

Code (24)

Fei-dong/SOLO_SORT pytorch
MY-Swich/SOLO pytorch
MY-Swich/SOLO_my pytorch
MY-Swich/solo-len pytorch
MaiHon/Solo pytorch
PaddlePaddle/PaddleDetection paddle
Pxtri2156/AdelaiDet_v2 pytorch
TengFeiHan0/Instance-Wise-Depth pytorch
WXinlong/SOLO paddle
XXXVincent/SOLO pytorch
aim-uofa/AdelaiDet pytorch
aim-uofa/adet pytorch
blueardour/AdelaiDet pytorch
divyachandana/solo-semantic-segmentation pytorch
dqxiu/kassess pytorch
hades12580/solov2_mmdet pytorch
hukefei/SOLO-master pytorch
mvpzhangqiu/SOLOV2 pytorch
open-mmlab/mmdetection pytorch
quanghona/SOLO_tf2 tf
quangvy2703/ABCNet-ESRGAN-SRTEXT pytorch
trhieu310/customDataset pytorch
zhaozhijie1997/Unifed-Lane-and-Traffic-Sign-detection pytorch
zhubinQAQ/Ins pytorch

Tasks

ClusteringGeneral ClassificationInstance SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

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 설명 없음
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…
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 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
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…

Similar Papers 제목 키워드 기반

SOLOv2: Dynamic and Fast Instance Segmentation

2020-03-23 · NeurIPS 2020 12 · Xinlong Wang, Rufeng Zhang, Tao Kong, Lei LI 외

In this work, we aim at building a simple, direct, and fast instance segmentation framework with strong performance. We follow the principle of the SOLO method of Wang et al. "SOLO: segmenting objects by locations". Impo…

Instance Segmentationobject-detectionObject DetectionPanoptic Segmentation+4

SOLO: A Simple Framework for Instance Segmentation

2021-06-30 · Xinlong Wang, Rufeng Zhang, Chunhua Shen, Tao Kong 외

Compared to many other dense prediction tasks, e.g., semantic segmentation, it is the arbitrary number of instances that has made instance segmentation much more challenging. In order to predict a mask for each instance,…

Image MattingInstance Segmentationobject-detectionObject Detection+3

SODAR: Segmenting Objects by DynamicallyAggregating Neighboring Mask Representations

2022-02-15 · Tao Wang, Jun Hao Liew, Yu Li, Yunpeng Chen 외

Recent state-of-the-art one-stage instance segmentation model SOLO divides the input image into a grid and directly predicts per grid cell object masks with fully-convolutional networks, yielding comparably good performa…

Instance SegmentationObjectSemantic Segmentation

Structural Segmentation and Labeling of Tabla Solo Performances

2022-11-16 · Gowriprasad R, R Aravind, Hema A Murthy

Tabla is a North Indian percussion instrument used as an accompaniment and an exclusive instrument for solo performances. Tabla solo is intricate and elaborate, exhibiting rhythmic evolution through a sequence of homogen…

Information RetrievalMusic Information RetrievalRetrieval

FreeSOLO: Learning to Segment Objects without Annotations

2022-02-24 · CVPR 2022 1 · Xinlong Wang, Zhiding Yu, Shalini De Mello, Jan Kautz 외

Instance segmentation is a fundamental vision task that aims to recognize and segment each object in an image. However, it requires costly annotations such as bounding boxes and segmentation masks for learning. In this w…

Instance Segmentationobject-detectionObject DetectionSegmentation+2