Skip to main content

Self-adaptive algorithm for segmenting skin regions

Abstract

In this paper, we introduce a new self-adaptive algorithm for segmenting human skin regions in color images. Skin detection and segmentation is an active research topic, and many solutions have been proposed so far, especially concerning skin tone modeling in various color spaces. Such models are used for pixel-based classification, but its accuracy is limited due to high variance and low specificity of human skin color. In many works, skin model adaptation and spatial analysis were reported to improve the final segmentation outcome; however, little attention has been paid so far to the possibilities of combining these two improvement directions. Our contribution lies in learning a local skin color model on the fly, which is subsequently applied to the image to determine the seeds for the spatial analysis. Furthermore, we also take advantage of textural features for computing local propagation costs that are used in the distance transform. The results of an extensive experimental study confirmed that the new method is highly competitive, especially for extracting the hand regions in color images.

1 Introduction

Detection and segmentation of human skin regions [1, 2] in color images is an active research topic, which receives considerable attention from image and signal processing community. Skin detection consists in taking a binary decision whether an image, its region, or a particular pixel presents the human skin. In case of the positive answer, skin segmentation is applied to determine the exact boundaries of the detected skin regions. Applications of skin detection and segmentation are of a wide range and significance, and they include gesture recognition for human-computer interaction [3], objectionable content filtering [4], content-based image retrieval [5], medical imaging [6, 7], and image coding [8].

1.1 Overview of skin detection and segmentation techniques

The existing methods are based on the premise that the skin color can be effectively modeled in various color spaces, which allows segmenting the skin regions in color images. Using skin color models, every pixel may be classified to the skin or non-skin class based on its position in the color space, independently from its neighbors. Alternatively, the probability that each pixel presents the skin can be determined, which transforms a color image into a skin probability map ( P S ). The map may be binarized using a certain acceptance threshold in order to extract the skin regions. This problem has been widely studied, and a large number of skin color models were introduced over the years. The main difference between them lies in their learning and generalization capabilities, but given a sufficiently large training set, their effectiveness is similar, and it is limited due to high variance and low specificity of human skin color [2]. Basically, skin and non-skin pixels overlap in color spaces; hence, they cannot be separated relying exclusively on their color. The pixel-wise classification may be improved by incorporating information extracted from the texture, as well as by spatial analysis of the pixels that have high skin probability. Also, global skin color models may be adapted to a particular scene or an individual who appears in the image, which improves the classification accuracy, providing that the adaptation is correct.

1.2 Contribution

In the work reported here, we introduce a new method that consists in combining three important elements, namely, (i) skin color model adaptation, (ii) spatial analysis, and (iii) exploitation of the textural features. First, a skin probability map is obtained from the input image using a global model. The map is processed to extract skin samples, used to create a local skin color model. Subsequently, the local model is applied to locate the seeds for spatial analysis, which determines the final boundaries of the skin regions. We perform the spatial analysis using the discriminative skin-presence features (DSPF), introduced in our earlier work [9], that rely on textural properties of skin probability maps.

There have been a handful of methods proposed [10, 11] that combine model adaptivity with spatial analysis. These techniques require a skin sample for the adaptation, delivered by a face detector, and they do not exploit textural features. Naturally, these methods cannot perform the adaptation when a face is not visible or if a face detector fails.

In the proposed approach, the model is adapted based on analysis of a skin probability map, without using any additional information sources. The reported experimental results clearly show that our algorithm achieves better segmentation scores than alternative state-of-the-art methods. Furthermore, the new method significantly increases the detection precision, which is particularly important when a hand region is to be segmented for the hand pose estimation purposes.

1.3 Paper structure

The paper is organized as follows. In Section 2, the existing approaches to skin detection and segmentation are outlined, with particular attention given to the adaptation techniques. Spatial analysis methods used in our study are described in Section 3, and the proposed skin detection algorithm is presented in details in Section 4. Experimental validation is reported and discussed in Section 5. Section 6 concludes our study. Furthermore, the symbols used in the paper are explained in Table 1.

Table 1 The symbols used in the paper

2 Related literature

Skin detection and segmentation has been widely studied over the last 20 years, and a lot of advancements emerged so far. A large number of contributions address the problem of skin color modeling in various color spaces, and they are well summarized in a survey published in 2007 by Kakumanu et al. [1].

Skin color can be modeled using a set of rules and thresholds defined in color spaces based on some observations [1215]. Alternatively, given a representative training set, skin detection rules can be determined using machine learning. Jones and Rehg [16] proposed to train the Bayesian classifier in the RGB space. This requires a training set containing pixels assigned to the skin ( C s ) and non-skin ( C ns ) classes. Color histograms are built for these two classes: P(v| C s ) and P(v| C ns ), where v is the color, and the probability that a given pixel presents the skin (i.e., P( C s |v)) is determined from the Bayes rule. This is a robust approach, provided that a sufficiently large training set is available. In the majority of cases, it is beneficial to reduce the number of histogram bins per channel to increase the generalization capacity [2, 17]. Analysis of color histograms has also been applied to solve more general tasks concerning extracting image regions [18].

Greenspan et al. [19] used Gaussian mixture models (GMMs) for learning human skin color in the normalized rg chromaticity space. GMMs offer better generalization capabilities than the Bayesian classifier, and they were later exploited in many approaches to skin color modeling [20, 21]. In our recent survey [2], we demonstrated that GMMs outperform the Bayesian classifier for small training sets; however, for larger sets, the latter was more accurate.

Among other machine learning techniques applied to skin detection, it is worth to mention artificial neural networks (ANNs) [22, 23], support vector machines [24, 25], and random forests [10]. In general, the methods based on machine learning achieve higher classification accuracy than the rule-based approaches.

Skin detection and segmentation plays also an important role in dermoscopy for skin lesions segmentation and analysis. This is an active research topic of medical imaging, and many methods have been developed over time [6]. Segmentation of skin lesions may be performed using a number of techniques, which take advantage of the skin homogeneity in the domain of color, luminance or texture, and they include statistical region merging [26, 27], dynamic programming [28], and wavelet-based texture analysis [7]. The segmentation phase is followed by shape analysis to investigate the lesion type [29]. In general, these methods are specialized to deal with the dermoscopy images. It is therefore assumed that a given image presents human skin with some lesions that should be segmented from the background.

2.1 Adaptive skin color modeling

Accuracy of skin detection using color models is limited due to the overlapping between skin and non-skin pixels, which may be observed in various color spaces. If the model is created so that it omits the overlapping values, then many skin pixels are classified as background, decreasing the recall. On the other hand, if the model includes these overlapping values, then the number of false-positives (FP) is increased. It is worth noting that the overlap may be reduced, if a skin model is adapted to individuals who appear in a presented scene. Given constant lighting conditions and a limited number of individuals in the image, skin color specificity is definitely higher than in the general case, and overall, the skin regions can be better separated from the background.

Basically, the existing adaptation methods either require a skin sample, from which the local skin model is learned on the fly, or they use some features extracted from an input image to fit the model. In the latter case, several approaches exploit ANNs for the adaptation. Lee et al. [4] used a multilayer perceptron to select the most appropriate skin model from a collection of models, each of which was trained earlier for specific lighting conditions. ANNs were also used to tune the parameters of the Gaussian intended to model the skin color, given an image histogram [30], as well as to determine an optimal acceptance threshold [31] for each skin probability map obtained using a global model. Sun [32] applied a global skin model to extract skin pixels, whose distribution was subsequently modeled using GMM. Final skin probability was determined relying on that locally learned GMM combined with the global model. In this way, those pixels preliminarily classified as skin, which do not form clusters in the color space, are reclassified as background.

Skin models can also be effectively adapted given a skin sample, acquired based on tracking skin-like objects in video sequences [33], or relying on face [11, 34] or hand [3] detection. For such a skin sample, a local model can be generated using the Bayesian classifier [35, 36] or GMMs [37] as they do not require time-consuming training. However, although the local model allows detecting the skin with high precision, the recall is often low. To address this problem, the local model is combined with the global one. The final probability P f ( C s |v) can be computed as a weighted mean of the probabilities obtained using the local P l ( C s |v) and global P g ( C s |v) models.

Another approach adopted here consists in using a global skin color locus, which imposes a restriction on the adaptation [37, 38]. It is also possible to combine the local and global models by incorporating them into a spatial analysis framework, which is given more attention later in this section.

Alternatively, a skin sample may be used to optimize the value of the acceptance thresholds [3, 39]. Recently, Yogarajah et al. [40] proposed to use skin samples for adapting the acceptance thresholds in a single-dimensional error signal space (ESS) [14]. ESS is obtained from RGB, and skin color can be modeled here using a single Gaussian.

The Yogarajah’s method consists in analyzing the distribution of the error signal in a facial region to determine the decision thresholds from the obtained Gaussian parameters.

2.2 Textural and spatial analysis

Although the color-based skin models can be adapted to a given image, which reduces the false-positives, Zhu et al. [41] demonstrated that even for perfect adaptation, in most situations, the skin cannot be completely separated from the background in a given color space. The discriminative power of skin classifiers may be increased, when the pixels neighborhood is taken into account, for example, exploiting textural features extracted from an input image.

Wang et al. [42] proposed to enhance the segmentation in the RGB and YCgCb color spaces by analyzing various textural features, extracted using the gray-level co-occurrence matrix. Moreover, simple textural features were used to boost the performance of a number of skin detection techniques and classifiers, including the ANNs [43], non-parametric density estimation of skin and non-skin classes [44], GMMs [45], and many more [4649]. In our earlier work [50], we found it beneficial to extract textural features from skin probability maps rather than from the input images.

Skin detection accuracy may also be increased using the region-growth operations, because skin pixels are usually grouped, whereas the non-skin false-positives are scattered in the spatial domain. Here, conventional image segmentation algorithms can be applied, for example, those based on combined Markov random fields [51], or probabilistic bottom-up aggregation [52]. It may be beneficial to extract and utilize some textural features, for example, using wavelets [7, 53]. Although this is a time-consuming technique, it has been demonstrated that it may be successfully optimized for DSP processors [54]. Overall, a number of specific methods devoted to segmenting skin regions have been developed. Kruppa et al. [5] proposed to verify the potential skin regions assuming that they should have an elliptical shape. In other works, a threshold hysteresis in skin probability maps was applied to accept those regions, which are connected with the seeds of high skin probability [36, 55]. Furthermore, spatial properties of skin regions were analyzed using conditional random fields [56] and cellular automata [49]. Del Solar and Verschae proposed to analyze skin probability maps using controlled diffusion [57]. At first, the diffusion seeds are formed by those pixels, whose skin probability exceeds the seed threshold ( T α P ). Then, the neighboring pixels are iteratively adjoined to the skin region, if they meet the diffusion process criteria, provided that their skin probability is larger than the lower-bound propagation threshold( T β P ).

In our earlier research [58], we introduced an energy-based technique for skin blobs analysis. The skin regions are expanded depending on the amount of energy, which is spread over the image, according to the local skin probability. Recently, we proposed to use the distance transform (DT) in a combined domain of hue, luminance, and skin probability [59, 60]. Furthermore, we elaborated on the importance of seeds detection, from which the skin probability (termed ‘skinness’) is propagated. This method is exploited in the research reported here, and it is given more attention in Section 3.

2.3 Hybrid methods

There are relatively few methods that combine the aforementioned improvement strategies, and the research reported in this paper also falls into this category.

Jiang et al. [61] proposed to take advantage of color, texture, and space analysis. At first, the skin regions are determined based on a skin probability map obtained from color information. Subsequently, the regions are refined to improve the precision, relying on the textural features extracted using the Gabor wavelets. Finally, the regions are grown with the watershed segmentation to exploit the spatial information.

Combining textural features with spatial analysis was also the key contribution of our recent work [9]. We introduced the DSPF space, which is exploited to compute the local costs for DT, instead of using the skin probability map as in [59]. As we also use the DSPF domain in our study, this method is given more attention in Section 3.

In our another work [11], we explored how to combine a local skin color model with the global one using spatial analysis. We applied the face-based local model to detect the skin seeds, from which the ‘skinness’ is propagated using DT to adjoin the skin pixels. A similar approach was proposed by Khan et al. [62], where the local model is learned from the facial region. The model is used to obtain the foreground weights for the graph-cut image segmentation, and the background weights are obtained using the global skin color model. A potential drawback of this method lies in using a generic image segmentation algorithm, whose parameters are difficult to tune. Unfortunately, the implementation is not available, and the paper does not include all the details necessary to reproduce the results. The method was validated using thousands of video frames. Although this is a huge data set, the number of scenes and individuals is quite small, as the images were extracted from only 25 videos and the conditions within each single video are uniform. Also, the authors claim to have used 8,991 images for validation, while the entire data set contains 10,764 frames, and it is unclear which images were excluded. Last, but not least, the method is quite slow, as it requires 1.5 s to process a small 100 × 100 image.

3 Distance transform for spatial analysis

In the research reported here, we adopted the spatial analysis framework, developed during our earlier study [59]. The method consists of two general phases, namely, (i) seeds extraction and (ii) propagation from the seeds using DT. These phases are described in this section, along with the texture analysis technique [9], which additionally improves the results obtained using DT.

3.1 Propagation seeds

The aim of the seeds extraction is to determine the initial skin regions, from which the ‘skinness’ is propagated. The seeds are considered as skin, and neighboring pixels are subsequently adjoined to the skin region using DT. In an ideal case, not only should the seeds contain no false-positive pixels but also every ground-truth skin blob (i.e., a region composed of the real skin pixels) should include at least one detected seed inside. Otherwise, such a region would not be adjoined to the skin class during the propagation, increasing the false-negative (FN) rate.

The seeds can be extracted taking advantage of the observation that if the skin probability map is binarized using a high-probability threshold, then the precision is rather high, because usually only true-positive (TP) skin regions contain pixels with very high skin probability values. If the skin probability of an individual pixel is over a high threshold T α P , then the pixel is added to the seed. Such an approach was adopted in many spatial analysis methods [36, 55, 57].

Recently, we proposed to create an adaptive seed based on detected facial regions [11]. Using the geometrical features extracted from the luminance channel of the input color image, the facial regions are detected. A local skin model is learned using a single multivariate Gaussian, and the model is applied to the input image to obtain a local skin probability map, which is binarized to determine the final seeds. Afterwards, the propagation is carried out using the skin probability map obtained from a global skin color model.

3.2 ‘Skinness’ propagation

In order to propagate the ‘skinness’ from the seeds, the shortest routes from the seed to every pixel are determined at first. This is achieved by minimizing total path costs from the set of seed pixels to each non-seed pixel in the image. The total path cost for a pixel x is defined as

Γ(x)= i = 0 l 1 γ p i p i + 1 ,
(1)

where γ is a local propagation cost between two neighboring pixels, p0 is a pixel that lies at the seed boundary, p l =x, and l is the total path length. The minimization is performed using the Dijkstra’s algorithm [63]. In addition, the threshold T β P =0.3 is used as proposed in [57], which prevents propagating to the regions of very low skin probability. Furthermore, mainly to decrease the execution time, the propagation is terminated if the total path cost exceeds a certain boundary value T Γ .

The route optimization outcome heavily depends on how the local costs γ are computed. For skin segmentation, we construct the local cost using two major components, namely the difference in the propagation domain γ Δ and the destination-probability cost γ p . The local cost from a pixel x to y, i.e., γ x y is obtained as

γ x y = γ Δ x , y · 1 + γ p x y ,
(2)

where

γ p x y = 1 for P ( y ) > T 0 P 1 P ( y ) for T β P < P ( y ) T 0 P for P ( y ) T β P .
(3)

P(y) is the skin probability of the pixel y and T 0 P is the costless propagation threshold (if the skin probability at pixel y exceeds T 0 P , then the total path cost does not increase when moving from pixel x to y). The difference cost γ Δ was originally defined using hue and luminance values:

γ Δ x , y = α d · Y ( x ) Y ( y ) + H ( x ) H ( y ) ,
(4)

where α d {1, 2 } is the penalty for propagation in the diagonal direction, Y(·) is the pixel luminance, and H(·) is the hue in the HSV color model, both scaled to the range from 0 to 255.

The total path cost obtained after the optimization is inversely proportional to the ‘skinness’; hence, the final skin probability map is obtained by scaling the costs from 0 (for the maximal cost) to 1 (for a zero cost, i.e., the seed pixels). The pixels not adjoined during the propagation process (i.e., those whose total path cost Γ is greater than T Γ ) are assigned with zeroes. Finally, the skin regions are extracted using a fixed threshold in the distance domain.

In the research reported in this paper, we consider alternative local difference costs (explained below), which we found effective in various ‘skinness’ propagation scenarios.

  1. 1.

    Restrictive hue-luminance difference cost:

    γ Δ (HL) x , y = α d ·max Y ( x ) Y ( y ) , H ( x ) H ( y ) .
    (5)
  2. 2.

    Cost based on a difference in the RGB color space:

    γ Δ (RGB) x , y = α d · R ( x ) R ( y ) + G ( x ) G ( y ) + B ( x ) B ( y ) .
    (6)
  3. 3.

    Skin probability difference cost:

    γ Δ (SP) x , y = α d · P S ( x ) P S ( y ) .
    (7)

3.3 Discriminative skin-presence features domain

For computing the destination-probability cost γ p , the skin probability map obtained with the global skin model was originally used [59]. However, later, we proposed to refine the skin probability relying on the textural features [9] and to use the refined probability for computing the local cost γ p .

The textural features are incorporated into the DSPF space, later exploited to refine the skin probability. In order to obtain the DSPF space, the basic image features are first extracted from the skin probability map. They consist of the following features: (i) the median and (ii) minimal values, (iii) standard deviation, and (iv) the difference between the maximum and minimum, computed in three kernels: 5 × 5, 9 × 9, and 13 × 13 pixels. In addition, the raw skin probability value is appended to this feature vector, as it is the principal source of the discriminating information between skin and non-skin pixels. We considered exploiting more advanced textural descriptors, for example, local binary patterns [64]; however, it has not improved the results. The selected features are aimed at extracting the roughness of the skin probability map rather than finding a repeatable pattern, and this can effectively be done using these simple statistics. Overall, every pixel x is transformed into an M-dimensional basic feature vector u x , where M=13. Using linear discriminant analysis, the dimensionality of the basic image feature space is reduced to m=2 dimensions in the DSPF space.

Subsequently, a pixel of maximum skin probability is found in the skin probability map eroded using a large (15 × 15) kernel; it should be larger than the kernels used for extracting basic image features. This pixel is termed the reference pixel r, and the distance between r and every pixel in the image is computed in the DSPF space:

D(x)= i = 1 m ν i ( x ) ν i ( r ) 2 1 / 2 ,
(8)

where ν i ( x ) is the i th dimension of the DSPF vector obtained for the pixel x. This operation converts the input skin probability map into the DSPF skin map, which is normalized and used for computing the destination-probability cost γ p .

4 Skin segmentation using self-adaptive seeds

In this section, we present the details of the proposed approach. Compared with our earlier methods, here, our main contribution lies in introducing a new technique for extracting adaptive seeds, which does not require any skin sample be given a priori for the adaptation. Instead of exploiting a face detector to acquire the skin sample, we analyze the skin probability map P S obtained from the input color image using a global skin color model. At first, our algorithm determines whether the image presents any skin pixels at all, and subsequently, it extracts the skin sample that is used to adapt the skin model and to build the seeds. Furthermore, we elaborate on the adaptation scheme we introduced in [11] and apply new metrics to compute local costs for DT [59]. These metrics (Equations 5 to 7) are used for creating the seeds, as well as they are utilized for the final ‘skinness’ propagation.

4.1 Algorithm outline

A flowchart of our method is presented in Figure 1, and examples of outcomes obtained at subsequent stages of the processing chain are demonstrated in Figure 2. First of all, an input image (Figure 2(a)) is converted into a skin probability map (Figure 2(b)) using a global skin color model based on the Bayesian classifier (the darker shade indicates higher skin probability). The obtained skin probability map is processed to determine the initial skin seeds (annotated as red pixels inside the black regions in Figure 2(c)). Here, our goal is to extract a sample of skin pixels with high precision, without including the non-skin pixels. Although it is crucial that the seeds are detected in every ground-truth skin blob, this is not critical at this stage, as the seeds are transferred to other regions later. An important problem here is to avoid finding the initial skin seeds in the images which do not contain human skin at all; otherwise, the algorithm may adapt the skin model to some non-skin regions, increasing the false-positive rate. The exact procedure on how the initial seeds are determined is described later in Section 4.2.Subsequently, the initial seeds are expanded using DT to include more skin pixels (black regions in Figure 2(c)). Again, the primary goal at this stage is to keep the false-positive rate at the smallest possible level; hence, the conditions for adjoining the pixels should be strict. From the expanded seeds, a local skin color model is trained and applied to the image in order to determine the final seeds for the propagation (black regions in Figure 2(d)). Here, the aim is to find at least a single seed in every ground-truth skin region while keeping the false-positives low. It can be seen from Figure 2(d) (images I to IV) that the adapted seeds appear in the skin regions which were not covered by the initial skin seeds, while they are absent in the background. For image V, the seeds are not transferred to new skin regions, but the adaptation allows the seeds to be better distributed in the regions already covered by the expanded seeds. Also, an interesting case is image VI; here, the adaptation almost does not modify the position of the expanded seeds; however, eventually, the initial seeds occur sufficient to propagate the ‘skinness’ over the entire skin area. The details of the seed transfer are given in Section 4.3.From the final seeds, the ‘skinness’ is propagated over the image to obtain the final skin probability map (Figure 2(e)), which is binarized to extract the skin regions (see Figure 2(f), where the red tone indicates false-positive pixels, the blue tone false-negatives, and the green one boundaries of the true-positive regions).In Figure 2(g), we present the segmentation results obtained from the global skin probability maps (from Figure 2(b)). For several images (I to III), the adaptation substantially reduced the false-positives (which were caused by the background objects having skin-like color). Both the false-positives and false-negatives were reduced for the images III to V, and in the case of image VI, the false-negative rate was decreased.

Figure 1
figure 1

Flowchart of the proposed skin segmentation process.

Figure 2
figure 2

Outcomes obtained at subsequent steps of the adaptive skin segmentation process. The presented images (I to IV and VI) come from the publicly available ECU benchmark data set [65]. The image V comes from the HGR data set [9].

4.2 Extracting initial skin seeds

This stage consists in finding initial skin samples, from which the proper seeds for propagation are later created. In our method, this is achieved exclusively based on the analysis of a skin probability map obtained using a global skin color model (we utilize the Bayesian classifier here; however, other skin color models may also be exploited for this purpose). The initial skin seeds are extracted relying on the skin probability histogram and by analyzing the pixels in the spatial domain.

The algorithm for finding the initial seeds is outlined in Algorithm 1. First, we compute the integrated histogram (line 1) of the skin probability map P S to find the value of a dynamic threshold t seed , which selects R seed =5% pixels, whose probability is above t seed (line 2). Afterwards, we determine the reference pixel r that indicates the maximum probability value in the eroded skin probability map P S min (line 5). Subsequently, we compute the reference skin probability P r (line 6) as the minimum probability value in the dilated skin probability map P S max within the 15×15 neighborhood of the reference pixel ( N 15 × 15 (r)). Basically, if the reference pixel presents the skin indeed, then the value of the reference skin probability P r should behigh.

Based on the values of P r and t seed , we take the decision (Algorithm 1, line 8) whether an image contains skin pixels at all (hence, we detect skin at the image level). This is an important step of our algorithm, as false-positive detection would lead to adapting the skin color model to non-skin pixels, significantly decreasing the overall segmentation precision. On the other hand, false-negative detection would mean that the entire skin area in the incorrectly classified image is rejected. We apply fairly simple rules here that consist in checking whether the P r and t seed values are above the thresholds T r P =0.24 and T seed P =0.12, respectively. Efficacy of this technique is discussed later in Section 5.

If the image-level skin detection is positive, then the seeds are extracted by binarizing the skin probability map using the t seed threshold (Algorithm 1, line 9). We have observed that the false-positive pixels are scattered in the binarized image, while the true-positive pixels are organized in spatially consistent groups. Following this observation, we use only 10% of the largest blobs (line 11). These blobs are additionally subject to the erosion (line 13) to eliminate the blobs having small area. Finally, the seeds are subject to the morphological skeletonization (line 14), which further reduces the false-positives. The results obtained in subsequent steps of the initial skin seeds extraction are presented in Figure 3.

Figure 3
figure 3

Subsequent steps of extracting initial skin seeds from skin probability maps. The presented images (I to IV and VI) come from the publicly available ECU benchmark data set [65]. The image V comes from the HGR data set [9].

4.3 Seed expansion and adaptation

The initial skin seeds are characterized with two general properties (confirmed experimentally): (i) the seeds indicate skin regions with very high precision (i.e., they contain very few false-positives), and (ii) they are not present in every ground-truth skin blob (see Figure 2(c)). The first property makes the seeds appropriate to initiate DT in order to determine the boundaries of those skin regions, in which the seeds appear. However, the second property means that the ‘skinness’ cannot be propagated in the spatial domain to non-covered skin blobs; hence, the color space must be used for transferring the ‘skinness’. This transfer is achieved by creating a local skin color model from the initial skin seeds and applying it to the entire image. After this operation, the seeds are expected to appear in every skin blob, and they are used for the final propagation.

Overall, the skin segmentation algorithm, including the detailed procedure for extracting the final seeds, is given in Algorithm 2. After obtaining the initial seeds, they are expanded using DT (line 3) to include more skin pixels (this forms the expanded skin seeds S E ). Without the expansion, the model built from the initial seeds would not be sufficiently representative and the seeds would not be correctly transferred in the color space. However, the expansion must be done carefully to avoid including non-skin pixels, which could eventually lead to transferring the seeds also into the background. We investigated various local costs for obtaining S E termed γ Δ E ; however, in all the cases, we impose the cost boundary T Γ =3· γ Δ E ¯ , where γ Δ E ¯ is the average local cost computed within the image. Furthermore, we do not use the costless propagation here i.e. , T 0 P = 0 . This limits DT to the very neighborhood of the initial seeds, and the expanded seeds S E are formed of the pixels, whose total path cost Γ is a finite number (see Figure 2(c)).

After expanding the initial seeds, they are transferred to other image regions in the color space domain. This is performed as follows. First, a local skin color model is learned from the pixels that lie within the expanded seeds (Algorithm 2, line 4). Subsequently, this model is used to detect skin in the entire image (line 5), and the local skin probability map P l ( C s |v) is obtained. We have investigated two techniques for creating the local model, namely (i) from the color histogram and (ii) using a single multivariate Gaussian. The histogram-based approach takes into account only the skin color distribution, from which the skin probability P(v| C s ) is directly obtained. As suggested in many works [2, 17], we decrease the number of histogram bins per channel to achieve higher generalization. Following the second technique, the skin probability for a color v is obtained as

P(v)= 1 ( 2 π ) 3 | Σ | exp 0.5 ( v v ¯ ) T Σ 1 ( v v ¯ ) ,
(9)

where Σ is a 3 × 3 covariance matrix and v ¯ is the mean color in the RGB color space, obtained for the skin pixels within the expanded seeds.

Finally, the local skin probability map P l ( C s |v) is binarized using the threshold T A P to obtain the adapted skin seeds S A (Algorithm 2, line 6), which completes the seed transfer stage. The local model is trained using the skin pixels from the expanded seeds, characterized by low rate of false-positive pixels. This implies very high skin detection precision, and there are few false-positives among the pixels with non-zero skin probability in P l ( C s |v). Therefore, we apply a fairly low binarization threshold of T A P =0.02 (we have found that the algorithm is little sensitive to this value within the range 0< T A P <0.1). After binarization, the seeds are eroded with a small 5 × 5 kernel (line 7), which eliminates isolated positive pixels and shrinks the larger seeds. The shrinking is beneficial as the adapted seeds may be located at the boundaries of the skin regions. If the propagation is initiated from them, then some background pixels could be misclassified. Naturally, the shrinking eliminates some true-positive skin pixels, but then they are correctly adjoined back during the propagation.

Finally, the ‘skinness’ is propagated from the adapted seeds in the image using the local difference costs γ Δ F (Algorithm 2, line 8), and the final skin probability is obtained from the normalized map of distances as outlined earlier in Section 3.2. Depending on how the destination-probability cost γ p is computed for expanding the seeds and for propagating the ‘skinness’, we consider two variants of our method. This cost may be computed using the raw skin probability obtained from the global model (termed raw probability (RP)-based propagation) or alternatively, the DSPF skin map may be used for this purpose as outlined in Section 3.3 (termed DSPF-based propagation).

5 Experimental validation

We have validated the proposed algorithm using two data sets, namely (i) the ECU benchmark database [65] and (ii) our hand gesture recognition (HGR) set of hand images (available at http://sun.aei.polsl.pl/~mkawulok/gestures). Both data sets encompass ground-truth skin-presence binary masks. Four thousand images from the ECU set were acquired in uncontrolled lighting conditions, and skin-color objects often appear in the background, which makes the skin segmentation more difficult. The HGR data set contains 1,293 images of gestures presented by 30 individuals. The data were acquired in both controlled and uncontrolled conditions.

All the algorithms were implemented in C++. The experiments were conducted using a computer equipped with an Intel Core i7-3740QM 2.7 GHz (16 GB RAM) processor.

Two thousand images from the ECU set were used to train the Bayesian classifier and to determine the DSPF space. The remaining 2,000 images from the ECU set and all of the images from the HGR set were used as the test set. The test set consists of the images, in which the faces were detected with the method described in [66], so that our method can be compared with face-based adaptation schemes. The lists of images used for training and testing are available in Additional file 1.

We have compared our technique with several state-of-the-art methods, namely with (i) several global pixel-wise skin detectors [1416], (ii) with methods that utilize spatial analysis and textural features [9, 59, 61], and (iii) with face-based adaptation schemes [11, 40].

5.1 Evaluation metrics

The obtained results were compared with the ground-truth data to determine the number of correctly classified pixels (i.e., TP and true-negatives (TN)) as well as the number of misclassified pixels (i.e., FN and FP). From these values, we use the following ratios to indicate the detection accuracy:

  1. 1.

    Recall: rec=TP/(FN+TP), i.e., the percentage of the ground-truth skin pixels correctly classified as skin.

  2. 2.

    Precision: prec=TP/(TP+FP), i.e., the percentage of correctly classified pixels out of all the pixels classified as skin.

  3. 3.

    F-measure: the harmonic mean of precision and recall. Here, the acceptance threshold was set to a value, for which the F-measure was maximal (precision and recall values are also quoted using the same threshold). Naturally, the same value of the threshold is applied to all of the images in the test set within a single experiment.

  4. 4.

    False-positive rate: δ fp =FP/(FP+TN), i.e., the percentage of background pixels misclassified as skin.

  5. 5.

    Minimal error: δ min =0.5· δ fp + ( 1 rec ) . Here, the acceptance threshold was set to a value, for which δ min is minimal for the test set.

It is worth noting that the F-measure and the minimal error δ min are usually obtained using different acceptance thresholds, and they represent different properties of the detector. The minimal error is determined at a higher recall obtained at a cost of larger false-positive rate. Hence, these two values are quoted in the paper in order to provide better evaluation.

The precision, recall, and false-positive rate depend on the acceptance threshold. Their mutual dependence can be rendered in a form of precision-recall and receiver operating characteristic (ROC) curves [67, 68], which are also presented to evaluate the investigated skin detectors.

In order to assess the performance for the images that do not contain human skin at all, we excluded the skin regions from the images in the ECU and HGR sets. These data sets include the ground-truth skin presence masks, and based on them, it was possible to exclude the skin regions from processing. We subjected these images to skin detection and measured the false-positive rate (termed δ fp ns ).

In the case of the seed detection, the recall is usually very low, while the precision is expected to be high. However, as it was explained earlier, it is crucial that the seeds appear in every ground-truth skin region. Otherwise, a region without a seed will not be adjoined to the skin class during the propagation (unless the ‘skinness’ is propagated through the background, which in general should be avoided). In order to measure whether the seeds are correctly located, we measure the potential recall (rec seed ); we assume that if at least a single seed is positioned inside a certain ground-truth skin region, then the whole region is correctly classified as skin. For the seeds, we do not quote the false-positive rate, as it is usually close to zero due to the small number of seed pixels compared to the number of all the pixels in an image. The precision is much a better measure here.

5.2 Parameter tuning and sensitivity analysis

In this section, we report how we selected the parameters and models used in our method, and we analyze their influence on the obtained scores.

First of all, we focused on the image-level skin detection (as shown in Algorithm 1, line 8), which is controlled with two thresholds: T seed P and T r P . In Table 2, we demonstrate the F-measure and the minimal error δ min (given in the brackets) for images that contain skin, and we show the false-positive rate δ fp ns for the images without skin. It can be seen that in general δ fp ns decreases if the thresholds are high (and more restrictive), but obviously this affects the detection scores for the images that contain human skin. It is worth noting that δ fp ns for the ECU set is much less sensitive to the thresholds than for the HGR set. If it is assumed that every image contains the skin (i.e., both thresholds are set to zero), then δ fp ns for the HGR set is extremely high, while for ECU it is at a moderate level. This is because the images in the ECU set contain uncontrolled multi-colored background, while the background in many images from the HGR set is uniform. In such cases, after adaptation, the entire background is classified as skin, while for ECU only some objects in the background are misclassified. Overall, we use T seed P =0.12 and T r P =0.24 (italicized in Table 2), which does not decrease the scores for skin images significantly, while δ fp ns is at an acceptable level.

Table 2 F -measure and δ min obtained using the DSPF-based propagation with different thresholds T seed P and T r P

The scores obtained depending on the R seed ratio are presented in Figure 4. It can be seen from the plots that the algorithm is quite sensitive to this parameter; however, in case of both data sets, the optimal value is around R seed =0.05 (marked with a vertical dashed line), and this value has been used in our experiments. In the case of the HGR set, the scores for the DSPF-based propagation deteriorate when R seed surpasses 0.05, but then (at about 0.15) they start improving again. In order to investigate this, we measured the precision and potential recall in the seeds (the plots are presented in Additional file 2). We have found that for the HGR set, the potential recall in the initial and expanded seeds temporarily decreases (for R seed [0.1;0.15]), because the true-positive blobs are eliminated due to the size-based filtering. However, for smaller values of R seed , the size-based filtering helps achieve higher precision in the initial seeds.

Figure 4
figure 4

Skin segmentation scores obtained with different ratios of the pixels R seed used to build the initial seeds.

In Table 3, we present the scores obtained using different local costs utilized to build the expanded seeds γ Δ E and to propagate the final ‘skinness’ γ Δ F . The local skin color model was trained using either a single multivariate Gaussian, or using the color histogram with 128 bins per channel. It may be seen from the table that the RP-based propagation is more sensitive to the costs used, and different settings are optimal for the ECU and HGR sets. In some cases, the F-measure for the ECU set is higher using RP, but overall it is the DSPF-based propagation which delivers high scores for both the ECU and HGR sets. The italicized values indicate the configuration used in the remaining experiments.

Table 3 F -measure and minimal error δ min (given in brackets) obtained using different local propagation costs

The seeds are expanded depending on the total path cost boundary T Γ , and the sensitiveness to this parameter is demonstrated in Figure 5. It may be observed that the scores are little dependent on this value, and we used T Γ =3 in our experiments (marked with a vertical dashed line in the plots).

Figure 5
figure 5

Skin segmentation scores obtained with different total path cost thresholds T Γ used to build the expanded seeds.

We have trained the local skin color model using a single multivariate Gaussian as well as using the color histogram with different numbers of bins per channel. The obtained scores are presented in Table 4 (the italicized values indicate the selected configuration). For the ECU set, both RP-based and DSPF-based propagations deliver the best scores when the local model is learned with a Gaussian; however, in the case of RP, the scores for the HGR set are much worse than when using the histogram-based model. Also, analysis of the plots in Additional file 2 allows us to conclude that the Gaussian offers higher generalization than the histogram-based model.

Table 4 F -measure and minimal error δ min (given in brackets) obtained using different local skin color models

Finally, in Table 5, we present the scores computed in the seeds at subsequent steps of their extraction. Here, we show the results for RP- and DSPF-based propagation, using different local costs γ Δ E . It may be seen that for the ECU set, the potential recall and the F-measure increase substantially between the initial and adapted seeds. In the case of the HGR set, the potential recall is high already in the initial seeds; as in many cases, there is a single skin blob in these images, and it is already covered by the initial seeds. Overall, it is clear that the scores improve during the seed extraction process, which justifies its subsequent steps.

Table 5 Skin detection scores computed in the seeds at subsequent processing steps

5.3 Quantitative comparison

The scores obtained using a number of alternative state-of-the-art methods are presented in Tables 6 and 7. ROC and precision-recall curves are rendered in Figures 6 and 7. In the case of the ECU set, we have included two face-based adaptation methods [11, 40]. Naturally, they were omitted for the HGR images as they do not present human faces. In the tables, we demonstrate the scores for two values of the acceptance threshold, for which the F-measure is maximal and the error δ min is minimal, respectively.

Table 6 Skin detection scores obtained using different methods for the ECU data set
Table 7 Skin detection scores obtained using different methods for the HGR data set
Figure 6
figure 6

ROC (a) and precision-recall (b) curves for the ECU data set. The most relevant part is magnified in the bottom row.

Figure 7
figure 7

ROC (a) and precision-recall (b) curves for the HGR data set. The most relevant part is magnified in the bottom row.

The methods operating in the ESS [14, 40] offer binary skin classification, but we extended them so that they produce the continuous response. In the plots in Figures 6 and 7, each result for the original binary decision is indicated with a cross (obviously, it is positioned on the ROC or precision-recall curve).

The method utilizing the face-based adaptive seeds [11] delivers the best scores for the ECU set, especially in terms of the precision-recall and the F-measure. The ROC curve and minimal error δ min are virtually identical with those obtained with our DSPF-based approach. However, it must be noted that this method requires additional information delivered by a face detector. Here, we carefully selected those images, in which the faces are correctly detected, in order to demonstrate the maximal advantage that can be achieved using the face-based adaptation over the proposed self-adaptive method. The second face-based adaptation technique, which operates in ESS, improves the global skin color model in ESS, but it is not competitive compared with other techniques. For the HGR set, our adaptation scheme with DSPF-based propagation outperforms other methods, offering very high skin segmentation accuracy (F-measure is 0.9562 and δ min =2.52%).

We have also measured the false-positive rate ( δ fp ns ) for images that do not present human skin. As it was already mentioned, we used the same ECU and HGR images, in which the skin regions were excluded from processing, and we applied the same values of the acceptance threshold as in the case of the original images. In this way, we investigated whether and how the absence of skin regions influences the false-positive rate. This experiment was not executed for the face-based adaptation schemes, because after excluding the skin regions, the faces should not be detected at all. Obviously, for pixel-wise classification schemes, the false-positive rate is identical regardless of whether the skin is present in the image. For other methods, the false-positive rate is generally higher, as each of them adapts to some extent to the image. Overall, using the self-adaptive seeds with the DSPF-based propagation domain (the RP-based domain is more sensitive here), δ fp ns is from 3.05% (ECU, δ min ) to 6.08% (HGR, δ min ) higher than obtained with the Bayesian classifier. This shows that the incorrect adaptation is a potential problem; however, we managed to limit its impact using a simple image-level skin detector. Also, this problem is common to all the adaptive methods, including the face-based schemes in case of false-positive face detection. Last, but not least, there are many applications, including hand pose estimation, where efficient skin segmentation is critical, and such errors can be mitigated at further processing stages (e.g., a hand shape would be unlikely to be matched, if the entire detected skin region is falsely-positive).

The average processing times required to process a 512 × 512 image are quoted in Table 8. It may be observed that almost half of the computation time (i.e., 216.6 ms) is consumed to create the adaptive seeds. When a video stream is processed, the adaptation does not have to be performed for every frame as the scene usually does not change with a high frequency rate. This means that the skin model can be adapted once for a given scene and then the stream can be processed at ca. three frames per second. Also, it may be seen that the RP-based propagation is much faster, because (i) the DSPF skin map does not have to be computed and (ii) the histogram-based adaptation is much faster than using a Gaussian model. Excluding the adaptation phase, the RP-based approach requires 79.1 ms, which allows processing over 12 frames per second. Overall, there are two time-consuming operations which could potentially be optimized, namely (i) generation of the DSPF skin map and (ii) the distance transform. The former includes a number of independent operations (the basic features are computed in several kernels), which may be executed in parallel to reduce the processing time. The main problem with the distance transform lies in non-linear access to the memory while processing the pixels popped from the priority queue used in the Dijkstra algorithm. Possibly, this may be improved by including the neighborhood criteria into the priority measure to avoid referring to the pixels far from each other in the memory, but this needs to be investigated.

Table 8 Average processing times for a 512 × 512 image

5.4 Qualitative comparison

In Figures 8 and 9, we present several examples of skin detection in ECU and HGR images, respectively. For images I to VIII in Figure 8, our method segments the skin regions with high precision. Images IX and X are the examples of incorrect adaptation. Here, the background has a skin-like color, and the seeds are detected both in the skin, and in the background, resulting in very high false-positive errors. However, it is worth mentioning that the alternative detectors fail in these cases as well, except for two face-based adaptation methods [11, 40]. We also present several cases, in which the face-based adaptation is incorrect. In image VI, the face is rotated, and the facial region includes some background pixels, resulting in high false-positives. Also, images VII and VIII are quite interesting as the beard VII and the soother VIII appear inside the facial region, leading to incorrect adaptation. Naturally, this problem does not appear in our self-adaptive approach.

Figure 8
figure 8

Examples of skin segmentation for the ECU data set obtained using different methods. The presented images come from the publicly available ECU benchmark data set [65].

Figure 9
figure 9

Examples of skin segmentation for the HGR data set obtained using different methods. The presented images come from the HGR data set [9].

For the HGR images presented in Figure 9, our DSPF-based method offers almost perfect skin segmentation, and it clearly outperforms all the alternative algorithms. Also, comparing the results with [9], it is evident that using the adaptive seeds is more effective than the threshold-based seeds extraction.

6 Conclusions

In this paper, we proposed a new method for creating self-adaptive seeds for spatial-based skin segmentation. From the seeds, the ‘skinness’ is propagated either using the raw skin probability obtained from a global skin color model or using the probability computed in the DSPF space. Our extensive experimental study demonstrated that the DSPF domain is less sensitive to the method’s parameters and outperforms all of the investigated methods both for the ECU and HGR data sets, except for our earlier face-based adaptation [11]. The raw probability domain is much more sensitive, which makes it difficult to tune; however, in some cases (for the ECU set), it delivered better results than the DSPF and also it is much less time consuming. Overall, we found it worth being reported as well.

Our main contribution consists in providing the adaptiveness without making the method dependent on any other information sources. This is the main advantage over the face-based adaptation schemes, and we demonstrated that using the self-adaptive seeds, it is possible to obtain results comparable with the face-based adaptation. The benefits in case of images that do not present human faces are obvious, while there are also many examples presented in the paper, when the proposed adaptation method outperforms the face-based ones.

Our current research plans include combining the introduced adaptation technique with the face-based schemes, which may help in cases when the background pixels appear in the detected facial regions. Furthermore, we intend to improve the image-level skin detection; we have demonstrated in our experimental study that this is an important, while often disregarded, problem in adaptive skin color modeling. Last, but not least, the algorithm should be parallelized and optimized in order to make it suitable for processing video sequences.

References

  1. Kakumanu P, Makrogiannis S, Bourbakis NG: A survey of skin-color modeling and detection methods. Pattern Recogn 2007, 40(3):1106-1122. 10.1016/j.patcog.2006.06.010

    Article  MATH  Google Scholar 

  2. Kawulok M, Nalepa J, Kawulok J: Skin detection and segmentation in color images. In Lecture Notes in Computational Vision and Biomechanics: Advances in Low-Level Color Image Processing, vol. 11. Edited by: Celebi ME, Smolka B. Springer, Netherlands; 2014:329-366.

    Chapter  Google Scholar 

  3. Bilal S, Akmeliawati R, Salami MJE, Shafie AA: Dynamic approach for real-time skin detection. J. Real-Time Image Process 2012. doi:10.1007/s11554-012-0305-2

    Google Scholar 

  4. Lee J-S, Kuo Y-M, Chung P-C, Chen E-L: Naked image detection based on adaptive and extensible skin color model. Pattern Recognit 2007, 40: 2261-2270. 10.1016/j.patcog.2006.11.016

    Article  MATH  Google Scholar 

  5. Kruppa H, Bauer MA, Schiele B: Skin patch detection in real-world images. In Lecture Notes in Computer Science: Pattern Recognition, vol. 2449. Edited by: Van Gool L. Springer, Berlin; 2002:109-116.

    Google Scholar 

  6. Silveira M, Nascimento JC, Marques JS, Marcal ARS, Mendonca T, Yamauchi S, Maeda J, Rozeira J: Comparison of segmentation methods for melanoma diagnosis in dermoscopy images. IEEE J. Selected Topics Signal Process 2009, 3(1):35-45.

    Article  Google Scholar 

  7. Castillejos H, Ponomaryov V, Nino-de-Rivera L, Golikov V: Wavelet transform fuzzy algorithms for dermoscopic image segmentation. Comput. Math. Methods Med 2012, 2012: 578721.

    Article  MATH  Google Scholar 

  8. Choi B, Chung B, Ryou J: Adult image detection using Bayesian decision rule weighted by SVM probability. In Proceedings of the International Conference on Computer Sciences and Convergence Information Technology (ICCIT). Seoul, Korea; 2009:659-662.

    Google Scholar 

  9. Kawulok M, Kawulok J, Nalepa J: Spatial-based skin detection using discriminative skin-presence features. Pattern Recogn. Lett 2014, 41: 3-13.

    Article  Google Scholar 

  10. Khan R, Hanbury A, Stöttinger J, Bais A: Color based skin classification. Pattern Recogn. Lett 2012, 33(2):157-163. 10.1016/j.patrec.2011.09.032

    Article  Google Scholar 

  11. Kawulok M, Kawulok J, Nalepa J, Papiez M: Skin detection using spatial analysis with adaptive seed. In Proceedings of the IEEE International Conference on Image Processing (ICIP). Melbourne, Australia; 2013:3720-3724.

    Google Scholar 

  12. Kovac J, Peer P, Solina F: Human skin color clustering for face detection. EUROCON 2003, 2: 144-148.

    Google Scholar 

  13. Terrillon J-C, David M, Akamatsu S: Automatic detection of human faces in natural scene images by use of a skin color model and of invariant moments. In Proceedings of the International Conference on Automatic Face and Gesture Recognition. Nara, Japan; 1998:112-117.

    Chapter  Google Scholar 

  14. Cheddad A, Condell J, Curran K, Mc Kevitt P: A skin tone detection algorithm for an adaptive approach to steganography. Signal Process 2009, 89(12):2465-2478. 10.1016/j.sigpro.2009.04.022

    Article  MATH  Google Scholar 

  15. Chen Y-H, Hu K-T, Ruan S-J: Statistical skin color detection method without color transformation for real-time surveillance systems. Eng. Appl. Artif. Intell 2012, 25(7):1331-1337. 10.1016/j.engappai.2012.02.019

    Article  Google Scholar 

  16. Jones MJ, Rehg JM: Statistical color models with application to skin detection. Int. J. Comput. Vis 2002, 46: 81-96. 10.1023/A:1013200319198

    Article  MATH  Google Scholar 

  17. Phung SL, Bouzerdoum A, Chai D: Skin segmentation using color pixel classification: analysis and comparison. IEEE Trans. Pattern Anal. Mach. Intell 2005, 27(1):148-154.

    Article  Google Scholar 

  18. Chaira T, Ray AK: Fuzzy approach for color region extraction. Pattern Recognit. Lett 2003, 24(12):1943-1950. 10.1016/S0167-8655(03)00033-3

    Article  Google Scholar 

  19. Greenspan H, Goldberger J, Eshet I: Mixture model for face-color modeling and segmentation. Pattern Recognit. Lett 2001, 22: 1525-1536. 10.1016/S0167-8655(01)00086-1

    Article  MATH  Google Scholar 

  20. Caetano TS, Olabarriaga SD, Barone DAC: Do mixture models in chromaticity space improve skin detection? Pattern Recognit 2003, 36: 3019-3021. 10.1016/S0031-3203(03)00116-X

    Article  MATH  Google Scholar 

  21. Phung SL, Bouzerdoum A, Chai D: A novel skin color model in YCbCr color space and its application to human face detection. Proceedings of the International Conference on Image Processing (ICIP), vol. 1 2002, 289-292.

    Chapter  Google Scholar 

  22. Seow M-J, Valaparla D, Asari VK: Neural network based skin color model for face detection. Proceedings of the Applied Imagery Pattern Recognition Workshop 2003, 141-145.

    Google Scholar 

  23. Bhoyar KK, Kakde OG: Skin color detection model using neural networks and its performance evaluation. J. Comput. Sci 2010, 6(9):963-968. 10.3844/jcssp.2010.963.968

    Article  Google Scholar 

  24. Kawulok M, Nalepa J: Support vector machines training data selection using a genetic algorithm. In Lecture Notes in Computer Science: Structural, Syntactic, and Statistical Pattern Recognition, vol. 7626. Edited by: Gimel’farb G, Hancock E, Imiya A, Kuijper A, Kudo M, Omachi S, Windeatt T, Yamada K. Springer, New York; 2012:557-565.

    Google Scholar 

  25. Han J, Awad G, Sutherland A, Wu H: Automatic skin segmentation for gesture recognition combining region and support vector machine active learning. In Proceedings of the IEEE International Conference on Automatic Face and Gesture Recognition. IEEE Computer Society, Washington D.C.; 2006:237-242.

    Google Scholar 

  26. Celebi ME, Kingravi HA, Iyatomi H, Alp Aslandogan Y, Stoecker WV, Moss RH, Malters JM, Grichnik JM, Marghoob AA, Rabinovitz HS, Menzies SW: Border detection in dermoscopy images using statistical region merging. Skin Res. Tech 2008, 14(3):347-353. 10.1111/j.1600-0846.2008.00301.x

    Article  Google Scholar 

  27. Celebi ME, Iyatomi H, Schaefer G, Stoecker WV: Lesion border detection in dermoscopy images. Comput. Med. Imag. Graph 2009, 33(2):148-153. 10.1016/j.compmedimag.2008.11.002

    Article  Google Scholar 

  28. Abbas Q, Celebi ME, Fondón García I, Rashid M: Lesion border detection in dermoscopy images using dynamic programming. Skin Res. Tech 2011, 17(1):91-100. 10.1111/j.1600-0846.2010.00472.x

    Article  Google Scholar 

  29. Jaworek-Korjakowska J, Tadeusiewicz R: Assessment of dots and globules in dermoscopic color images as one of the 7-point check list criteria. In Proceedings of the IEEE International Conference on Image Processing (ICIP). Melbourne, Australia; 2013:1456-1460.

    Google Scholar 

  30. Yang G, Li H, Zhang L, Cao Y: Research on a skin color detection algorithm based on self-adaptive skin color model. Proceeding of the International Conference on Communications and Intelligence Information Security (ICCIIS) 2010, 266-270.

    Google Scholar 

  31. Zhang M-J, Gao W: An adaptive skin color detection algorithm with confusing backgrounds elimination. Proceedings of the IEEE International Conference on Image Processing (ICIP), vol. 2 2005, 390-393.

    Google Scholar 

  32. Sun H-M: Skin detection for single images using dynamic skin color modeling. Pattern Recogn 2010, 43(4):1413-1420. 10.1016/j.patcog.2009.09.022

    Article  Google Scholar 

  33. Dadgostar F, Sarrafzadeh A: An adaptive real-time skin detector based on hue thresholding: a comparison on two motion tracking methods. Pattern Recogn. Lett 2006, 27(12):1342-1352. 10.1016/j.patrec.2006.01.007

    Article  Google Scholar 

  34. Yogarajah P, Condell J, Curran K, McKevitt P, Cheddad A: A dynamic threshold approach for skin segmentation in color images. Int. J. Biometrics 2012, 4(1):38-55. 10.1504/IJBM.2012.044291

    Article  Google Scholar 

  35. Kawulok M: Dynamic skin detection in color images for sign language recognition. In Lecture Notes in Computer Science: Image and Signal Processing, vol. 5099. Edited by: Elmoataz A, Lezoray O, Nouboud F, Mammass D. Springer, New York; 2008:112-119.

    Google Scholar 

  36. Argyros AA, Lourakis MIA: Real-time tracking of multiple skin-colored objects with a possibly moving camera. In Lecture Notes in Computer Science: Computer Vision - ECCV 2004, vol. 3023. Edited by: Pajdla T, Matas J. Springer, New York; 2004:368-379.

    Google Scholar 

  37. Fritsch J, Lang S, Kleinehagenbrock M, Fink GA, Sagerer G: Improving adaptive skin color segmentation by incorporating results from face detection. Proceedings of the IEEE International Workshop on Robot and Human Interactive Communication 2002, 337-343.

    Chapter  Google Scholar 

  38. Soriano M, Martinkauppi B, Huovinen S, Laaksonen M: Skin detection in video under changing illumination conditions. Proceedings of the IEEE International Conference on Pattern Recognition, vol. 1 2000, 839-842.

    Google Scholar 

  39. Lichtenauer J, Reinders MJT, Hendriks EA: A self-calibrating chrominance model applied to skin color detection. Proceedings of the International Conference on Computer Vision Theory and Applications, vol. 1 2007, 115-120.

    Google Scholar 

  40. Yogarajah P, Condell J, Curran K, Cheddad A, McKevitt P: A dynamic threshold approach for skin segmentation in color images. In Proceedings of the IEEE International Conference on Image Processing (ICIP). Hong Kong; 2010:2225-2228.

    Google Scholar 

  41. Zhu Q, Cheng K-T, Wu C-T, Wu Y-L: Adaptive learning of an accurate skin-color model. Proceedings of the IEEE International Conference on Automatic Face and Gesture Recognition 2004, 37-42.

    Google Scholar 

  42. Wang X, Zhang X, Yao J: Skin color detection under complex background. Proceedings of the International Conference on Mechatronic Science, Electric Engineering and Computer (MEC) 2011, 1985-1988.

    Google Scholar 

  43. Taqa AY, Jalab HA: Increasing the reliability of skin detectors. Sci. Res. Essays 2010, 5(17):2480-2490.

    Google Scholar 

  44. Zafarifar B, Martiniere A, de With PHN: Improved skin segmentation for tv image enhancement, using color and texture features. Proceedings of the International Conference on Consumer Electronics (ICCE) 2010, 373-374.

    Google Scholar 

  45. Ng P, Pun C-M: Skin color segmentation by texture feature extraction and K-mean clustering. International Conference on Computational Intelligence, Communication Systems and Networks (CICSyN) 2011, 213-218.

    Google Scholar 

  46. Forsyth DA, Fleck MM: Automatic detection of human nudes. Int. J. Comput. Vis 1999, 32: 63-77. 10.1023/A:1008145029462

    Article  Google Scholar 

  47. Conci A, Nunes E, Pantrigo JJ, Sánchez Á: Comparing color and texture-based algorithms for human skin detection. Proceedings of the International Conference on Enterprise Information Systems (ICEIS) 2008, 166-173.

    Google Scholar 

  48. Fotouhi M, Rohban MH, Kasaei S: Skin detection using contourlet-based texture analysis. Proceedings of the International Conference on Digital Telecommunications (ICDT) 2009, 59-64.

    Google Scholar 

  49. Abin AA, Fotouhi M, Kasaei S: A new dynamic cellular learning automata-based skin detector. Multimed Syst 2009, 15(5):309-323. 10.1007/s00530-009-0165-1

    Article  Google Scholar 

  50. Kawulok M: Texture analysis for skin probability maps refinement. In Lecture Notes in Computer Science: Pattern Recognition,vol. 7329. Edited by: Carrasco-Ochoa JA, Martinez-Trinidad JF, Olvera Lopez JA, Boyer KL. Springer, New York; 2012:75-84.

    Google Scholar 

  51. Bello MG: A combined Markov random field and wave-packet transform-based approach for image segmentation. IEEE Trans. Image Process 1994, 3(6):834-846. 10.1109/83.336251

    Article  Google Scholar 

  52. Alpert S, Galun M, Basri R, Brandt A: Image segmentation by probabilistic bottom-up aggregation and cue integration. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) 2007, 1-8.

    Google Scholar 

  53. Zhang X-P, Desai MD: Segmentation of bright targets using wavelets and adaptive thresholding. IEEE Trans. Image Process 2001, 10(7):1020-1030. 10.1109/83.931096

    Article  MATH  Google Scholar 

  54. Ponomaryov VI, Castillejos H, Peralta-Fabi R: Image segmentation in wavelet transform space implemented on DSP. Proceedings of the SPIE, Real-Time Image and Video Processing, vol. 8437 2012. http://proceedings.spiedigitallibrary.org/proceeding.aspx?articleid=1316590

    Google Scholar 

  55. Baltzakis H, Pateraki M, Trahanias P: Visual tracking of hands, faces and facial features of multiple persons. Mach. Vis. Appl 2012, 23: 1141-1157. 10.1007/s00138-012-0409-5

    Article  Google Scholar 

  56. Chenaoua K, Bouridane A: Skin detection using a Markov random field and a new color space. Proceedings of the IEEE International Conference on Image Processing (ICIP) 2006, 2673-2676.

    Google Scholar 

  57. Ruiz-del-Solar J, Verschae R: Skin detection using neighborhood information. Proceedings of the IEEE International Conference on Automatic Face and Gesture Recognition 2004, 463-468.

    Google Scholar 

  58. Kawulok M: Energy-based blob analysis for improving precision of skin segmentation. Multimed. Tool Appl 2010, 49(3):463-481. 10.1007/s11042-009-0444-z

    Article  Google Scholar 

  59. Kawulok M: Fast propagation-based skin regions segmentation in color images. In Proceedings of the IEEE International Conference on Automatic Face and Gesture Recognition. Shanghai, China; 2013:1-7.

    Google Scholar 

  60. Kawulok M: Skin detection using color and distance transform. In Lecture Notes in Computer Science: Computer Vision and Graphics, vol. 7594. Edited by: Bolc L, Tadeusiewicz R, Chmielewski L, Wojciechowski K. Springer, New York; 2012:449-456.

    Google Scholar 

  61. Jiang Z, Yao M, Jiang W: Skin detection using color, texture and space information. Proceedings of the International Conference on Fuzzy Systems and Knowledge Discovery (FSKD), vol. 3 2007, 366-370.

    Chapter  Google Scholar 

  62. Khan R, Hanbury A, Sablatnig R, Stoettinger J, Khan FA, Khan FA: Systematic skin segmentation: merging spatial and non-spatial data. Multimed. Tool Appl 2014, 69(3):717-741. 10.1007/s11042-012-1124-y

    Article  Google Scholar 

  63. Ikonen L, Toivanen P: Shortest routes on varying height surfaces using gray-level distance transforms. Image Vis. Comput 2005, 23(2):133-141. 10.1016/j.imavis.2004.06.010

    Article  Google Scholar 

  64. Ojala T, Pietikainen M, Maenpaa T: Multiresolution gray-scale and rotation invariant texture classification with local binary patterns. IEEE Trans. Pattern Anal. Mach. Intell 2002, 24(7):971-987. 10.1109/TPAMI.2002.1017623

    Article  MATH  Google Scholar 

  65. Phung SL, Chai D, Bouzerdoum A: Adaptive skin segmentation in color images. Proceedings of the IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP) 2003, 353-356.

    Google Scholar 

  66. Kawulok M, Szymanek J: Precise multi-level face detector for advanced analysis of facial images. IET Image Process 2012, 6(2):95-103. 10.1049/iet-ipr.2010.0495

    Article  MathSciNet  Google Scholar 

  67. Fawcett T: An introduction to ROC analysis. Pattern Recogn. Lett 2006, 27(8):861-874. 10.1016/j.patrec.2005.10.010

    Article  MathSciNet  Google Scholar 

  68. Davis J, Goadrich M: The relationship between Precision-Recall and ROC curves. Proceedings of the International Conference on Machine Learning 2006, 233-240.

    Google Scholar 

Download references

Acknowledgements

This work was supported by the Polish National Science Center (NCN) under the Grant: DEC-2012/07/B/ST6/01227. This work was performed using the infrastructure supported by POIG.02.03.01-24-099/13 grant: ‘GeCONiI’ Upper Silesian Center for Computational Science and Engineering. JK was supported by the European Union from the European Social Fund (grant agreement number: UDA-POKL.04.01.01-00-106/09).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Michal Kawulok.

Additional information

Competing interests

The authors declare that they have no competing interests.

Electronic supplementary material

13634_2014_760_MOESM1_ESM.zip

Additional file 1: Packed text files. The files contain the names of the files used in the training and test set. (ZIP 13 KB)

13634_2014_760_MOESM2_ESM.pdf

Additional file 2: Supplementary figures. The figures illustrate the detection accuracy in the skin seeds obtained with different ratios of the pixels R seed used to build the initial seeds. (PDF 192 KB)

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0), which permits use, duplication, adaptation, distribution, and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Kawulok, M., Kawulok, J., Nalepa, J. et al. Self-adaptive algorithm for segmenting skin regions. EURASIP J. Adv. Signal Process. 2014, 170 (2014). https://doi.org/10.1186/1687-6180-2014-170

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-6180-2014-170

Keywords