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

SOLO: Segmenting Objects by Locations

About

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.

Xinlong Wang, Tao Kong, Chunhua Shen, Yuning Jiang, Lei Li• 2019

Related benchmarks

TaskDatasetResultRank
Instance SegmentationCOCO 2017 (val)
APm0.393
1144
Instance SegmentationCOCO (val)
APmk37.4
472
Instance SegmentationCOCO (test-dev)
APM43.6
380
Instance SegmentationCOCO 2017 (test-dev)
AP (Overall)38.8
253
Saliency RankingASSR (test)
SOR80.5
17
Object DetectionM6Doc (test)
mAP38.7
17
Instance SegmentationM6Doc (test)
mAP38.7
16
Instance SegmentationiSAID 1.0 (val)
AP23.5
13
Saliency RankingIRSR (test)
SA-SOR0.499
12
Showing 9 of 9 rows

Other info

Code

Follow for update