Class-independent sequential full image segmentation, using a convolutional net that finds a segment within an attention region, given a pointer pixel within this segment

02/20/2019
by   Sagi Eppel, et al.
0

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 output a mask that covers that individual person; if the pointer point is located within the sky region, the net returns the region of the sky in the image. This is true even if no example for sky or person appeared in the training set. The net was tested and trained on the COCO panoptic dataset and achieved 67 segmentation of familiar classes (that were part of the net training set) and 53 training).

READ FULL TEXT

page 2

page 3

page 4

page 6

page 7

research
12/01/2018

Classifying a specific image region using convolutional nets with an ROI mask as input

Convolutional neural nets (CNN) are the leading computer vision method f...
research
08/24/2019

Generator evaluator-selector net: a modular approach for panoptic segmentation

In machine learning and other fields, suggesting a good solution to a pr...
research
08/08/2017

An Error Detection and Correction Framework for Connectomics

We define and study error detection and correction tasks that are useful...
research
12/22/2018

The algorithm of formation of a training set for an artificial neural network for image segmentation

This article suggests an algorithm of formation a training set for artif...
research
06/28/2021

K-Net: Towards Unified Image Segmentation

Semantic, instance, and panoptic segmentations have been addressed using...
research
09/06/2023

SLiMe: Segment Like Me

Significant strides have been made using large vision-language models, l...
research
06/30/2020

Hand-drawn Symbol Recognition of Surgical Flowsheet Graphs with Deep Image Segmentation

Perioperative data are essential to investigating the causes of adverse ...

Please sign up or login with your details

Forgot password? Click here to reset