The invention relates in general to face recognition and in particular to improved face recognition technology which can recognize an image of a person even if the expression of the person is different in the captured image than the stored image.
Face recognition systems are used for the identification and verification of individuals for many different applications such as gaining entry to secure facilities, recognizing people to personalize services such as in a home network environment, and locating wanted individuals in public facilities. The ultimate goal in the design of any face recognition system is to achieve the best possible classification (predictive) performance. Depending on the use of the face recognition system it may be more or less important to make sure that the comparison has a high degree of accuracy. In high security applications and for identifying wanted individuals, it is very important that identification is achieved regardless of minor differences in the captured image vs. the stored image.
The process of face recognition typically requires the capture of an image, or multiple images of a person, processing the image(s) and then comparing the processed image with stored images. If there is a positive match between a stored image and the captured image the identity of the individual can either be found or verified. From hereon the term “match” does not necessarily mean an exact match but a probability that a person shown in a stored image is the same as the person or object in the captured image. U.S. Pat. No. 6,292,575 describes such a system and is hereby incorporated by reference.
The stored images are typically stored in the form of face models by passing the image through some sort of classifier, one of which is described in U.S. patent application Ser. No. 09/794,443 hereby incorporated by reference, in which several images are passed through a neural network and facial objects (e.g. eyes, nose, mouth) are classified. A face model image is then built and stored for subsequent comparison to a face model of a captured image.
Many systems require that the alignment of the face of the individual in the captured image be controlled to some degree to insure the accuracy of the comparison to the stored images. In addition many systems control the lighting of the captured image to insure that the lighting will be similar to the lighting of the stored images. Once the individual is positioned properly the camera takes a single or multiple pictures of the person, builds a face model and a comparison is made to stored face models.
A problem with these systems is that the expression on the person's face may be different in the captured image than in the stored image. A person may be smiling in the stored image, but not in the captured image or a person may be wearing glasses in the stored image and contacts in the captured image. This leads to inaccuracies in the matching of the captured image with the stored image and may result in misidentification of an individual.
Accordingly it is an object of this invention to provide an identification and/or verification system which has improved accuracy when the expressive features on the face of the captured image are different than the expressive features on the face of the stored image.
The system in accordance with a preferred embodiment of the invention captures an image or multiple images of a person. It then locates the expressive facial features of the captured image, compares the expressive facial features to the expressive facial features of the stored images. If there is no match then the coordinates of the non-matching expressive facial feature in the captured image are marked and/or stored. The pixels within these coordinates are then removed from the overall comparison between the captured image and the stored image. Removing these pixels from the subsequent comparison of the entire image reduces false negatives that result from a difference in the facial expressions of the captured image and a matching stored image.
Other objects and advantages will be obvious in light of the specification and claims.
For a better understanding of the invention reference is made to the following drawings:
a shows a facial feature locator.
b shows a facial image with locations of expressive facial features.
a shows an image capture device and facial feature locator. A video grabber 20 captures the image(s). The video grabber 20 can include any optical sensing device for converting images (visible light or infrared) to electrical images. Such devices include video camera, a monochrome camera, a color camera or cameras that are sensitive to non-visible portions of the spectrum such as infrared devices. The video grabber may also be realized as a variety of different types of video cameras or any suitable mechanism for capturing an image. The video grabber may also be an interface to a storage device that stores a variety of images. The output of the video grabber can for example be in the form of RGB, YUV, HIS or gray scale.
The imagery acquired via the video grabber 20 usually contains more than just a face. In order to locate the face within the imagery, the first and foremost step is to perform face detection. Face detection can be performed in various ways e.g. holistic based where the whole face is detected at one time or feature based where individual facial features are detected. Since the present invention is concerned with locating expressive parts of the face, the feature based approach is used to detect the interloccular distance between the eyes. An example of the feature-based face detection approach is described in “Detection and Tracking of Faces and Facial Features, by Antonio Colmenarez, Brendan Frey and Thomas Huang.” International Conference on Image Processing, Kobe, Japan, 1999 hereby incorporated by reference. It is often the case that instead of facing the camera the face may be rotated as the person whose image is being acquired might not be looking directly into the imaging device. Once the face is reoriented it will be resized. The Face Detector/Normalizer 21 normalizes the facial image to a preset N×N pixel array size, in a preferred embodiment this size is 64×72 pixels, so that the face within the image is approximately the same size as the other stored images. This is achieved by comparing the interloccular distance of the detected face with the interloccular distances of the stored faces. The detected face is then made larger or smaller depending on what the comparison reveals. The detector/normalizer 21 employs conventional processes known to one skilled in the art to characterize each detected facial image as a two dimensional image having an N by N array of intensity values.
The captured normalized images 22 are then sent to a face model creator 22. The face model creator 22 takes the detected normalized faces and creates a face model to identify the individual faces. Face models are created using Radial Basis Function (RBF) networks. Each face model is the same size as the detected facial image. A radial basis function network is a type of classifier device and it is described in commonly owned co-pending U.S. patent application Ser. No. 09/794,443 entitled “Classification of Objects through Model Ensembles,” filed Feb. 27, 2001, the whole contents and disclosure of which is hereby incorporated by reference as if fully set forth herein. Almost any classifier can be used to create the face models, such as Bayesian Networks, the Maximum Likelihood Distance Metric (ML) or the radial basis function network.
The Facial Feature Locator 23 locates facial features such as the beginning and ending of each eyebrow, eye beginning and end, nose tip, mouth beginning and end and additional features as shown in
After the facial features have been found, facial identification and/or verification is performed.
The feature difference detector 24 compares the expressive features of the captured image with like facial features of the stored face models. Once the facial feature locator has located the coordinates for each feature, the feature difference detector 24 determines how different the facial feature of the captured image is from the like facial features of the stored images. This is performed by comparing the pixels of the expressive features in the captured image with the pixels of the like expressive features of the stored images.
The actual comparison between pixels is performed using the Euclidean distance. For two pixels p1=[R1 G1 B1] and p2=[R2 G2 B2] this distance is computed as
d=√{square root over ((R1−R2)2+(G1−G2)2+(B1−B2)2)}
The smaller the d, the closer match between two pixels. The above assumes the pixels are in the RGB format. One skilled in the art could apply this same type of comparison to other pixel formats as well (e.g. YUV).
One should note that only non-matching features are removed from the overall comparison performed by comparator 26. If a particular feature matches a like feature in the stored image it is not considered an expressive feature and remains in the comparison. A match can mean within a certain tolerance limit.
For example, the left eye of the captured image is compared with all of the left eyes of the stored images (
Other expressive facial features are also compared and the coordinates of the expressive features that do not match with any corresponding expressive facial feature in the stored images are stored at 25. Comparator 26 then takes the captured image and subtracts the pixels that are within the stored coordinates of the expressive facial features with no match and only compares the non-expressive features of the captured image with the non-expressive features of the stored images to determine a probability of a match, and also compares the expressive facial features of the captured image that have a match with the expressive features of the stored image.
((CN×N)−CLE1-4) is compared to ((S1N×N)−S1LE1-4) . . . (SnN×N)−SnLE1-4))
This comparison results in a probability of a match with a stored image S160. By removing the non-matching expressive features (the winking left eye) the differences associated with open/closed eyes will not be part of the comparison and thereby reduces false negatives.
Those skilled in the art will appreciate that the face detection system of the present invention has particular utility in the area of security systems, and in-home networking systems where the user must be identified in order to set home preferences. The images of the various people in the house are stored. As the user walks into the room an image is captured and immediately compared to the stored images to determine the identification of the individual in the room. Since the person will be going about normal daily activities it can be easily understood how the facial expressions on the people as they enter a particular environment may be different than his/her facial features in the stored images. Similarly in a security application such as an airport the image of the person as he/she is checking in may be different than his/her image in the stored database.
The imaging device is a digital camera 60 and it is located in a room such as the living room. As a person 61 sits in the sofa/chair the digital camera captures an image. The image is then compared using the present invention with the images stored in the database on the personal computer 62. Once identification is made, the channel on the television 63 is changed to his/her favorite channel and the computer 62 is set to his/her default web page.
While there has been shown and described what is considered to be preferred embodiments of the invention, it will, of course, be understood that various modifications and changes in form or detail could readily be made without departing from the spirit of the invention. It is therefore intended that the invention be not limited to the exact forms described and illustrated, but should be constructed to cover all modifications that may fall within the scope of the appended claims.
| Filing Document | Filing Date | Country | Kind | 371c Date |
|---|---|---|---|---|
| PCT/IB03/05872 | 12/10/2003 | WO | 6/8/2005 |
| Number | Date | Country | |
|---|---|---|---|
| 60433374 | Dec 2002 | US |