Research Article

A Joint Learning Approach to Face Detection in Wavelet Compressed Domain

Algorithm 2

The proposed AdaBoost-based learning algorithm for face detection.
(i) Given example images , where takes the value 0 for negative examples or 1
   for positive examples, respectively.
(ii) Initialize weights for or for , where and denote
   the total numbers of negative and positive images, respectively.
(iii) For
 (1) Estimate feature space warping function via the sample distribution [ ]
   and weights
 (2) For each possible feature pair ( ), map all training sample onto paired plane via
    warped feature value and
 (3) Apply ID3-like tree method to each axis of paired feature plane in rotation, and find
    the quantization function which will try to separate positive and negative
    samples into different bins.
 (4) Compute the conditional probability as the Bayesian classification result for each
    weak classifier .
 (5) Estimate the error for each feature pair ( ) as follows:
             
 (6) Select the paired feature with minimum error
              
 (7) Update the weights for all training samples as follows:
         ,
    where .
 (8) Normalize the weights by
            
(iv) The final classifier is given by
          ,
where = .