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

AdaptIS: Adaptive Instance Selection Network

About

We present Adaptive Instance Selection network architecture for class-agnostic instance segmentation. Given an input image and a point $(x, y)$, it generates a mask for the object located at $(x, y)$. The network adapts to the input point with a help of AdaIN layers, thus producing different masks for different objects on the same image. AdaptIS generates pixel-accurate object masks, therefore it accurately segments objects of complex shape or severely occluded ones. AdaptIS can be easily combined with standard semantic segmentation pipeline to perform panoptic segmentation. To illustrate the idea, we perform experiments on a challenging toy problem with difficult occlusions. Then we extensively evaluate the method on panoptic segmentation benchmarks. We obtain state-of-the-art results on Cityscapes and Mapillary even without pretraining on COCO, and show competitive results on a challenging COCO dataset. The source code of the method and the trained models are available at https://github.com/saic-vul/adaptis.

Konstantin Sofiiuk, Olga Barinova, Anton Konushin• 2019

Related benchmarks

TaskDatasetResultRank
Semantic segmentationCityscapes (val)
mIoU79.2
572
Panoptic SegmentationCityscapes (val)
PQ62
276
Instance SegmentationCityscapes (val)
AP36.3
239
Panoptic SegmentationCOCO (val)
PQ42.3
219
Panoptic SegmentationCOCO 2017 (val)
PQ42.3
172
Panoptic SegmentationCOCO (test-dev)
PQ42.8
162
Instance SegmentationCityscapes (test)
AP (Overall)32.5
122
Panoptic SegmentationMapillary Vistas (val)
PQ35.9
82
Panoptic SegmentationCityscapes (test)
PQ32.5
51
Panoptic SegmentationCOCO 2017 (test-dev)
PQ42.8
41
Showing 10 of 15 rows

Other info

Code

Follow for update