STUDY OF FACE AUTHENTICATION USING EUCLIDEAN AND MAHALANOBIS DISTANCE CLASSIFICATION METHOD

Size: px
Start display at page:

Download "STUDY OF FACE AUTHENTICATION USING EUCLIDEAN AND MAHALANOBIS DISTANCE CLASSIFICATION METHOD"

Transcription

1 STUDY OF FACE AUTHENTICATION USING EUCLIDEAN AND MAHALANOBIS DISTANCE CLASSIFICATION METHOD M.Brindha 1, C.Raviraj 2, K.S.Srikanth 3 1 (Department of EIE, SNS College of Technology, Coimbatore, India, mbrindhaeie@gmail.com) 2 (Department of EIE, SNS College of Technology, Coimbatore, India, raviraj51095@gmail.com) 3 (Department of EIE, SNS College of Technology, Coimbatore, India, srikanth24zin@gmail.com) Abstract In face recognition feature extraction and classification are the two aspects to be focused. In principle component analysis (PCA) based face recognition technique, the 2D face image matrices must be previously transformed in to one dimensional image vectors. In this paper two dimensional principle component analysis(2dpca) is used to extract the features. Comparing to conventional principle component analysis, two dimensional principle component analysis is based on 2D matrices rather than 1D vectors. The image matrix is formed directly using original image matrices Recognition rate seems to be higher using two dimensional principle component analysis. The Mahalanobis distance is a metric which is better adapted than the usual Euclidean distance to settings involving non spherically symmetric distribution. Recall, precision, fmeasure, recognition rate are calculated and the results are analyzed for Oracle Research Laboratory (ORL) database and for the database taken using normal digital camera. This paper includes the comparison of Euclidean and Mahalanobis Distance classification methods and analyzes the results. Keywords Fmeasure; Precision; Recall; Recognition rate; Two dimensional principle component analysis (2DPCA) 1. INTRODUCTION Biometrics is becoming important in our securityheightened world [1].Automatic face recognition is an interesting computer vision problem with many commercial and law enforcement applications [2]. If an effective face recognition system can be implemented then Mugshot matching, user verification and user access control, crowd surveillance, enhanced human computer interaction all become possible [3]. However, still face recognition is an active area of research to solve the face recognition problem. In the PCA-based face recognition technique, the 2D face image matrices must be previously transformed into 1D image vectors. Usually, the resulting image vectors of faces lead to a high dimensional image vector space, where covariance matrix is difficult to evaluate accurately due to its large size and the relatively small number of training samples. Fortunately, the eigenvectors (eigenfaces) can be calculated efficiently using the Singular Value Decomposition (SVD) techniques [6], [7] and the process of generating the covariance matrix is actually avoided. In this paper, a straightforward image projection technique, called two-dimensional principal component analysis (2DPCA), is developed for image feature extraction. As opposed to conventional PCA, 2DPCA is based on 2D matrices rather than 1D vectors. That is, the image matrix does not need to be previously transformed into a vector. Instead, an image covariance matrix can be constructed directly using the original image matrices. In contrast to the covariance matrix Of PCA, the size of the image covariance matrix using 2DPCA is much smaller. As a result, 2DPCA has two important advantages over PCA. First, it is easier to evaluate the covariance matrix accurately. Second, less time is required to determine the corresponding eigen vectors[5]. This paper is organized as follows. Section II describes about the steps for feature extraction, Section III deals with mathematical formulations of 2DPCA,Section IV shows experimental results and observations. The paper concludes with section V 2. PRINCIPLE COMPONENT ANALYSIS Principle component analysis, also called as Karhunen Loeve expansion. It is a classical feature extraction and data representation technique and it is widely used in the areas of pattern recognition and computer vision. Let a face image I(x,y) n be a two-dimensional N by N array of intensity values or a vector of dimension N 2. A typical image of size 256 by 256 describes a vector of dimension 65,536, or equivalently, a point in 65,536-dimensional space [5]. Consider our training set of images of 85 by 95 pixels. The main objective of PCA is to find the vectors which best account for the distribution of the face images within the entire image space. Fig 1.Flow chart for face detection Volume: 04 Issue:

2 2.1 STEPS FOR FEATURE EXTRACTION 1. A set S is obtained with M face images in the first step. Each image is transformed into a vector of size N and placed into the set. S={ Γ, Γ₂, Γ₃,,Γmm} (1) 2. Second step is to obtain the mean image Ψ. Ψ = 1 mm Гnn nn=1 (2) 3.Find the difference F between the input image and the mean image φᵢ =Γᵢ- Ψ (3) 4. Next it seek a set of M orthonormal vectors,u n, which best describes the distribution of the data. The k th vector, u k,is chosen such that λ k= 1 ( NN=1 uᵀkɸ n ) 2 (4) where λk is the eigenvalues of the covariance matrix C 5. The covariance matrix C has been obtained in the following manner C= 1 ɸ nn=1 nɸᵀn (5) =AAᵀ A={ɸ1,ɸ2,ɸ3, ɸn} 6. The huge computational task is to find eigenvectors from the covariance matrix. Since M is far less than N 2 by N 2, we can construct the M by M matrix L= Aᵀ A. 7. Find the M eigenvector, v 1 of L. 8. These vectors (v 1 ) determine linear combinations of the M training set face images to form the eigenfaces u 1. u 1= VV lk ɸ k l=1,2,.m (6) 9. Project each of the original images into eigenspace. This gives a vector of weights representing the contribution of each eigenfaces to the reconstruction of the given image. ὡ kk = uᵀk(γ- Ψ ) Ω T =[ω 1,ω 2,ω 3, ω M ] (7) where uk is the k th eigenvector and ω k is the k th weight in the vector. 3. TWO DIMENSIONAL PRINCIPLE COMPONENT ANALYSIS Normally, in PCA-based face recognition methods, concatenation technique is used to transform the 2D face image samples into 1D image vectors. In 2DPCA model, the 2D features are obtained directly from original vector space of a face image. rather than from a vectorized 1D space. The 2DPCA overcomes the drawbacks of PCA. The usage of 2DPCA for face recognition is a novel idea and is discussed in this section. The steps of 2DPCA face recognition model are given below. To form a training set, acquire face images (X1, X2,..XN) 2DPCA is used to extract features for each training sample and each testing sample. The image is recognized after classification. Recognition result is obtained. Fig 2.Five sample images of one subject in the ORL face database. Fig 3.Five sample images of face database taken using normal camera. 3.1 MATHEMATICAL FORMULATION: Let X denotes an n-dimensional unitary column vector. By using linear transformation the image A, an m x n random matrix onto X is projected. Y=AX (8) To measure the discriminatory power of the projection vector X, the total scatter of the projected samples can be introduced. The total scatter of the projected samples can be characterized by the trace of the covariance matrix of the projected feature vectors. The covariance matrix of the projected feature vectors of the training samples can be denoted as Sx and tr(sx) denotes the trace of Sx. The physical significance of maximizing the criterion is to find a projection direction X, onto which all samples are projected, so that the total scatter of the resulting projected samples is maximized. The covariance matrix Sx can be denoted by Sx=E(Y-EY)](Y-EY) T =E(AX-EAX)(AX-EAX) T = E[(A-EA)X][(A-EA)X] T (9) So, tr(sx)= X T [E(A-EA) T (A-EA)]X. (10) Then the following matrix will be, G t =E[(A-EA) T (A-EA)] (11) The matrix G t is called the image covariance (scatter) matrix.to verify that G t is an nxn non negative definite matrix is easy. We can evaluate G t directly using the training image samples. Suppose that there are M training image samples in total, the jth training image is denoted by an m x n matrix A j (j=1,2, M), and the average image of all training samples is denoted by A. Then, Gt can be calculated by M 1 G = ( Ak A)( Ak A) M k = 1 Alternatively, the value of J(X) can be expressed by J(X)=X T G t X t (12) Where X is a unitary column vector. This criterion is called the generalized total scatter criterion. The unitary vector X that maximizes the criterion is called the optimal projection axis. Intuitively, this means that the total scatter of the T Volume: 04 Issue:

3 projected samples is maximized after the projection of an image matrix onto X.The optimal projection axis is denoted as Xopt and it is the unitary vector that maximizes J(X), i.e., the eigenvector of G t corresponding to the largest eigenvalue.in fact, the optimal projection axes, X1, Xd, are the orthonormal eigenvectors of G t corresponding to the first d largest eigenvalues. Feature Extraction The optimal projection vectors of 2DPCA, X1 Xd, are used for feature extraction. For a given image sample A, let Y K =AX K ; K=1,2,,d (13) Then, we obtain a family of projected feature vectors, Y1 Yd, which are called the principal component (vectors) of the sample image A. It should be noted that each principal component of 2DPCA is a vector, whereas the principal component of PCA is a scalar. The principal component vectors obtained are used to form an m x d matrix B =[Y1, Yd], which is called the feature matrix or feature image of the image sample A. 3.2 CLASSIFICATION METHOD USING MAHALANOBIS DISTANCE Transformation is done by 2DPCA and a feature matrix is obtained for each image. Then, a nearest neighbor classifier is used for classification. Here, the distance between two arbitrary feature matrices, B i =[Y 1 (i), Y 2 (i) Y d (i) ] and Bj= [Y 1 (j), Y 2 (j) Y d (j) ] is defined by d(b i, B j ) which denotes the Mahalanobis distance between the two principal component vectors Y k (i) and Y k (j). 3.3 CLASSIFICATION METHOD USING EUCLIDEAN DISTANCE We calculate the distance between the test image from each image from the training base. If the distance between them is minimum, then it seems to be that which image from the database matches the test image best. The Euclidean distance is measured or calculated using the formula given below. DD D(A,B)= (aaᵢ bbᵢ) 2 = A-B (14) ii=1 4. EXPERIMENT RESULTS AND OBSERVATIONS The figure 2 shows the sample ORL database and the figure 3 shows the sample database taken using normal digital camera contains images from 40 individuals, each providing 10 different images. The facial expressions (open or closed eyes, smiling or non smiling) and facial details (glasses or no glasses) also vary. The images were taken with a tolerance for some tilting and rotation of the face of up to 20 degrees. Moreover, there is also some variation in the scale of up to about 10 percent. The resolutions of all images are of 92x112 pixels. (a) (b) Fig 4.Face recognition for (a) ORL database (b)database taken using normal digital camera TABLE 1.TRAINING AND TESTING VALUES FOR ORL DATSABASE train=1 train=2 testing=5 train=6 testing=4 Recall Precision Fmeasure Recognition Rate Fig 4 (a) and (b) shows verification of images for ORL database and the database taken using normal digital camera. Face recognition is done by calculating the distance of test image from each image from the training base. Minimum distance shows us which image from the database matches the test image best. The Table 1 and 2 shows Training and testing values for ORL database and for the database taken using normal digital camera. The values of recall, precision, fmeasure and recognition rate are obtained and the results are analyzed. TABLE 2.TRAINING AND TESTING VALUES FOR THE DATABASE TAKEN USING NORMAL DIGITAL CAMERA train=1 train=2 Recall Precision Fmeasure Recognition Rate Volume: 04 Issue:

4 testing=5 train=6 testing= COMPARISION OF RECOGNITION RATE Recognition Rate ORL Database Database Taken Using Normal Digital Camera 75 Fig 5. Comparison of recognition rate for ORL database and for the database taken using normal digital camera The PCA method and the proposed 2DPCA method were used for feature extraction. In 2DPCA, Mahalanobis distance is used to calculate the distance between two feature matrices (formed by the principal component vectors) whereas in PCA (Eigenfaces), the common Euclidean distance measure is used. The 2DPCA algorithm was first used for feature extraction.here, the size of image covariance matrix Gt was 92 x 92, so it was very easy to calculate its eigenvectors. We choose the eigenvectors corresponding to 10 largest eigenvalues, X 1 X 10, as projection axes. After the projection of the image sample onto these axes, we obtained ten principal component vectors, Y 1 Y 10.Hence it can be concluded that the energy of an image is concentrated on its first small number of component vectors. Therefore, it is reasonable to use these component vectors to represent the image for recognition purposes. On the other hand, by adding up the first d sub images together, we obtain an approximate reconstruction of the original image. For comparison, the PCA (Eigenfaces) was also used to represent and reconstruct the same face image..the PCA did not perform as well in the reconstruction of this image The time taken by 2DPCA for feature extraction is less compared to conventional PCA. As the number of training samples per class is increased, the relative gain between 2DPCA & PCA becomes apparent.here, it should be pointed out that PCA used all components for achieving the maximal recognition accuracy when there are one or two samples per person for training. The computational efficiency of 2DPCA method is also superior to PCA in terms of computational efficiency for feature extraction. As the number of training samples per class is increased, the relative gain between 2DPCA and PCA becomes more apparent. However, one disadvantage of 2DPCA (compared to PCA) is that more coefficients are needed to represent an image. It is clear that dimension of the 2DPCA feature vector is always much higher than PCA at top recognition accuracy. For the ORL database, 2DPCA outperformed PCA significantly in the trials. A. Selected Test Image Fig 6.Test image The fig 6 shows the selected test image and the figure 7 shows the recognised output for the given test image. Fig 7. Recognition output of the given test image 5. CONCLUSION AND FUTURE WORK In this paper Two Dimensional Principle Component Analysis is used as a proposed feature extraction technique. Mahalanobis Distance is a metric better adapted than the usual Euclidean distance and it involves non spherical symmetric distributions. It increases the quality of image reconstruction. By using PCA the values of fmeasure, recall, precision are calculated. The recognition rate for 2DPCA is better compared to conventional PCA. When a small number of the principal components of PCA are used to represent an image, the mean square error (MSE) between the approximation and the original pattern is minimal. The future work includes the comparison of various classification methods with the proposed method and analyzes the results. REFERENCES [1] Zhao, W., Chellappa, R., Rosenfeld, A., Phillips, Face Recognition: A Literature Survey, ACM Computing Surveys, pp , [2] P. Sinha, B. Balas, Y. Ostrovsky, R. Russell, Face Recognition by Humans: 19 Results All Computer Vision Researchers Should Know About, Proceedings of the IEEE, Vol. 94, No. 11,, pp , Volume: 04 Issue:

5 [3] Zhu, Y., De Silva, L.C., and Ko, C.C. Using moment invariants and H in facial expression recognition, (2000). [4] Marijeta Slavkovic, Dubravka Jevtic, Face Recognition using Eigenface Approach,Serbian Journal Of Electrical Engineering, Vol. 9, No. 1, February 2012, [5] Jian Yang, David Zhang, Senior Member, IEEE Alejandro F. Frangi, and Jing-yu Yang., Two-Dimensional PCA: A New Approach to Appearance-Based Face Representation and Recognition,IEEE Transactions On Pattern Analysis And Machine Intelligence, Vol. 26, No. 1, January 2004 [6] L.Sirovich and M. Kirby, Low-Dimensional Procedure for Characterization of Human Faces, J. Optical Soc. Am., Vol. 4, pp , [7] M. Kirby and L. Sirovich, Application of the KL Procedure for the Characterization of Human Faces, IEEE Trans. Pattern Analysis and Machine Intelligence, Vol. 12, no. 1, pp , January [8] Sanguansat, W. Asdornwised, S. Jitapunkul S.Marukatat, Twodimensional linear discriminant analysis of principal component Vectors for face recognition, IEEE, [9] Rafael C. Gonzalez and Richard E. Woods. Digital image processing, Second Edition, published by Pearson Education, [10] Huang, et al., Universal Approximation Using Incremental Networks with Random Hidden Computational Nodes, IEEE Transactions on Neural Networks, Vol. 17, No. 4, pp , [11] Liang, et al., A Fast and Accurate On-line Sequential Learning Algorithm for Feed forward Networks IEEE Transactions on Neural Networks, Vol. 17, No. 6, pp , [12] Pentland.A, Looking at People: Sensing for Ubiquitous and Wearable Computing, IEEE Trans. Pattern Analysis and Machine Intelligence, Vol. 22, No. 1, pp , January [13] Anil K.Jain, Robert P.W.Duin. Statistical pattern recognition: A Review. IEEE Trans. Pattern Anal. Mach. Intell., Vol.22, No.1, Volume: 04 Issue:

Multidirectional 2DPCA Based Face Recognition System

Multidirectional 2DPCA Based Face Recognition System Multidirectional 2DPCA Based Face Recognition System Shilpi Soni 1, Raj Kumar Sahu 2 1 M.E. Scholar, Department of E&Tc Engg, CSIT, Durg 2 Associate Professor, Department of E&Tc Engg, CSIT, Durg Email:

More information

An Integrated Face Recognition Algorithm Based on Wavelet Subspace

An Integrated Face Recognition Algorithm Based on Wavelet Subspace , pp.20-25 http://dx.doi.org/0.4257/astl.204.48.20 An Integrated Face Recognition Algorithm Based on Wavelet Subspace Wenhui Li, Ning Ma, Zhiyan Wang College of computer science and technology, Jilin University,

More information

Adaptive Video Compression using PCA Method

Adaptive Video Compression using PCA Method Adaptive Video Compression using Method Mostafa Mofarreh-Bonab Department of Electrical and Computer Engineering Shahid Beheshti University,Tehran, Iran Mohamad Mofarreh-Bonab Electrical and Electronic

More information

Two-Dimensional PCA: A New Approach to Appearance-Based Face Representation and Recognition

Two-Dimensional PCA: A New Approach to Appearance-Based Face Representation and Recognition IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 26, NO. 1, JANUARY 2004 131 Two-Dimensional PCA: A New Approach to Appearance-Based Face Representation and Recognition Jian Yang, David

More information

Fuzzy Bidirectional Weighted Sum for Face Recognition

Fuzzy Bidirectional Weighted Sum for Face Recognition Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 447-452 447 Fuzzy Bidirectional Weighted Sum for Face Recognition Open Access Pengli Lu

More information

Image-Based Face Recognition using Global Features

Image-Based Face Recognition using Global Features Image-Based Face Recognition using Global Features Xiaoyin xu Research Centre for Integrated Microsystems Electrical and Computer Engineering University of Windsor Supervisors: Dr. Ahmadi May 13, 2005

More information

Linear Discriminant Analysis for 3D Face Recognition System

Linear Discriminant Analysis for 3D Face Recognition System Linear Discriminant Analysis for 3D Face Recognition System 3.1 Introduction Face recognition and verification have been at the top of the research agenda of the computer vision community in recent times.

More information

FACE RECOGNITION USING SUPPORT VECTOR MACHINES

FACE RECOGNITION USING SUPPORT VECTOR MACHINES FACE RECOGNITION USING SUPPORT VECTOR MACHINES Ashwin Swaminathan ashwins@umd.edu ENEE633: Statistical and Neural Pattern Recognition Instructor : Prof. Rama Chellappa Project 2, Part (b) 1. INTRODUCTION

More information

Facial Expression Recognition using Principal Component Analysis with Singular Value Decomposition

Facial Expression Recognition using Principal Component Analysis with Singular Value Decomposition ISSN: 2321-7782 (Online) Volume 1, Issue 6, November 2013 International Journal of Advance Research in Computer Science and Management Studies Research Paper Available online at: www.ijarcsms.com Facial

More information

CHAPTER 3 PRINCIPAL COMPONENT ANALYSIS AND FISHER LINEAR DISCRIMINANT ANALYSIS

CHAPTER 3 PRINCIPAL COMPONENT ANALYSIS AND FISHER LINEAR DISCRIMINANT ANALYSIS 38 CHAPTER 3 PRINCIPAL COMPONENT ANALYSIS AND FISHER LINEAR DISCRIMINANT ANALYSIS 3.1 PRINCIPAL COMPONENT ANALYSIS (PCA) 3.1.1 Introduction In the previous chapter, a brief literature review on conventional

More information

International Journal of Digital Application & Contemporary research Website: (Volume 1, Issue 8, March 2013)

International Journal of Digital Application & Contemporary research Website:   (Volume 1, Issue 8, March 2013) Face Recognition using ICA for Biometric Security System Meenakshi A.D. Abstract An amount of current face recognition procedures use face representations originate by unsupervised statistical approaches.

More information

Performance Evaluation of PCA and LDA for Face Recognition

Performance Evaluation of PCA and LDA for Face Recognition Performance Evaluation of PCA and LDA for Face Recognition S. K. Hese, M. R. Banwaskar Department of Electronics & Telecommunication, MGM s College of Engineering Nanded Near Airport, Nanded, Maharashtra,

More information

A Hierarchical Face Identification System Based on Facial Components

A Hierarchical Face Identification System Based on Facial Components A Hierarchical Face Identification System Based on Facial Components Mehrtash T. Harandi, Majid Nili Ahmadabadi, and Babak N. Araabi Control and Intelligent Processing Center of Excellence Department of

More information

A Matlab based Face Recognition GUI system Using Principal Component Analysis and Artificial Neural Network

A Matlab based Face Recognition GUI system Using Principal Component Analysis and Artificial Neural Network A Matlab based Face Recognition GUI system Using Principal Component Analysis and Artificial Neural Network Achala Khandelwal 1 and Jaya Sharma 2 1,2 Asst Prof Department of Electrical Engineering, Shri

More information

Applications Video Surveillance (On-line or off-line)

Applications Video Surveillance (On-line or off-line) Face Face Recognition: Dimensionality Reduction Biometrics CSE 190-a Lecture 12 CSE190a Fall 06 CSE190a Fall 06 Face Recognition Face is the most common biometric used by humans Applications range from

More information

Haresh D. Chande #, Zankhana H. Shah *

Haresh D. Chande #, Zankhana H. Shah * Illumination Invariant Face Recognition System Haresh D. Chande #, Zankhana H. Shah * # Computer Engineering Department, Birla Vishvakarma Mahavidyalaya, Gujarat Technological University, India * Information

More information

IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 14, NO. 1, JANUARY Face Recognition Using LDA-Based Algorithms

IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 14, NO. 1, JANUARY Face Recognition Using LDA-Based Algorithms IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 14, NO. 1, JANUARY 2003 195 Brief Papers Face Recognition Using LDA-Based Algorithms Juwei Lu, Kostantinos N. Plataniotis, and Anastasios N. Venetsanopoulos Abstract

More information

Face Recognition using Principle Component Analysis, Eigenface and Neural Network

Face Recognition using Principle Component Analysis, Eigenface and Neural Network Face Recognition using Principle Component Analysis, Eigenface and Neural Network Mayank Agarwal Student Member IEEE Noida,India mayank.agarwal@ieee.org Nikunj Jain Student Noida,India nikunj262@gmail.com

More information

Recognition of Non-symmetric Faces Using Principal Component Analysis

Recognition of Non-symmetric Faces Using Principal Component Analysis Recognition of Non-symmetric Faces Using Principal Component Analysis N. Krishnan Centre for Information Technology & Engineering Manonmaniam Sundaranar University, Tirunelveli-627012, India Krishnan17563@yahoo.com

More information

Image Based Feature Extraction Technique For Multiple Face Detection and Recognition in Color Images

Image Based Feature Extraction Technique For Multiple Face Detection and Recognition in Color Images Image Based Feature Extraction Technique For Multiple Face Detection and Recognition in Color Images 1 Anusha Nandigam, 2 A.N. Lakshmipathi 1 Dept. of CSE, Sir C R Reddy College of Engineering, Eluru,

More information

A Survey on Feature Extraction Techniques for Palmprint Identification

A Survey on Feature Extraction Techniques for Palmprint Identification International Journal Of Computational Engineering Research (ijceronline.com) Vol. 03 Issue. 12 A Survey on Feature Extraction Techniques for Palmprint Identification Sincy John 1, Kumudha Raimond 2 1

More information

An Efficient Secure Multimodal Biometric Fusion Using Palmprint and Face Image

An Efficient Secure Multimodal Biometric Fusion Using Palmprint and Face Image International Journal of Computer Science Issues, Vol. 2, 2009 ISSN (Online): 694-0784 ISSN (Print): 694-084 49 An Efficient Secure Multimodal Biometric Fusion Using Palmprint and Face Image Nageshkumar.M,

More information

Local Similarity based Linear Discriminant Analysis for Face Recognition with Single Sample per Person

Local Similarity based Linear Discriminant Analysis for Face Recognition with Single Sample per Person Local Similarity based Linear Discriminant Analysis for Face Recognition with Single Sample per Person Fan Liu 1, Ye Bi 1, Yan Cui 2, Zhenmin Tang 1 1 School of Computer Science and Engineering, Nanjing

More information

Determination of 3-D Image Viewpoint Using Modified Nearest Feature Line Method in Its Eigenspace Domain

Determination of 3-D Image Viewpoint Using Modified Nearest Feature Line Method in Its Eigenspace Domain Determination of 3-D Image Viewpoint Using Modified Nearest Feature Line Method in Its Eigenspace Domain LINA +, BENYAMIN KUSUMOPUTRO ++ + Faculty of Information Technology Tarumanagara University Jl.

More information

Face recognition based on improved BP neural network

Face recognition based on improved BP neural network Face recognition based on improved BP neural network Gaili Yue, Lei Lu a, College of Electrical and Control Engineering, Xi an University of Science and Technology, Xi an 710043, China Abstract. In order

More information

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 8. Face recognition attendance system based on PCA approach

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 8. Face recognition attendance system based on PCA approach Computer Aided Drafting, Design and Manufacturing Volume 6, Number, June 016, Page 8 CADDM Face recognition attendance system based on PCA approach Li Yanling 1,, Chen Yisong, Wang Guoping 1. Department

More information

Unsupervised learning in Vision

Unsupervised learning in Vision Chapter 7 Unsupervised learning in Vision The fields of Computer Vision and Machine Learning complement each other in a very natural way: the aim of the former is to extract useful information from visual

More information

Linear Discriminant Analysis in Ottoman Alphabet Character Recognition

Linear Discriminant Analysis in Ottoman Alphabet Character Recognition Linear Discriminant Analysis in Ottoman Alphabet Character Recognition ZEYNEB KURT, H. IREM TURKMEN, M. ELIF KARSLIGIL Department of Computer Engineering, Yildiz Technical University, 34349 Besiktas /

More information

PCA and KPCA algorithms for Face Recognition A Survey

PCA and KPCA algorithms for Face Recognition A Survey PCA and KPCA algorithms for Face Recognition A Survey Surabhi M. Dhokai 1, Vaishali B.Vala 2,Vatsal H. Shah 3 1 Department of Information Technology, BVM Engineering College, surabhidhokai@gmail.com 2

More information

Comparison of Different Face Recognition Algorithms

Comparison of Different Face Recognition Algorithms Comparison of Different Face Recognition Algorithms Pavan Pratap Chauhan 1, Vishal Kumar Lath 2 and Mr. Praveen Rai 3 1,2,3 Computer Science and Engineering, IIMT College of Engineering(Greater Noida),

More information

Image Processing and Image Representations for Face Recognition

Image Processing and Image Representations for Face Recognition Image Processing and Image Representations for Face Recognition 1 Introduction Face recognition is an active area of research in image processing and pattern recognition. Since the general topic of face

More information

Face Recognition Using SIFT- PCA Feature Extraction and SVM Classifier

Face Recognition Using SIFT- PCA Feature Extraction and SVM Classifier IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 2, Ver. II (Mar. - Apr. 2015), PP 31-35 e-issn: 2319 4200, p-issn No. : 2319 4197 www.iosrjournals.org Face Recognition Using SIFT-

More information

Face Recognition for Mobile Devices

Face Recognition for Mobile Devices Face Recognition for Mobile Devices Aditya Pabbaraju (adisrinu@umich.edu), Srujankumar Puchakayala (psrujan@umich.edu) INTRODUCTION Face recognition is an application used for identifying a person from

More information

Dr. K. Nagabhushan Raju Professor, Dept. of Instrumentation Sri Krishnadevaraya University, Anantapuramu, Andhra Pradesh, India

Dr. K. Nagabhushan Raju Professor, Dept. of Instrumentation Sri Krishnadevaraya University, Anantapuramu, Andhra Pradesh, India Volume 6, Issue 10, October 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Design and

More information

Bahar HATİPOĞLU 1, and Cemal KÖSE 1

Bahar HATİPOĞLU 1, and Cemal KÖSE 1 Gender Recognition from Face Images Using PCA and LBP Bahar HATİPOĞLU 1, and Cemal KÖSE 1 1 Department of Computer Engineering, Karadeniz Technical University, Trabzon, Turkey baharhatipoglu@ktu.edu.tr,

More information

Face Recognition for Different Facial Expressions Using Principal Component analysis

Face Recognition for Different Facial Expressions Using Principal Component analysis Face Recognition for Different Facial Expressions Using Principal Component analysis ASHISH SHRIVASTAVA *, SHEETESH SAD # # Department of Electronics & Communications, CIIT, Indore Dewas Bypass Road, Arandiya

More information

Robust Face Recognition via Sparse Representation Authors: John Wright, Allen Y. Yang, Arvind Ganesh, S. Shankar Sastry, and Yi Ma

Robust Face Recognition via Sparse Representation Authors: John Wright, Allen Y. Yang, Arvind Ganesh, S. Shankar Sastry, and Yi Ma Robust Face Recognition via Sparse Representation Authors: John Wright, Allen Y. Yang, Arvind Ganesh, S. Shankar Sastry, and Yi Ma Presented by Hu Han Jan. 30 2014 For CSE 902 by Prof. Anil K. Jain: Selected

More information

Principal Component Analysis (PCA) is a most practicable. statistical technique. Its application plays a major role in many

Principal Component Analysis (PCA) is a most practicable. statistical technique. Its application plays a major role in many CHAPTER 3 PRINCIPAL COMPONENT ANALYSIS ON EIGENFACES 2D AND 3D MODEL 3.1 INTRODUCTION Principal Component Analysis (PCA) is a most practicable statistical technique. Its application plays a major role

More information

GENDER CLASSIFICATION USING SUPPORT VECTOR MACHINES

GENDER CLASSIFICATION USING SUPPORT VECTOR MACHINES GENDER CLASSIFICATION USING SUPPORT VECTOR MACHINES Ashwin Swaminathan ashwins@umd.edu ENEE633: Statistical and Neural Pattern Recognition Instructor : Prof. Rama Chellappa Project 2, Part (a) 1. INTRODUCTION

More information

Diagonal Principal Component Analysis for Face Recognition

Diagonal Principal Component Analysis for Face Recognition Diagonal Principal Component nalysis for Face Recognition Daoqiang Zhang,2, Zhi-Hua Zhou * and Songcan Chen 2 National Laboratory for Novel Software echnology Nanjing University, Nanjing 20093, China 2

More information

Enhanced Facial Expression Recognition using 2DPCA Principal component Analysis and Gabor Wavelets.

Enhanced Facial Expression Recognition using 2DPCA Principal component Analysis and Gabor Wavelets. Enhanced Facial Expression Recognition using 2DPCA Principal component Analysis and Gabor Wavelets. Zermi.Narima(1), Saaidia.Mohammed(2), (1)Laboratory of Automatic and Signals Annaba (LASA), Department

More information

LOCAL APPEARANCE BASED FACE RECOGNITION USING DISCRETE COSINE TRANSFORM

LOCAL APPEARANCE BASED FACE RECOGNITION USING DISCRETE COSINE TRANSFORM LOCAL APPEARANCE BASED FACE RECOGNITION USING DISCRETE COSINE TRANSFORM Hazim Kemal Ekenel, Rainer Stiefelhagen Interactive Systems Labs, University of Karlsruhe Am Fasanengarten 5, 76131, Karlsruhe, Germany

More information

Class-Information-Incorporated Principal Component Analysis

Class-Information-Incorporated Principal Component Analysis Class-Information-Incorporated Principal Component Analysis Songcan Chen * Tingkai Sun Dept. of Computer Science & Engineering, Nanjing University of Aeronautics & Astronautics, Nanjing, 210016, China

More information

Index. Symbols. Index 353

Index. Symbols. Index 353 Index 353 Index Symbols 1D-based BID 12 2D biometric images 7 2D image matrix-based LDA 274 2D transform 300 2D-based BID 12 2D-Gaussian filter 228 2D-KLT 300, 302 2DPCA 293 3-D face geometric shapes 7

More information

Recognition, SVD, and PCA

Recognition, SVD, and PCA Recognition, SVD, and PCA Recognition Suppose you want to find a face in an image One possibility: look for something that looks sort of like a face (oval, dark band near top, dark band near bottom) Another

More information

Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong)

Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong) Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong) References: [1] http://homepages.inf.ed.ac.uk/rbf/hipr2/index.htm [2] http://www.cs.wisc.edu/~dyer/cs540/notes/vision.html

More information

Application of 2DPCA Based Techniques in DCT Domain for Face Recognition

Application of 2DPCA Based Techniques in DCT Domain for Face Recognition Application of 2DPCA Based Techniques in DCT Domain for Face Recognition essaoud Bengherabi, Lamia ezai, Farid Harizi, Abderraza Guessoum 2, and ohamed Cheriet 3 Centre de Développement des Technologies

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 4,000 6,000 M Open access books available International authors and editors Downloads Our authors

More information

IMPROVED FACE RECOGNITION USING ICP TECHNIQUES INCAMERA SURVEILLANCE SYSTEMS. Kirthiga, M.E-Communication system, PREC, Thanjavur

IMPROVED FACE RECOGNITION USING ICP TECHNIQUES INCAMERA SURVEILLANCE SYSTEMS. Kirthiga, M.E-Communication system, PREC, Thanjavur IMPROVED FACE RECOGNITION USING ICP TECHNIQUES INCAMERA SURVEILLANCE SYSTEMS Kirthiga, M.E-Communication system, PREC, Thanjavur R.Kannan,Assistant professor,prec Abstract: Face Recognition is important

More information

FACE RECOGNITION BASED ON GENDER USING A MODIFIED METHOD OF 2D-LINEAR DISCRIMINANT ANALYSIS

FACE RECOGNITION BASED ON GENDER USING A MODIFIED METHOD OF 2D-LINEAR DISCRIMINANT ANALYSIS FACE RECOGNITION BASED ON GENDER USING A MODIFIED METHOD OF 2D-LINEAR DISCRIMINANT ANALYSIS 1 Fitri Damayanti, 2 Wahyudi Setiawan, 3 Sri Herawati, 4 Aeri Rachmad 1,2,3,4 Faculty of Engineering, University

More information

Principal Component Analysis and Neural Network Based Face Recognition

Principal Component Analysis and Neural Network Based Face Recognition Principal Component Analysis and Neural Network Based Face Recognition Qing Jiang Mailbox Abstract People in computer vision and pattern recognition have been working on automatic recognition of human

More information

Enhancing Performance of Face Recognition System Using Independent Component Analysis

Enhancing Performance of Face Recognition System Using Independent Component Analysis Enhancing Performance of Face Recognition System Using Independent Component Analysis Dipti Rane 1, Prof. Uday Bhave 2, and Asst Prof. Manimala Mahato 3 Student, Computer Science, Shah and Anchor Kuttchi

More information

Face Detection and Recognition in an Image Sequence using Eigenedginess

Face Detection and Recognition in an Image Sequence using Eigenedginess Face Detection and Recognition in an Image Sequence using Eigenedginess B S Venkatesh, S Palanivel and B Yegnanarayana Department of Computer Science and Engineering. Indian Institute of Technology, Madras

More information

Face Recognition Based on LDA and Improved Pairwise-Constrained Multiple Metric Learning Method

Face Recognition Based on LDA and Improved Pairwise-Constrained Multiple Metric Learning Method Journal of Information Hiding and Multimedia Signal Processing c 2016 ISSN 2073-4212 Ubiquitous International Volume 7, Number 5, September 2016 Face Recognition ased on LDA and Improved Pairwise-Constrained

More information

FACE RECOGNITION FROM A SINGLE SAMPLE USING RLOG FILTER AND MANIFOLD ANALYSIS

FACE RECOGNITION FROM A SINGLE SAMPLE USING RLOG FILTER AND MANIFOLD ANALYSIS FACE RECOGNITION FROM A SINGLE SAMPLE USING RLOG FILTER AND MANIFOLD ANALYSIS Jaya Susan Edith. S 1 and A.Usha Ruby 2 1 Department of Computer Science and Engineering,CSI College of Engineering, 2 Research

More information

Fingerprint Recognition using Texture Features

Fingerprint Recognition using Texture Features Fingerprint Recognition using Texture Features Manidipa Saha, Jyotismita Chaki, Ranjan Parekh,, School of Education Technology, Jadavpur University, Kolkata, India Abstract: This paper proposes an efficient

More information

The Novel Approach for 3D Face Recognition Using Simple Preprocessing Method

The Novel Approach for 3D Face Recognition Using Simple Preprocessing Method The Novel Approach for 3D Face Recognition Using Simple Preprocessing Method Parvin Aminnejad 1, Ahmad Ayatollahi 2, Siamak Aminnejad 3, Reihaneh Asghari Abstract In this work, we presented a novel approach

More information

Automatic Attendance System Based On Face Recognition

Automatic Attendance System Based On Face Recognition Automatic Attendance System Based On Face Recognition Sujay Patole 1, Yatin Vispute 2 B.E Student, Department of Electronics and Telecommunication, PVG s COET, Shivadarshan, Pune, India 1 B.E Student,

More information

Dimension Reduction CS534

Dimension Reduction CS534 Dimension Reduction CS534 Why dimension reduction? High dimensionality large number of features E.g., documents represented by thousands of words, millions of bigrams Images represented by thousands of

More information

Face Recognition Using Eigen-Face Implemented On DSP Processor

Face Recognition Using Eigen-Face Implemented On DSP Processor Face Recognition Using Eigen-Face Implemented On DSP Processor Nawaf Hazim Barnouti E-mail-nawafhazim1987@gmail.com, nawafhazim1987@yahoo.com Abstract This paper focus to develop an automatic face recognition

More information

Interferogram Analysis using Active Instance-Based Learning

Interferogram Analysis using Active Instance-Based Learning Interferogram Analysis using Active Instance-Based Learning Olac Fuentes and Thamar Solorio Instituto Nacional de Astrofísica, Óptica y Electrónica Luis Enrique Erro 1 Santa María Tonantzintla, Puebla,

More information

Digital Information Facial Recognition Based on PCA and Its Improved Algorithm

Digital Information Facial Recognition Based on PCA and Its Improved Algorithm Digital Information Facial Recognition Based on PCA and Its Improved Algorithm Hai-feng Zhu School of Electronics and Information Nantong University Nantong City Jiangsu Province China 226019 bauhauscg@163.com

More information

NOWADAYS, there are many human jobs that can. Face Recognition Performance in Facing Pose Variation

NOWADAYS, there are many human jobs that can. Face Recognition Performance in Facing Pose Variation CommIT (Communication & Information Technology) Journal 11(1), 1 7, 2017 Face Recognition Performance in Facing Pose Variation Alexander A. S. Gunawan 1 and Reza A. Prasetyo 2 1,2 School of Computer Science,

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP(www.prdg.org) 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP(www.prdg.org) 1 FACE RECOGNITION USING PRINCIPLE COMPONENT ANALYSIS (PCA) ALGORITHM P.Priyanka 1, Dorairaj Sukanya 2 and V.Sumathy 3 1,2,3 Department of Computer Science and Engineering, Kingston Engineering College,

More information

Human Face Recognition Using Image Processing PCA and Neural Network

Human Face Recognition Using Image Processing PCA and Neural Network Human Face Recognition Using Image Processing PCA and Neural Network Yogesh B Sanap 1, Dr.Anilkumar N. Holambe 2 PG Student, Department of Computer Science & Engineering, TPCT s College of Engineering,

More information

Multi-Modal Human Verification Using Face and Speech

Multi-Modal Human Verification Using Face and Speech 22 Multi-Modal Human Verification Using Face and Speech Changhan Park 1 and Joonki Paik 2 1 Advanced Technology R&D Center, Samsung Thales Co., Ltd., 2 Graduate School of Advanced Imaging Science, Multimedia,

More information

A Study on Similarity Computations in Template Matching Technique for Identity Verification

A Study on Similarity Computations in Template Matching Technique for Identity Verification A Study on Similarity Computations in Template Matching Technique for Identity Verification Lam, S. K., Yeong, C. Y., Yew, C. T., Chai, W. S., Suandi, S. A. Intelligent Biometric Group, School of Electrical

More information

A New Multi Fractal Dimension Method for Face Recognition with Fewer Features under Expression Variations

A New Multi Fractal Dimension Method for Face Recognition with Fewer Features under Expression Variations A New Multi Fractal Dimension Method for Face Recognition with Fewer Features under Expression Variations Maksud Ahamad Assistant Professor, Computer Science & Engineering Department, Ideal Institute of

More information

Directional Derivative and Feature Line Based Subspace Learning Algorithm for Classification

Directional Derivative and Feature Line Based Subspace Learning Algorithm for Classification Journal of Information Hiding and Multimedia Signal Processing c 206 ISSN 2073-422 Ubiquitous International Volume 7, Number 6, November 206 Directional Derivative and Feature Line Based Subspace Learning

More information

Face Recognition using Laplacianfaces

Face Recognition using Laplacianfaces Journal homepage: www.mjret.in ISSN:2348-6953 Kunal kawale Face Recognition using Laplacianfaces Chinmay Gadgil Mohanish Khunte Ajinkya Bhuruk Prof. Ranjana M.Kedar Abstract Security of a system is an

More information

Eigenfaces and Fisherfaces A comparison of face detection techniques. Abstract. Pradyumna Desale SCPD, NVIDIA

Eigenfaces and Fisherfaces A comparison of face detection techniques. Abstract. Pradyumna Desale SCPD, NVIDIA Eigenfaces and Fisherfaces A comparison of face detection techniques Pradyumna Desale SCPD, NVIDIA pdesale@nvidia.com Angelica Perez Stanford University pereza77@stanford.edu Abstract In this project we

More information

Alternative Statistical Methods for Bone Atlas Modelling

Alternative Statistical Methods for Bone Atlas Modelling Alternative Statistical Methods for Bone Atlas Modelling Sharmishtaa Seshamani, Gouthami Chintalapani, Russell Taylor Department of Computer Science, Johns Hopkins University, Baltimore, MD Traditional

More information

An Enhanced Face Recognition System based on Rotated Two Dimensional Principal Components

An Enhanced Face Recognition System based on Rotated Two Dimensional Principal Components An Enhanced Face Recognition System based on Two Dimensional Principal Components Garima, Sujit Tiwari Abstract Face has been one of the widely used modality from very beginning of biometrics recognition

More information

Comparison of Principal Component Based Advanced Facial Feature Extraction Techniques Applied Over Different Face Databases

Comparison of Principal Component Based Advanced Facial Feature Extraction Techniques Applied Over Different Face Databases Comparison of Principal Component Based Advanced Facial Feature Extraction Techniques Applied Over Different Face Databases Garima 1, Sujeet Kumar Tiwari 2 Naazish Rahim 3 2 3 1 M. tech Scholar, Computer

More information

FACE RECOGNITION USING INDEPENDENT COMPONENT

FACE RECOGNITION USING INDEPENDENT COMPONENT Chapter 5 FACE RECOGNITION USING INDEPENDENT COMPONENT ANALYSIS OF GABORJET (GABORJET-ICA) 5.1 INTRODUCTION PCA is probably the most widely used subspace projection technique for face recognition. A major

More information

Color Space Projection, Feature Fusion and Concurrent Neural Modules for Biometric Image Recognition

Color Space Projection, Feature Fusion and Concurrent Neural Modules for Biometric Image Recognition Proceedings of the 5th WSEAS Int. Conf. on COMPUTATIONAL INTELLIGENCE, MAN-MACHINE SYSTEMS AND CYBERNETICS, Venice, Italy, November 20-22, 2006 286 Color Space Projection, Fusion and Concurrent Neural

More information

Face and Facial Expression Detection Using Viola-Jones and PCA Algorithm

Face and Facial Expression Detection Using Viola-Jones and PCA Algorithm Face and Facial Expression Detection Using Viola-Jones and PCA Algorithm MandaVema Reddy M.Tech (Computer Science) Mailmv999@gmail.com Abstract Facial expression is a prominent posture beneath the skin

More information

Webpage: Volume 3, Issue VII, July 2015 ISSN

Webpage:   Volume 3, Issue VII, July 2015 ISSN Independent Component Analysis (ICA) Based Face Recognition System S.Narmatha 1, K.Mahesh 2 1 Research Scholar, 2 Associate Professor 1,2 Department of Computer Science and Engineering, Alagappa University,

More information

Parallel Architecture & Programing Models for Face Recognition

Parallel Architecture & Programing Models for Face Recognition Parallel Architecture & Programing Models for Face Recognition Submitted by Sagar Kukreja Computer Engineering Department Rochester Institute of Technology Agenda Introduction to face recognition Feature

More information

Robust Face Recognition via Sparse Representation

Robust Face Recognition via Sparse Representation Robust Face Recognition via Sparse Representation Panqu Wang Department of Electrical and Computer Engineering University of California, San Diego La Jolla, CA 92092 pawang@ucsd.edu Can Xu Department of

More information

ECG782: Multidimensional Digital Signal Processing

ECG782: Multidimensional Digital Signal Processing Professor Brendan Morris, SEB 3216, brendan.morris@unlv.edu ECG782: Multidimensional Digital Signal Processing Spring 2014 TTh 14:30-15:45 CBC C313 Lecture 06 Image Structures 13/02/06 http://www.ee.unlv.edu/~b1morris/ecg782/

More information

Face recognition using Singular Value Decomposition and Hidden Markov Models

Face recognition using Singular Value Decomposition and Hidden Markov Models Face recognition using Singular Value Decomposition and Hidden Markov Models PETYA DINKOVA 1, PETIA GEORGIEVA 2, MARIOFANNA MILANOVA 3 1 Technical University of Sofia, Bulgaria 2 DETI, University of Aveiro,

More information

A FACE RECOGNITION SYSTEM BASED ON PRINCIPAL COMPONENT ANALYSIS USING BACK PROPAGATION NEURAL NETWORKS

A FACE RECOGNITION SYSTEM BASED ON PRINCIPAL COMPONENT ANALYSIS USING BACK PROPAGATION NEURAL NETWORKS A FACE RECOGNITION SYSTEM BASED ON PRINCIPAL COMPONENT ANALYSIS USING BACK PROPAGATION NEURAL NETWORKS 1 Dr. Umesh Sehgal and 2 Surender Saini 1 Asso. Prof. Arni University, umeshsehgalind@gmail.com 2

More information

Multi-Pose Face Recognition And Tracking System

Multi-Pose Face Recognition And Tracking System Available online at www.sciencedirect.com Procedia Computer Science 6 (2011) 381 386 Complex Adaptive Systems, Volume 1 Cihan H. Dagli, Editor in Chief Conference Organized by Missouri University of Science

More information

Face detection and recognition. Many slides adapted from K. Grauman and D. Lowe

Face detection and recognition. Many slides adapted from K. Grauman and D. Lowe Face detection and recognition Many slides adapted from K. Grauman and D. Lowe Face detection and recognition Detection Recognition Sally History Early face recognition systems: based on features and distances

More information

Face Recognition Based On Granular Computing Approach and Hybrid Spatial Features

Face Recognition Based On Granular Computing Approach and Hybrid Spatial Features Face Recognition Based On Granular Computing Approach and Hybrid Spatial Features S.Sankara vadivu 1, K. Aravind Kumar 2 Final Year Student of M.E, Department of Computer Science and Engineering, Manonmaniam

More information

APPLICATION OF LOCAL BINARY PATTERN AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION

APPLICATION OF LOCAL BINARY PATTERN AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION APPLICATION OF LOCAL BINARY PATTERN AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION 1 CHETAN BALLUR, 2 SHYLAJA S S P.E.S.I.T, Bangalore Email: chetanballur7@gmail.com, shylaja.sharath@pes.edu Abstract

More information

Three-Dimensional Face Recognition: A Fishersurface Approach

Three-Dimensional Face Recognition: A Fishersurface Approach Three-Dimensional Face Recognition: A Fishersurface Approach Thomas Heseltine, Nick Pears, Jim Austin Department of Computer Science, The University of York, United Kingdom Abstract. Previous work has

More information

On Modeling Variations for Face Authentication

On Modeling Variations for Face Authentication On Modeling Variations for Face Authentication Xiaoming Liu Tsuhan Chen B.V.K. Vijaya Kumar Department of Electrical and Computer Engineering, Carnegie Mellon University, Pittsburgh, PA 15213 xiaoming@andrew.cmu.edu

More information

Learning to Recognize Faces in Realistic Conditions

Learning to Recognize Faces in Realistic Conditions 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050

More information

Multi-focus image fusion using de-noising and sharpness criterion

Multi-focus image fusion using de-noising and sharpness criterion Multi-focus image fusion using de-noising and sharpness criterion Sukhdip Kaur, M.Tech (research student) Department of Computer Science Guru Nanak Dev Engg. College Ludhiana, Punjab, INDIA deep.sept23@gmail.com

More information

Different Approaches to Face Recognition

Different Approaches to Face Recognition Different Approaches to Face Recognition Vanlalhruaia, R. Chawngsangpuii Assistant Professor, Department of Information Technology, Mizoram University Yumnam Kirani Singh Senior Engineer, C-DAC, Silchar

More information

Multi prototype fuzzy pattern matching for handwritten character recognition

Multi prototype fuzzy pattern matching for handwritten character recognition Multi prototype fuzzy pattern matching for handwritten character recognition MILIND E. RANE, DHABE P. S AND J. B. PATIL Dept. of Electronics and Computer, R.C. Patel Institute of Technology, Shirpur, Dist.

More information

Face detection and recognition. Detection Recognition Sally

Face detection and recognition. Detection Recognition Sally Face detection and recognition Detection Recognition Sally Face detection & recognition Viola & Jones detector Available in open CV Face recognition Eigenfaces for face recognition Metric learning identification

More information

Video Image Based Multimodal Face Recognition System

Video Image Based Multimodal Face Recognition System Paper Number 14 Video Image Based Multimodal Face Recognition System Craig Belcher, Matt Terry, Sophia Vinci-Booher, Yingzi Du Indiana Univ.-Purdue Univ. Indianapolis Email: {csbelche, macterry, svincibo,

More information

Face Biometrics Based on Principal Component Analysis and Linear Discriminant Analysis

Face Biometrics Based on Principal Component Analysis and Linear Discriminant Analysis Journal of Computer Science 6 (7): 693-699, 2010 ISSN 1549-3636 2010 Science Publications Face Biometrics Based on Principal Component Analysis and Linear Discriminant Analysis Lih-Heng Chan, Sh-Hussain

More information

GPU Based Face Recognition System for Authentication

GPU Based Face Recognition System for Authentication GPU Based Face Recognition System for Authentication Bhumika Agrawal, Chelsi Gupta, Meghna Mandloi, Divya Dwivedi, Jayesh Surana Information Technology, SVITS Gram Baroli, Sanwer road, Indore, MP, India

More information

[Nirgude* et al., 4(1): January, 2017] ISSN Impact Factor 2.675

[Nirgude* et al., 4(1): January, 2017] ISSN Impact Factor 2.675 GLOBAL JOURNAL OF ADVANCED ENGINEERING TECHNOLOGIES AND SCIENCES FACE RECOGNITION SYSTEM USING PRINCIPAL COMPONENT ANALYSIS & LINEAR DISCRIMINANT ANALYSIS METHOD SIMULTANEOUSLY WITH 3D MORPHABLE MODEL

More information

Face Recognition Using Holistic Features and Within Class Scatter-Based PCA

Face Recognition Using Holistic Features and Within Class Scatter-Based PCA GSTF JOURNAL ON COMPUTING, VOL. 3, NO. 2, JUNE 2013 1 Face Recognition Using Holistic Features and Within Class Scatter-Based PCA I Gede Pasek Suta Wijaya, Non-Member, IEEE, Keiichi Uchimura, Non-Member,

More information

Illumination Invariant Face Recognition Based on Neural Network Ensemble

Illumination Invariant Face Recognition Based on Neural Network Ensemble Invariant Face Recognition Based on Network Ensemble Wu-Jun Li 1, Chong-Jun Wang 1, Dian-Xiang Xu 2, and Shi-Fu Chen 1 1 National Laboratory for Novel Software Technology Nanjing University, Nanjing 210093,

More information