next up previous contents
Next: Nose Localization Up: Mouth Localization Previous: Limb Extraction

Limb Length and Intensity Variance

Having formed a set of extracted limbs, we next determine the most perceptually significant limb and return it as the mouth. Another test might be to find the limb which most closely resembles the geometry of a mouth. However, the geometry of the mouth is not fixed due to its extreme deformability. Thus a simple geometric constraint might reduce the expression invariance of the detection. We determine which of the limbs is most perceptually significant using two measures: limb length and intensity variance.

We propose the computation of limb length as opposed to limb area since a mouth can be extremely thin when closed. However, the mouth usually has a significant horizontal length. Recall, now, the kernel used to perform the limb extraction. The kernel favored horizontal displacement over diagonal displacement and scale change. Similarly, as we compute limb length, we weight the computation of limb length depending on its degree of undulation (in the spatial and scale domains). Thus, a set of limb lengths are computed and attenuated by the degree of undulation of the limb axis, as shown in the kernel in Figure [*]. For each limb, limbi, we compute the weighted length of the limb, di. We threshold this value so that limbs that are extremely short are discarded.


  
Figure 3.24: Intensity variance
\begin{figure}\center
\epsfig{file=locs/figs/variance.ps,height=4cm} \end{figure}

We also wish to determine the intensity variance of the isolated limb and compare it to the tone of the face. The lips, the interior of the mouth and the teeth are either brighter or darker than the surrounding skin. Thus, the intensity values enclosed by the mouth limb should have a significantly different intensity from the average intensity of the face. We compute the mean intensity of the skin, mface, by averaging the intensity values below the eyes and within the facial contour. We then compute the variance in intensity at each pixel as shown in Figure [*]. The overall average intensity variance of the face within the facial contour is $\sigma_{face}$. The intensity variance of the region defined by each limb, $\sigma_{i}$, is then computed. If a limb has less variance than the average variance of the face then it does not exhibit any significant contrast or stand out strongly from the rest of the face. Such limbs cannot be mouths and are discarded.


  
Figure 3.25: Intensity variance with mouth locus
\begin{figure}\center
\epsfig{file=locs/figs/variance.mouth.ps,height=4cm} \end{figure}

The mouth is selected as the limb with the highest product $d_{i} \times
\frac{\sigma_{i}}{\sigma_{face}}$. The center point of the strongest limb (the locus of the mouth) is displayed superimposed on the variance image in Figure [*]. Since we know the trajectory of the limb axis and the thickness of the limb, we can directly compute the outline of the mouth, which is shown in Figure [*].


  
Figure 3.26: The segmented mouth limb
\begin{figure}\center
\epsfig{file=locs/figs/mouth.segmented.ps,height=4cm} \end{figure}

Instead of explicitly defining a geometric model of the mouth that is sensitive to multi-dimensional deformability, we have used a simple ``definition'' to localize the object of interest. Simply stated, we find the mouth as the longest horizontally symmetric limb, with a simple axis and significant intensity variance from the surrounding skin tone.

If we fail to find any limbs that are long enough or have a higher variance than the face as a whole, then no mouth has been detected and we return to the eye stage to investigate another pair of interest peaks.

A successful mouth point is found when the limb with the highest product $d_{i} \times
\frac{\sigma_{i}}{\sigma_{face}}$ passes a threshold on diand a threshold on $\frac{\sigma_{i}}{\sigma_{face}}$. The locus of the mouth is then stored and we can proceed to the nose localization stage.


next up previous contents
Next: Nose Localization Up: Mouth Localization Previous: Limb Extraction
Tony Jebara
2000-06-23