Face Recognition Using Laplacian faces

ABSTRACT

The face recognition is a fairly controversial subject right now.A system such as this can recognize and track dangerous criminals and terrorists in a crowd, but some contend that it is an extreme invasion of privacy.The proponents of large-scale face recognition feel that it is a necessary evil to make our country safer.It could benefit the visually impaired and allow them to interact more easily with the environment.Also, a computer vision-based authentication system could be put in place to allow computer access or access to a specific room using face recognition.Another possible application would be to integrate this technology into an artificial intelligence system for more realistic interaction with humans. We propose an appearance-based face recognition method called the Laplacian face approach. By using Locality Preserving Projections (LPP), the face images are mapped into a face subspace for analysis. Different from Principal Component Analysis (PCA) and Linear Discriminant Analysis (LDA) which effectively see only the Euclidean structure of face space, LPP finds an embedding that preserves local information, and obtains a face subspace that best detects the essential face manifold structure. The Laplacian faces are the optimal linear approximations to the eigenfunctions of the Laplace Beltrami operator on the face manifold. In this way, the unwanted variations resulting from changes in lighting, facial expression, and pose may be eliminated or reduced. Face Recognition Using Laplacian faces

EXISTING SYSTEM:

Facial recognition systems are computer-based security systems that are able to automatically detect and identify human faces. These systems depend on a recognition algorithm. Principal Component Analysis (PCA) is a statistical method under the broad title of factor analysis. The purpose of PCA is to reduce the large dimensionality of the data space (observed variables) to the smaller intrinsic dimensionality of feature space (independent variables), which are needed to describe the data economically. This is the case when there is a strong correlation between observed variables. The jobs which PCA can do are prediction, redundancy removal, feature extraction, data compression, etc. Because PCA is a known powerful technique which can do something in the linear domain, applications having linear models are suitable, such as signal processing, image processing, system and control theory, communications, etc.The main idea of using PCA for face recognition is to express the large 1-D vector of pixels constructed from 2-D face image into the compact principal components of the feature space. This is called eigenspace projection. Eigenspace is calculated by identifying the eigenvectors of the covariance matrix derived from a set of fingerprint images (vectors).But the most of the algorithm considers some what global data patterns while recognition process. This will not yield accurate recognition system.

  • Less accurate
  • Does not deal with manifold structure
  • It doest not deal with biometric characteristics.

PROPOSED SYSTEM:

sometimes singular. This stems from the fact that sometimes the number of images in the training set ðnÞ is much smaller than the number of pixels in each image ðmÞ. In such a case, the rank of XDXT is at most n, while XDXT is an matrix,which implies that XDXT is singular. To overcome the complication of a singular XDXT , we first project the image set to a PCA subspace so that the resulting matrix XDXT is non singular. Another consideration of using PCA as preprocessing is for noise reduction. This method, we call Laplacian faces, can learn an optimal subspace for face representation and recognition. The algorithmic procedure.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Related Post