<< Chapter < Page Chapter >> Page >
This describes the basic threshold values that can be computed to determine the identity of a new test image.

When a new image comes into the system, there are three special cases for recognition.

  • Image is a known face in the database
  • Image is a face, but of an unknown person
  • Image is not a face at all. May be a coke can, a door, or an animal.

For a real system, where the pictures are of standard format like a driver’s license photo, the first two cases are useful. In general, the case where one tries to identify a random picture, such a slice of pizza, with a set of faces images is pretty unrealistic. Nonetheless, one can still define these threshold values to characterize the images.

Looking back at the weight matrix of values using M eigenfaces, let’s define the face space as an M-dimensional sphere encompassing all weight vectors in the entire database. A fairly approximate radius of this face space will then be half the diameter of this sphere, or mathematically, half the distance between the furthest points in the sphere.

θ t h r e s h o l d = 1 2 max ( | | Ω Ω k | | 2 )

To judge whether a new image falls within this radius, let's calculate the reconstruction error between the image and its reconstruction using M eigenfaces. If the image projects fairly well onto the face space (image follows a face distribution), then the error will be small. However a non face image will almost always lie outside the radius of the face space.

Φ r e c o n = i = 1 M ω i μ i

ε 2 = | | Φ i m a g e Φ r e c o n | | 2

ε > θ t h r e s h o l d

If the resulting reconstruction error is greater than the threshold, then the tested image probably is not a face image. Similar thresholds can be calculated for images of like faces. If a image passes the initial face test, it can be compared to the threshold values of faces in the database. A similar match process can be used as mentioned earlier. Also the removal or averaging technique can be applied for detection as previously described.

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Face recognition using eigenfaces. OpenStax CNX. Dec 21, 2004 Download for free at http://cnx.org/content/col10254/1.2
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Face recognition using eigenfaces' conversation and receive update notifications?

Ask