CVLGIVJun 28, 2020

A Survey on Instance Segmentation: State of the art

arXiv:2007.00047v1524 citations
Originality Synthesis-oriented
AI Analysis

It is a survey paper, so it is incremental, summarizing existing knowledge for researchers interested in instance segmentation.

This survey paper reviews the state of the art in instance segmentation, covering its background, techniques, datasets, and future scope to provide valuable information for researchers in the field.

Object detection or localization is an incremental step in progression from coarse to fine digital image inference. It not only provides the classes of the image objects, but also provides the location of the image objects which have been classified. The location is given in the form of bounding boxes or centroids. Semantic segmentation gives fine inference by predicting labels for every pixel in the input image. Each pixel is labelled according to the object class within which it is enclosed. Furthering this evolution, instance segmentation gives different labels for separate instances of objects belonging to the same class. Hence, instance segmentation may be defined as the technique of simultaneously solving the problem of object detection as well as that of semantic segmentation. In this survey paper on instance segmentation -- its background, issues, techniques, evolution, popular datasets, related work up to the state of the art and future scope have been discussed. The paper provides valuable information for those who want to do research in the field of instance segmentation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes