Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

PolarMask: Single Shot Instance Segmentation with Polar Representation

About

In this paper, we introduce an anchor-box free and single shot instance segmentation method, which is conceptually simple, fully convolutional and can be used as a mask prediction module for instance segmentation, by easily embedding it into most off-the-shelf detection methods. Our method, termed PolarMask, formulates the instance segmentation problem as instance center classification and dense distance regression in a polar coordinate. Moreover, we propose two effective approaches to deal with sampling high-quality center examples and optimization for dense distance regression, respectively, which can significantly improve the performance and simplify the training process. Without any bells and whistles, PolarMask achieves 32.9% in mask mAP with single-model and single-scale training/testing on challenging COCO dataset. For the first time, we demonstrate a much simpler and flexible instance segmentation framework achieving competitive accuracy. We hope that the proposed PolarMask framework can serve as a fundamental and strong baseline for single shot instance segmentation tasks. Code is available at: github.com/xieenze/PolarMask.

Enze Xie, Peize Sun, Xiaoge Song, Wenhai Wang, Ding Liang, Chunhua Shen, Ping Luo• 2019

Related benchmarks

TaskDatasetResultRank
Instance SegmentationCOCO 2017 (val)--
1144
Instance SegmentationCOCO (val)
APmk30.5
472
Instance SegmentationCOCO (test-dev)
APM37.7
380
Instance SegmentationCOCO 2017 (test-dev)
AP (Overall)32.1
253
Human Pose EstimationCOCO keypoint (val)
AP62.7
23
Instance SegmentationSBD (val)
AP@0.50 (Mask)50.11
22
Instance SegmentationiSAID 1.0 (val)
AP27.2
13
Instance SegmentationCOCO 36 (test-dev)
AP32.1
9
Instance SegmentationiShape
mmAP (Antenna)0.00e+0
8
Boundary ReconstructionCOCO 2017
AUC-F74.05
3
Showing 10 of 12 rows

Other info

Code

Follow for update