Face Recognition - Computing Research Topics | CSC 3990, Papers of Computer Science

Material Type: Paper; Class: Computing Research Topics; Subject: Computer Science; University: Villanova University; Term: Unknown 2007;

Typology: Papers

Pre 2010

Uploaded on 08/13/2009

koofers-user-sop
koofers-user-sop 🇺🇸

3

(1)

10 documents

1 / 6

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
8
Face Recognition
Jonathan Bruno
Department of Computing Sciences
Villanova University, Villanova, PA 19085
CSC 3990 – Computing Research Topics
Abstract
Biometrics is the automated identification of a person based on physical traits.
One biometric which has received considerable attention in recent years is face
recognition. Face recognition is considered to be one of the most challenging biometrics
because it depends on variations in image quality, orientation, and the subject’s
appearance. This paper discusses current implementations using 2D or 3D based
recognition. 2D recognition achieves generally impressive results. However, accuracy
decreases drastically when the images being compared have significant variations.
Currently, there is much research being done in the area of 3D recognition which hopes
to improve upon the inherent limitations of 2D recognition.
1. Introduction
Face recognition is an attractive biometric for use in security applications. Face
recognition is non-intrusive, it can be performed without the subject’s knowing. This has
become particularly important in modern times because demand for enhanced security is
in public interest.
2. Facial Recognition Approaches
2.1 Eigenface-based Recognition
2D face recognition using eigenfaces is one of the oldest types of face
recognition. Turk and Pentland published the groundbreaking “Face Recognition Using
Eigenfaces” in 1991 [1]. The method works by analyzing face images and computing
eigenfaces, which are faces composed of eigenvectors. Results obtained by comparing
eigenfaces are used to identify the presence of a face and its identity.
There is a five step process involved in the system developed by Turk and
Pentland. First, the system needs to be initialized by feeding it a training set of face
images. These are used to define the face space which is a set of images that are face-like.
Next, when a face is encountered, the system calculates an eigenface for it. By comparing
it with known faces and using some statistical analysis, it can be determined whether the
image presented is a face at all. Then, if an image is determined to be a face, the system
will determine whether it knows the identity of the face or not. The optional final step
concerns frequently encountered, unknown faces, .which the system can learn to
recognize.
The eigenface technique is simple, efficient, and yields generally good results in
controlled circumstances [1]. The system was even tested to track faces on film.
However, there are some limitations of eigenfaces. There is limited robustness to
changes in lighting, angle, and distance [6]. Also, it has been shown that 2D recognition
pf3
pf4
pf5

Partial preview of the text

Download Face Recognition - Computing Research Topics | CSC 3990 and more Papers Computer Science in PDF only on Docsity!

Face Recognition

Jonathan Bruno Department of Computing Sciences Villanova University, Villanova, PA 19085 CSC 3990 – Computing Research Topics [email protected]

Abstract Biometrics is the automated identification of a person based on physical traits. One biometric which has received considerable attention in recent years is face recognition. Face recognition is considered to be one of the most challenging biometrics because it depends on variations in image quality, orientation, and the subject’s appearance. This paper discusses current implementations using 2D or 3D based recognition. 2D recognition achieves generally impressive results. However, accuracy decreases drastically when the images being compared have significant variations. Currently, there is much research being done in the area of 3D recognition which hopes to improve upon the inherent limitations of 2D recognition.

1. Introduction Face recognition is an attractive biometric for use in security applications. Face recognition is non-intrusive, it can be performed without the subject’s knowing. This has become particularly important in modern times because demand for enhanced security is in public interest.

2. Facial Recognition Approaches

2.1 Eigenface-based Recognition 2D face recognition using eigenfaces is one of the oldest types of face recognition. Turk and Pentland published the groundbreaking “Face Recognition Using Eigenfaces” in 1991 [1]. The method works by analyzing face images and computing eigenfaces, which are faces composed of eigenvectors. Results obtained by comparing eigenfaces are used to identify the presence of a face and its identity. There is a five step process involved in the system developed by Turk and Pentland. First, the system needs to be initialized by feeding it a training set of face images. These are used to define the face space which is a set of images that are face-like. Next, when a face is encountered, the system calculates an eigenface for it. By comparing it with known faces and using some statistical analysis, it can be determined whether the image presented is a face at all. Then, if an image is determined to be a face, the system will determine whether it knows the identity of the face or not. The optional final step concerns frequently encountered, unknown faces, .which the system can learn to recognize. The eigenface technique is simple, efficient, and yields generally good results in controlled circumstances [1]. The system was even tested to track faces on film. However, there are some limitations of eigenfaces. There is limited robustness to changes in lighting, angle, and distance [6]. Also, it has been shown that 2D recognition

systems do not capture the actual size of the face, which is a fundamental problem [4]. These limits affect the technique’s application with security cameras because frontal shots and consistent lighting cannot be relied upon.

2.2 3D Face Recognition 3D face recognition is expected to be robust to the types of issues that plague 2D systems [4]. 3D systems generate 3D models of faces and compare them. These systems are more accurate because they capture the actual shape of faces. Skin texture analysis can be used in conjunction with face recognition to improve accuracy by 20 to 25 percent [3]. The acquisition of 3D data is one of the main problems for 3D systems.

2.3 How Humans Perform Face Recognition It is important for researchers to know the results of studies on human face recognition [8]. This information may help them develop ground breaking new methods. After all, rivaling and surpassing the ability of humans is the key goal of computer face recognition research. The key results of a 2006 paper “Face Recognition by Humans: Nineteen Results All Computer Vision Researchers Should Know About” [8] are as follows:

  1. Humans can recognize familiar faces in very low-resolution images.
  2. The ability to tolerate degradations increases with familiarity.
  3. High-frequency information by itself is insufficient for good face recognition performance.
  4. Facial features are processed holistically.
  5. Of the different facial features, eyebrows are among the most important for recognition.
  6. The important configural relationships appear to be independent across the width and height dimensions.
  7. Face-shape appears to be encoded in a slightly caricatured manner.
  8. Prolonged face viewing can lead to high level aftereffects, which suggest prototype-based encoding. See Figure 1 for an example

check-ins, or near objects people are likely to stare at (see Figure 3). This type of traps would aid face recognition software by helping to capture a straight frontal image which allow for higher accuracy of the system. Despite their potential benefit, there appears to be very little research done on facetraps.

Figure 3. Figure depicts increasingly controlled environments from left to right [6].

Some have questioned the legality of face scanning and have argued that such systems which are used to hunt to criminals in public places are an invasion of privacy. From a legal perspective, in the United States, one does not have a right to privacy for things shown in public [6]. For example; these excerpts from Supreme Court decisions help to establish that face recognition is constitutional. “What a person knowingly exposes to the public... is not a subject of Fourth Amendment protection,” United States v. Miller, 425 U.S. 435 (1976). “No person can have a reasonable expectation that others will not know the sound of his voice, any more than he can reasonably expect that his face will be a mystery to the world,” United States v. Dionisio, 410 U.S. 1 (1973). Face recognition must be improved further before it becomes a useful tool for law enforcement. It remains to be seen what the right balance is, socially speaking, between maximizing public safety and respecting individual rights.

3.2 Other Uses of Face Recognition Implementations of face recognition systems include surveillance cameras in Tampa, Florida and Newham, Great Britain [2]. Trials of the systems yielded poor results. The Newham system did not result in a single arrest being made in three years. Logan Airport, in Boston, performed two trials of face recognition systems. The system achieved only 61.7% accuracy [5]. Australian customs recently rolled out its SmartGate system to automate checking faces with passport photos. Google is testing face recognition using a hidden feature in its image searching website [7]. Google purchased computer vision company Neven Vision in 2006 and plans to implement its technology into its Picasa photo software.

4. Future Work Face images which appear in databases are taken in controlled environments. Current face recognition technology has difficulty comparing faces which vary in angles

or lighting. Recent deployments of face recognition systems have yielded poor results because faces captured in the images vary widely from the database images. One way remedy to this situation is to use facetraps. Facetraps are cameras which are strategically placed to capture high quality images of faces. The goal is to obtain images which are as close as possible to those taken in the controlled environment.

Figure 4. Hidden cameras which look like everyday items will be useful to ensure subjects are unaware of the cameras (electrical box and wall clock with hidden cameras are pictured).

Our proposal will determine the effectiveness of different facetrap setups. Several facetrap scenarios will be tested in a busy, public area. Some set ups which will be tried are placing cameras facing doorways, near clocks, behind check-out counters, and behind one way mirrors. It is imperative that hidden cameras be used so that subjects do not realize they are being watched. The cameras will collect data for two months. Image quality will be judged on angle, lighting, and distance. Facetraps which consistently yield good results will be noted as good candidates for actual implementation. Further work may involve new ideas for facetrap placement or tweaks to previously tested methods.

References

[1] Matthew A. Turk, Alex P. Pentland, "Face Recognition Using Eigenfaces," Proc. IEEE Conference on Computer Vision and Pattern Recognition: 586–591. 1991.

[2] Michael Kraus, "Face the facts: facial recognition technology's troubled past--and troubling future," The Free Library, 2002.

[3] Mark Williams, "Better Face-Recognition Software," Technology Review, May 30,