ICCV 2017poster344 citations

SGN: Sequential Grouping Networks for Instance Segmentation

Shu Liu, Jiaya Jia, Sanja Fidler, Raquel Urtasun

Abstract

In this paper, we propose Sequential Grouping Networks (SGN) to tackle the problem of object instance segmentation. SGNs employ a sequence of neural networks, each solving a sub-grouping problem of increasing semantic complexity in order to gradually compose objects out of pixels. In particular, the first network aims to group pixels along each image row and column by predicting horizontal and vertical object breakpoints. These breakpoints are then used to create line segments. By exploiting two-directional information, the second network groups horizontal and vertical lines into connected components. Finally, the third network groups the connected components into object instances. Our experiments show that our SGN significantly outperforms state-of-the-art approaches in both, the Cityscapes dataset as well as PASCAL VOC.

BibTeX
@inproceedings{iccv2017_sgnsequentialgro,
  title = {SGN: Sequential Grouping Networks for Instance Segmentation},
  author = {Shu Liu and Jiaya Jia and Sanja Fidler and Raquel Urtasun},
  booktitle = {ICCV 2017},
  year = {2017}
}
SGN: Sequential Grouping Networks for Instance Segmentation · ICCV 2017