Image saliency detection method based on a pair of feature maps
Lingling Cui,Jinlan Xu,Gang Xu,Qing Wu
DOI: https://doi.org/10.11834/jig.170367
2018-01-01
Journal of Image and Graphics
Abstract:Objective Saliency detection of images aims to predict areas that are most important and contain abundant information in an image.It has been applied to image segmentation,image compression,and object recognition,etc..Numerous algorithms can be used to compute the saliency of an image,but the resulting saliency map may be incomplete and limited for methods that use color information of images only.A new saliency detection method that combines the color contrast with the color space distribution of images is proposed.Method Simple linear iterative clustering (SLIC) super-pixel segmentation algorithm and K-means clustering algorithm are used to obtain relevant features to reduce time complexity.We utilize a smoothing filter that can remove the noise of images to acquire a smooth image.We divide our algorithm into three steps.First,the image is preprocessed by using the SLIC algorithm,and a color contrast map is obtained according to the color difference among pixel blocks.Pixel is a basic unit of an image.The difference between a pixel and its surroundings in color can partly determine if the pixel is contained in the salient area.According to this rule,we use pixel block instead of pixel to compute the color difference among pixel blocks and combine the distance among pixel blocks to obtain a color contrast map.Second,K-means clustering of the image according to color feature is performed.The filtered image is classified into M classes according to the features in LAB space,and the initial color space distribution of each class is computed on the basis of the compactness of spatial distribution and the uniformity of color distribution.The spatial color distribution of each class is mapped to super-pixel blocks,and the color space distribution map is further optimized to avoid the lack of spatial information in the clustering results.Third,the color contrast map is combined with the feature map of the image color spatial distribution to obtain the final saliency map.Result Our method is compared with several popular detection algorithms on a public image test database called MSRA-1000.Experimental results demonstrate that the saliency map obtained in this study is accurate and complete,which illustrates the effectiveness of the proposed method.The resulting precision-recall and receiver operating characteristic curves show that the proposed method has high accuracy under the same recall rate or the same false positive rate.Conclusion The proposed algorithm combines SLIC super-pixel segmentation and K-means clustering,which optimizes the advantages of the two methods and reduces time complexity.However,the proposed method still has some shortcomings.For example,the color space distribution of images with a complex color distribution may not be good enough,which will result in an incomplete final saliency map.Improvement of the proposed algorithm will concentrate on general applications.