TL;DR
This paper introduces a convolutional network that segments image regions based on a pointer pixel, enabling class-independent full image segmentation by sequentially identifying and stitching segments, even for unseen categories.
Contribution
The work presents a novel method for class-independent segmentation using a pointer-guided FCN, capable of segmenting both known and unknown categories without retraining.
Findings
Achieved 67% IOU on familiar classes
Achieved 53% IOU on unfamiliar classes
Effective for segmenting both objects and stuff
Abstract
This work examines the use of a fully convolutional net (FCN) to find an image segment, given a pixel within this segment region. The net receives an image, a point in the image and a region of interest (RoI ) mask. The net output is a binary mask of the segment in which the point is located. The region where the segment can be found is contained within the input RoI mask. Full image segmentation can be achieved by running this net sequentially, region-by-region on the image, and stitching the output segments into a single segmentation map. This simple method addresses two major challenges of image segmentation: 1) Segmentation of unknown categories that were not included in the training set. 2) Segmentation of both individual object instances (things) and non-objects (stuff), such as sky and vegetation. Hence, if the pointer pixel is located within a person in a group, the net will…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
