Fast segmentation in color image based on SLIC and GrabCut

Zhili HU,Min GUO
DOI: https://doi.org/10.3778/j.issn.1002-8331.1401-0088
2016-01-01
Abstract:GrabCut requires less user interaction and segmentation with high accuracy, but it is an iterative solver mode using GraphCuts which costs enormous time when processing high resolution images. This paper presents a fast GrabCut algorithm. To achieve acceleration, a simplified GraphCuts model is constructed by SLIC algorithm in parameter estima-tion of Gauss mixture model. The original image is pre-segmented into super-pixel image with determining boundaries and internal high similarity through SLIC algorithm, a simplified network graph is constructed by this. The Gaussian Mix-ture Model(GMM)parameters can be estimated with the mean RGB values within blocks instead of all pixel values. To improve segmentation accuracy greatly, the GMM parameters obtained by the last step in parameter estimation of Gauss mixture model are used to segment the original image. The experimental results demonstrate this algorithm with segmenta-tion accuracy and computation efficiency.
What problem does this paper attempt to address?