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

Pixelwise Instance Segmentation with a Dynamically Instantiated Network

About

Semantic segmentation and object detection research have recently achieved rapid progress. However, the former task has no notion of different instances of the same object, and the latter operates at a coarse, bounding-box level. We propose an Instance Segmentation system that produces a segmentation map where each pixel is assigned an object class and instance identity label. Most approaches adapt object detectors to produce segments instead of boxes. In contrast, our method is based on an initial semantic segmentation module, which feeds into an instance subnetwork. This subnetwork uses the initial category-level segmentation, along with cues from the output of an object detector, within an end-to-end CRF to predict instances. This part of our model is dynamically instantiated to produce a variable number of instances per image. Our end-to-end approach requires no post-processing and considers the image holistically, instead of processing independent proposals. Therefore, unlike some related work, a pixel cannot belong to multiple instances. Furthermore, far more precise segmentations are achieved, as shown by our state-of-the-art results (particularly at high IoU thresholds) on the Pascal VOC and Cityscapes datasets.

Anurag Arnab, Philip H.S Torr• 2017

Related benchmarks

TaskDatasetResultRank
Panoptic SegmentationCityscapes (val)
PQ53.8
276
Instance SegmentationCityscapes (test)
AP (Overall)23.4
122
Panoptic SegmentationCityscapes (test)
PQ55.4
51
Instance SegmentationVOC 2012 (val)
AP^r @ IoU=0.561.7
13
Showing 4 of 4 rows

Other info

Follow for update