JackieZhangdx / InstanceSegmentationList

This repository contains lists of state-or-art semantic instance segmentation works

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instance Semantic Segmentation List

This repository contains lists of state-or-art instance semantic segmentation works. Papers and resources are listed below according to method types.

  • Paper list
    • detection based
    • segmentation based

Brief introduction

Instance semantic segmentation is a area closely related to detection and semantic segmentation. In particular, it could be seen as detection plus foreground mask. But mostly it is not able to segment non-object pixels such as sky, land etc(which considered as a scene parsing task under semantic segmentation). For quick review related topics, see these survey papers:

Speed/accuracy trade-offs for modern convolutional object detectors, CVPR 2017

Survey of recent progress in semantic image segmentation with CNNs, until 201706

Dataset and benchmark here

Dataset Train Val Link Note
Pascal VOC 12 Aug 10582 1449 SegVOC12 origin train 1464+SDB
Pascal VOC SDB val 5623 5732 SDB similar to VOC12 Main
COCO 115k 5k COCO coco_2014_minival
CityScapes 5000 / CityScapes evaluation server

Note: Pascal VOC could refer to different split of dataset. Original VOC12 segmentation task consists of train/val/test 1464/1449/1456 images respectively without instance information. It is designed for semantic segmentation. SDB provides instance-aware annotations for images from Pascal VOC12. And their split(8k/3k) differ from VOC, so another split from them Pasval VOC SDB val is provided, which is similar to Pascal VOC Main split(5717/5823).

1.Detection-based methods

2.Segmentation-based methods

3.Others

About

This repository contains lists of state-or-art semantic instance segmentation works