The aim of the active appearance search is to find the best parameters of the statistical appearance model that fits a previously unseen image. The active appearance model search is base on the idea that the reconstruction of the image should be close to the original image. So we want to minimize :
As the parameters of the model are correlated to the intensities in the image, we can assume that :
Given this model of image differences, we generate random displacements of
for training images in order to find the corresponding
by synthesis and image difference. This gives us a set of couple
. We can then learn the matrix
by multivariate linear regression.
Once the relationship between differences of parameters and differences of intensities in the images is learnt, we can derive the following search algorithm in order to locate the face :
Figure 3.5 shows an example of the application of this algorithm.