Neurocomputing. Laplacian bidirectional PCA for face recognition. Wankou Yang a,n, Changyin Sun a, Lei Zhang b, Karl Ricanek c. Letters.

Size: px
Start display at page:

Download "Neurocomputing. Laplacian bidirectional PCA for face recognition. Wankou Yang a,n, Changyin Sun a, Lei Zhang b, Karl Ricanek c. Letters."

Transcription

1 Neurocomputing 74 (2010) Contents lists available at ScienceDirect Neurocomputing journal homepage: Letters Laplacian bidirectional PCA for face recognition Wankou Yang a,n, Changyin Sun a, Lei Zhang b, Karl Ricanek c a School of Automation, Southeast University, Nanjing , China b Biometrics Research Centre, Dept. of Computing, Hong Kong Polytechnic University, Hong Kong c Face Aging Group, Dept. of Computer Science, UNC Wilmington, USA article info Article history: Received 24 May 2010 Received in revised form 11 August 2010 Accepted 26 August 2010 Communicated by Qi Li Available online 16 October 2010 Keywords: 2DPCA BDPCA Laplacian Face recognition abstract Two-dimensional principal components analysis (2DPCA) needs more coefficients than principal components analysis (PCA) for image representation and hence needs more time for classification. The bidirectional PCA (BDPCA) is proposed to overcome these drawbacks of 2DPCA. Both 2DPCA and BDPCA, however, can work only in Euclidean space. In this paper, we propose Laplacian BDPCA (LBDPCA) to enhance the robustness of BDPCA by extending it to non-euclidean space. Experimental results on representative face databases show that LBDPCA works well and it surpasses BDPCA. & 2010 Elsevier B.V. All rights reserved. 1. Introduction Face recognition (FR) has been an active research area in the computer vision and pattern recognition community for more than two decades [1]. One of the most popular techniques for FR is the so-called subspace learning method, which aims to reveal the distinctive features of high dimensional data in a lower dimensional subspace. Principal component analysis (PCA) is among the most well-known and widely used subspace learning method [2]. In the PCA-based FR techniques, the 2D face image matrices need to be transformed into 1D image vectors. The resulting high dimensional face image vector space makes it difficult to accurately evaluate the covariance matrix because of the relatively small number of face training samples [3]. Furthermore, computing the eigenvectors of a high dimensional covariance matrix is very timeconsuming. To overcome the above so-called small-sample-size (SSS) or dimensionality-disaster problem, Yang et al. [3] proposed the wellknown two-dimensional PCA (2DPCA). Different from PCA, 2DPCA is based on 2D image matrices rather than 1D image vectors. That is, the image matrix is not stretched to a vector for covariance calculation. Instead, an image covariance matrix is constructed directly using the original 2D images, and then the eigenvectors are used for image feature extraction. Compared with the covariance matrix of PCA, the size of the covariance matrix in 2DPCA is significantly reduced. As a result, 2DPCA evaluates the image n Corresponding author. address: wankou_yang@yahoo.com.cn (W. Yang). covariance matrix more accurately and computes the corresponding eigenvectors more efficiently than PCA. 2DPCA also yields higher FR rate than PCA. Xu et al. [4] analyze the theoretical similarities and differences between 2DPCA and PCA. A drawback of 2DPCA is that it needs more coefficients than PCA for image representation. Thus, 2DPCA needs more memory to store its features and costs more time in classification. To overcome these problems, Zuo et al. [5,6] proposed the bidirectional PCA (BDPCA) and Zhang and Zhou [7] proposed the 2-directional 2-dimensional PCA ((2D) 2 PCA).. Their ideas are very similar. BDPCA assumes that the transform kernel of PCA is separable and it is a natural extension to the classical PCA [5,6] and is a generalization of 2DPCA [3]. BDPCA and (2D) 2 PCA can do image feature extraction by reducing the dimension in both column and row directions. We find that when transforming samples into new space, 2DPCA, BDPCA and (2D) 2 PCA do not take into account whether the local structure of samples is preserved. On the other hand, in many classification applications, such as in the application where the nearest neighbor classifier is used, to preserve the local structure information is also important. Inspired by the success of locality preserving projections (LPP) [8], marginal Fisher analysis (MFA) [9], 2DLPP [10] and 2DDSLPP [11]. In this paper, we propose the Laplacian BDPCA (LBDPCA) to enhance the robustness of 2DPCA and BDPCA. Different from 2DPCA and BDPCA, we formulate the scatter of samples on local patches of the images by the weighted summation of distances, which has been successfully used in manifold learning [8,12] in characterizing the underlying clustering structures of samples. The rest of this paper is organized as follows. Section 2 reviews briefly BDPCA. Section 3 presents the proposed method in detail /$ - see front matter & 2010 Elsevier B.V. All rights reserved. doi: /j.neucom

2 488 W. Yang et al. / Neurocomputing 74 (2010) In Section 4, experiments on face image databases are performed to demonstrate the effectiveness of the proposed method. Conclusions are made in Section Bidirectional PCA (BDPCA) BDPCA is a straightforward image projection technique where a k col k row feature matrix Y of an m n image X (k col rm, k row rn) can be obtained by Y ¼ W T col X W row ð1þ where W col is the column projector and W row is the row projector. Let fx 1,X 2,..., gbe a training set of N images. By representing the ith image matrix X i as an m-set of 1 n row vectors, the row total scatter matrix S row t is defined by S row t ¼ 1 P N Nm ðx i XÞ T ðx i XÞ, where X is the mean matrix of all training images. We choose the row eigenvectors corresponding to the first k row largest eigenvalues of S row t to construct the row projector W row ¼½w row 1,w row 2,..., w row Š. krow By treating an image matrix X i as an n-set of m 1 column vectors, the column total scatter matrix S col t is defined by S col t ¼ 1 Nn P N ðx i XÞðX i XÞ T. We then choose the column eigenvectors corresponding to the first k col largest eigenvalues of S col t to construct the column projector W col ¼½w col 1,wcol 2,..., wcol k col Š. Note that BDPCA is a generalization of 2DPCA, while 2DPCA can be regarded as a special case of BDPCA with W col ¼I m, where I m is an m m identity matrix [4]. 3. Laplacian bidirectional PCA 3.1. Fundamentals For non-gaussian or manifold data, we usually deal with them from local patches because non-gaussian data can be viewed locally Gaussian and a curved manifold can be viewed locally Euclidean [13,14]. The weighted summation of distance can characterize the underlying clustering structures of samples and it has been successfully used in manifold learning [8]. In this section, we employ the weighted summation of distance to enhance the robustness of 2DPCA and BDPCA. We first formulate the Laplacian scatter matrices using similarity weighting, and then propose the Laplacian 2DPCA (L2DPCA) the Laplacian BDPCA (LBDPCA) for face feature extraction. The variables used in this paper are listed in Table 1. Let us consider a set of N sample images X 1,..., taken from a (m n) dimensional image space. The similarity between two Table 1 List of notation. Notation Description samples is defined as S ij ¼ expð 99x i x j 99 2 =tþ where x i is the vector of image matrix X i. Obviously, for any x i, x j and parameter t, 0rS ij r1 always holds. Furthermore, the similarity function is a strictly monotonically decreasing function with respect to the distance between two samples X i, X j. The image scatter matrix G t of 2DPCA, the row total scatter matrix S row t and the row total scatter matrix S row t of BDPCA can be reformulated as follows: G t ¼ 1 N S row t ¼ 1 Nm S col t ¼ 1 Nn ðx i XÞ T ðx i XÞp XN j ¼ 1 ðx i XÞ T ðx i XÞp XN ðx i XÞðX i XÞ T p XN j ¼ 1 ðx i X j Þ T ðx i X j Þ j ¼ 1 ðx i X j Þ T ðx i X j Þ ðx i X j ÞðX i X j Þ T By using the similarity weight, we can get the Laplacian image scatter matrix of L2DPCA as G ¼ XN j ¼ 1 S ij ðx i X j Þ T ðx i X j ÞpX ð2þ ð3þ ð4þ ð5þ S ij Xi T X i S ij Xi T X j ¼ X T ðl I m ÞX where X T ¼½X1 T,..., XT NŠ and L¼D S is the Laplacian matrix. Here D is a diagonal matrix with D ii ¼ P j S ij being the column (or row) sum of S. The weight S ij incurs a heavy penalty when samples X i and X j are far apart from each other. We can choose the eigenvectors corresponding to the first k largest eigenvalues of G to construct the projector W L of L2DPCA: W L ¼½w L1,w L2,..., w Lk Š, and then use the transformation Y¼X W L to extract the L2DPCA feature matrix Y of image matrix X. The Laplacian row total scatter matrix S row can be defined as S row ¼ X S ij ðx i X j Þ T ðx i X j Þp X S ij Xi T X i S ij Xi T X j ¼ X T ðl r I m ÞX ð7þ where L r ¼D S is the Laplacian matrix. Similarly we choose the row eigenvectors corresponding to the first k row largest eigenvalues of S row to construct the row projector W Lrow ¼½w row L1,wrow L2,..., wrow Š. Lkrow The Laplacian column total scatter matrix S col can be defined as LS col t ¼ X S ij ðx i X j ÞðX i X j Þ T p X S ij ðx i Xi T X ixj T Þ¼XðL c I n ÞX T ð8þ where L c ¼D S is the Laplacian matrix. We then choose the column eigenvectors corresponding to the first k col largest eigenvalues of S col to construct the column projector W Lcol ¼½w col Finally, we use the transformation Y ¼ W T Lcol X W Lrow L1,wcol L2 ð6þ,..., wcol Lk col Š. ð9þ X i X G t G S row S col W L W Lrow W Lcol S ij L L r L c The ith image matrix,,2,..., N The set of the image matrices The total scatter matrix of 2DPCA The Laplacian image scatter matrix of L2DPCA The Laplacian row total scatter matrix The Laplacian column total scatter matrix The projector of L2DPCA The row projector of LBDPCA The column projector of LBDPCA The similarity between two samples The Laplacian matrix of L2DPCA The row Laplacian matrix of LBDPCA The column Laplacian matrix of LBDPCA to extract the LBDPCA feature matrix Y of image matrix X. Note that L2DPCA can be regarded as a special case of LBDPCA with W Lcol ¼I m, where I m denotes an m m identity matrix. It is easy to see that LBDPCA degrades to BDPCA if t approaches positive infinity in the similarity function Eq. (2). So, LBDPCA is a general version of BDPCA and inherits its strengths LBDPCA algorithm The proposed LBDPCA algorithm is summarized as follows: Step 1: Construct the similar matrix S using Eq. (2);

3 W. Yang et al. / Neurocomputing 74 (2010) Fig. 1. Images of one person in FERET. Fig. 2. The recognition rates of 2DPCA versus the dimension of features. Fig. 4. The recognition rates of the proposed LBDPCA versus the parameter t. Fig. 3. The recognition rates of BDPCA and the proposed LBDPCA versus the dimension of features. Step 2: Calculate the Laplacian row total scatter matrix S row and the Laplacian column total scatter matrix S col using Eqs. (7) and (8). Then the projection axes W Lrow and W Lcol are calculated. Step 3: Extract the sample features using Eq. (9) for classification Connections with MFA and LPCA MFA is developed using the graph embedding framework [9]. MFA combines locality and class label information to represent the intra-class compactness and inter-class separability. MFA takes advantage of the partial structural information of classes and neighborhoods of samples; however, it is difficult to decide the number of nearest neighbors of each sample and the number of shortest pairs from different classes in MFA. In addition, MFA is based on face image vectors and overlooks the image structural information. Laplacian PCA (LPCA) [15] is the extension of PCA to a more general form by locally optimizing the weighted scatter. The proposed LBDPCA is the extension of BDPCA to a more general form by locally optimizing the weighted scatter. In LPCA, the reductive coding length as a new dissimilarity is introduced to model the local geometrical structure. It is based on the global alignment of local scatter, which is complex to be implemented. In LPCA, the sorting algorithm is implemented for each sample to calculate the coding length and calculate the local scatter, which causes the computational complexity to grow with the increasing of the sample size. In the proposed method, we use the weighted distance sum of any two data points to preserve the local geometrical structure, which is widely used in manifold learning and easier to be implemented. In LPCA, the image matrix is first transformed into vectors and the image structural information is ignored. In our proposed method, we directly work on image matrix to preserving the image structural information. 4. Experimental results The features of 2DPCA, BDPCA and LBDPCA are matrices. The distance of two feature matrices can be calculated using either a vector-based or matrix-based method [5]. In a vector-based method, a feature matrix is first mapped to a vector and then a vector-based distance measure is used. In a matrix-based method, the distance between two feature matrices can be directly computed. In the experiments, we use the vector-based method to calculate the distance of two feature matrices. Two face image databases, namely, the FERET database and the ORL database are used to compare the proposed approach with the following algorithms: PCA (Eigenface) [2], LDA (Fisherface) [16], 2DPCA

4 490 W. Yang et al. / Neurocomputing 74 (2010) [3], BDPCA [5], 2DLPP [10], LPCA [15] and MFA [9]. The experiments are implemented on AMD Athlon(tm) 64 Processor Lenovo computer with 512M RAM and programmed in the MATLAB language (Version 7.01) Experiments on the FERET database The FERET face image database is a result of the FERET program, which was sponsored by the US Department of Defense through the DARPA Program [17,18]. It has become a standard database for testing and evaluating state-of-the-art face recognition algorithms. The proposed algorithm is tested on a subset of the FERET database. This subset includes 1400 images of 200 individuals (each individual has seven images). It involves variations in facial expression, illumination and pose. In our experiment, the facial portion of each original image was automatically cropped based on the location of eyes and the cropped image was resized to pixels. Some example images of one person are shown in Fig Selection of the projection axis In the experiments, we used the first 4 images per class for training and the remaining images for testing. First, 2DPCA method is used for feature extraction. The number of selected eigenvectors (projection vectors) varies from 1 to 20. Let k denote the projection vector number, then the dimension of corresponding projected feature vector is 40 k. Finally, a nearest neighbor classifier with cosine distance is employed to classify in the projected feature space. The recognition rates versus k are shown in Fig. 2. We can see that 2DPCA achieves the top recognition rate when k¼6. Next, BDPCA and the proposed LBDPCA are used for feature extraction. Let k¼6, and we let m denote the projection vector number for the feature extraction along column direction, which Table 2 Recognition rate on the FERET database Table 3 Average recognition rate on the FERET database. varies from 2 to 40 (2:2:40). A nearest neighbor classifier with cosine distance is employed for classification. We can see that BDPCA achieves the top recognition rate when m equals to 22 and LBDPCA achieves the top recognition rate when m equals to 30. The recognition rates of LBDPCA versus dimension of features are shown in Fig. 3. The parameter t is set as t¼50. Fig. 4 shows the recognition rates of LBDPCA versus the parameter t. It can be been seen that LBDPCA has a stable performance with the variant of parameter t Comparison of the performance In the experiments, we used the first 4 images per class for training and the remaining images for testing. PCA, LDA, 2DPCA, BDPCA, 2DLPP, MFA, LPCA, and the proposed LBDPCA are involved in the comparison. Note that LDA involves a PCA phase. In this phase, we kept nearly 98% the image energy to select the number of principal components and there is m¼250. The nearest neighbor classifier with Cosine distance was employed for classification. The maximal recognition rate of each method is listed in Table 2. We then randomly selected four images for training and the rest images for testing. The average recognition rates and standard deviation are shown in Table 3. From Tables 2 and 3 we can see that the proposed LBDPCA has the top recognition rate. BDPCA can be used for image feature extraction by reducing the dimensionality in both column and row directions. So BDPCA and the proposed LBDPCA consider the structural information embedded in the original images. Moreover, LBDPCA considers the distribution information of the original images using the sample similarity weights, and hence it leads to better results than BDPCA. To further evaluate the performance, we select first l (l¼3, 4, 5) images per class for training and the remaining images for testing. The experimental results are shown in Table 4. We can see that LBDPCA has the best results. Table 5 Recognition rate on the ORL database. l¼ l¼ l¼ Mean Std Table 6 Recognition rate on the ORL database. l¼5 l¼6 l¼7 Table 4 Recognition rate on the FERET database with different training sample number. l¼ l¼ l¼ PCA (0.0119) (0.0093) (0.0136) LDA (0.0140) (0.0106) (0.0131) 2DPCA (0.0113) (0.0111) (0.0100) BDPCA (0.0123) (0.0126) (0.0168) 2DLPP (0.0130) (0.0092) (0.0154) LPCA (0.0097) (0.0158) (0.0133) MFA (0.0111) (0.0128) (0.0125) LBDPCA (0.0120) (0.0100) (0.0148) Fig. 5. Ten images of one person in ORL.

5 W. Yang et al. / Neurocomputing 74 (2010) Experiments on the ORL database Comparison of the recognition performance The ORL ( database contains 40 persons, each having 10 different images. The images of the same person are taken at different times, under slightly varying lighting conditions and with various facial expressions. Some people were with or without glasses in data collection. The heads in images are slightly titled or rotated. The images in the database are manually cropped and rescaled to Fig. 5 shows ten images of one person in ORL. In the experiment, we used the first l (l¼5, 6, 7) images per class for training and the remaining images for testing. In PCA and the PCA stage of LDA, we kept nearly 98% image energy to select the number of principal components. In the proposed LBDPCA, the parameter t is set as t¼50. In LPCA, the number of the nearest neighbors is set as l 1, and the final dimension is set as big as PCA. In MFA, the number of the nearest neighbors in the intra-class compactness graph is set as l 1 and the number of the nearest neighbors in the inter-class separability graph is set as 20 l. Finally a nearest neighbor classifier with cosine distance is employed. The final recognition rates are given in Table 5, from which we can find that the proposed method has the top recognition rate in most cases. In the second experiment, l¼5, 6, 7 images per class were randomly chosen for training, while the remaining images were used for testing. We run the system 10 times. The average recognition rates and standard deviation are shown in Table 6. We further evaluated the performance of 2DPCA, BDPCA, L2DPCA and LBDPCA with different dimensions of features. The variations of recognition rates versus dimension are shown in Figs. 6, 7 and 8. For 2DPCA and L2DPCA, we only showed the performance in the (dn112)-dimensional subspace with d¼2, 4, 6, 8, 10, 12, 14, 16. For BDPCA and LBDPCA, we only showed the performance in the (dnd)-dimensional subspace with d¼6, 8, 10, 12, 14, 16. From Figs. 6 8 and Table 6,we can find that our proposed method has a stable and better performance. The average training time and testing time is shown in Table Comparison of the reconstruction performance In the last experiment, we compare the reconstruction capability of PCA, 2DPCA, BDPCA and the proposed LBDPCA. We chose the first 6 images of per class as the training set. For PCA, we set the number of PCs as 100. For 2DPCA, we set the number of row eigenvectors as 10. For BDPCA and the LBDPCA, we set the number of row eigenvectors as 10, and the number of column eigenvectors as 20. The feature dimension of PCA, 2DPCA, BDPCA and LBDPCA are 100, , and 20 10, respectively. Fig. 9 shows two original images and the reconstructed images by PCA, 2DPCA, BDPCA and LBDPCA. The first row is an image from Fig. 6. Results when l¼5. Fig. 8. Results when l¼7. Table 7 Average training time and testing time on the ORL database(s). l¼5 l¼6 l¼7 Training testing Training testing Training testing PCA LDA DPCA BDPCA LPCA Fig. 7. Results when l¼6. LBDPCA

6 492 W. Yang et al. / Neurocomputing 74 (2010) Fig. 9. The reconstruction capability of PCA, 2DPCA, BDPCA and LBDPCA. The 1st column shows the original images; the 2nd to 5th columns show the reconstructed images by PCA, 2DPCA, BDPCA and LBDPCA, respectively. The image in the first row is from the training set, while the image in the second is from the testing set. the training set. Satisfactorily reconstructed images can be obtained using all of these methods. The second row shows an image from the testing set. We see that the quality of the reconstructed image by PCA deteriorates greatly, while 2DPCA, BDPCA and LBDPCA can still obtain satisfying image reconstruction quality. 5. Conclusions Using the similarity of samples, we extended 2DPCA and BDPCA to non-euclidean space and proposed the Laplacian BDPCA (LBDPCA) method to improve the robustness of 2DPCA and BDPCA. First, the Laplacian row total scatter matrix and the Laplacian column total scatter matrix were defined; then the projectors were obtained by calculating the eigenvectors of the Laplacian row and column total scatter matrices; finally the image matrix was projected onto the projectors to extract the LBDPCA feature. LBDPCA considers the structural information of the image samples and the distribution information embedded in the original images. It can be seen that BDPCA is a special case of LBDPCA. Experimental results on the FERET and ORL face databases showed that LBDPCA works well and has better performance than BDPCA and other unsupervised subspace methods. Acknowledgements This project is supported by NSF of China (Grant nos: , , , ), the Hong Kong RGC General Research Grant (PolyU 5351/08E), China Postdoctoral Science Foundation ( ) and the Fundamental Research Funds for the Central Universities (2010B10014). [5] W. Zuo, D Zhang, K Wang, Bidirectional PCA with assembled matrix distance metric for image recognition, IEEE Transaction on Systems, Man, And Cybernetics Part B 36 (4) (2006) [6] W. Zuo, D Zhang, J Yang, K Wang, BDPCA plus LDA: a novel fast feature extraction technique for face recognition, IEEE Transaction on System, Man, And Cybernetcs Part B 36 (4) (2006) [7] D. Zhang, Z. Zhou, (2D)2PCA: 2-directional 2-dimensional PCA for efficient face representation and recognition, Neurocomputing 69 (1 3) (2005) [8] X. He, S. Yan, Y Hu, P Niyogi, H Zhang, Face recognition using laplacianfaces, IEEE Transaction on Pattern Analysis and Machine Intelligence 27 (3) (2005) [9] S. Yan, D. Xu, B. Zhang, H.J. Zhang, Graph embedding and extensions: a general framework for dimensionality reduction, IEEE Transaction Pattern Ana1ysis and Machine Intelligence 29 (1) (2007) [10] D. Hu, G. Feng, Z. Zhou, Two-dimensional locality preserving projections (2DLPP) with its application to palmprint recognition, Pattern Recognition 40 (1) (2007) [11] Y. Xu, G. Feng, Y. Zhao, One improvement to two-dimensional locality preserving projection method for use with face recognition, Neurocomputing 73 (1-3) (2009) [12] J. Yang, D. Zhang, J. Yang, B. Niu, Globally maximizing, locally minimizing: unsupervised discriminant projection with applications to face and palm biometrics, IEEE Transaction on Pattern Analysis and Machine Intelligence 29 (4) (2007) [13] J. Lee, Riemannian Manifolds: An Introduction to Curvture, Springer-Verlag, ,2,4. [14] D. Zhao, Z. Liu, R Xiao, X. Tang, Linear Laplacian discrimination for feature extraction, in: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, [15] D. Zhao, Z. Lin, X. Tang, Laplacian PCA and its applications, in: Proceedings of the IEEE Conference on Computer Vision 2007, Rio de Janeiro, October, pp [16] V. Belhumeur, J. Hespanha, D. Kriegman, Eigenfaces vs fisherfaces: recognition using class specific linear projection, IEEE Transaction Pattern Ana1ysis and Machine Intel1igence 19 (7) (1997) [17] P.J. Phillips, H. Moon, S.A. Rizvi, P.J. Rauss., The FERET evaluation methodology for face-recognition algorithms, IEEE Transaction on Pattern Analysis and Machine Intelligence 22 (10) (2000) [18] P.J. Phillips, The Facial Recognition Technology (FERET) Database. / References [1] W. Zhao, R. Chellappa, P.J. Phillips, et al., Face recognition: a literature survey, ACM Computing Surveys 35 (4) (2003) [2] M Turk, A. Pentland, Eigenfaces for recognition, Journal of Cognitive Neuroscience 3 (1) (1991) [3] J Yang, D Zhang, J.Y Yang, Two-dimensional PCA: A new approach to appearance-based face representation and recognition, IEEE Transaction on Pattern Analysis and Machine Intelligence 26 (1) (2004) [4] Y. Xu, D. Zhang, J. Yang, J. Yang, An approach for directly extracting features from matrix data and its application in face recognition, Neurocomputing 71 (10-12) (2008) Wankou Yang received the B.S., M.S. and Ph.D. degrees in the School of Computer Science and Technology, Nanjing University of Science and Technology (NUST), PR China, respectively, in 2002, 2004 and Now he is a Postdoctoral Fellow in the school of automation, Southeast University, PR China. His research interests include pattern recognition, computer vision, digital image processing.

7 W. Yang et al. / Neurocomputing 74 (2010) Changyin Sun is a professor in School of Automation at Southeast University, China. He received the M.S. and Ph.D. degrees in Electrical Engineering from Southeast University, Nanjing, China, respectively, in 2001 and His research interests include Intelligent Control, Neural Networks, SVM, Pattern Recognition, Optimal Theory, etc. He has received the First Prize of Nature Science of Ministry of Education, China. He has published more than 40 papers. He is an associate editor of IEEE Transactions on Neural Networks, Neural Processing Letters and International Journal of Swarm Intelligence Research, Recent Patents on Computer Science. He is an IEEE Member. Lei Zhang received the B.S. degree in 1995 from Shenyang Institute of Aeronautical Engineering, Shenyang, PR China, the M.S. and Ph.D degrees in Electrical and Engineering from Northwestern Polytechnical University, Xi an, P.R. China, respectively, in 1998 and From 2001 to 2002, he was a research associate in the Dept. of Computing, The Hong Kong Polytechnic University. From January 2003 to January 2006 he worked as a Postdoctoral Fellow in the Dept. of Electrical and Computer Engineering, McMaster University, Canada. Since January 2006, he has been an Assistant Professor in the Dept. of Computing, The Hong Kong Polytechnic University. His research interests include Image and Video Processing, Biometrics, Pattern Recognition, Multisensor Data Fusion and Optimal Estimation Theory, etc. Dr. Zhang is a member of IEEE and an Associate Editor of IEEE Trans. on SMC-C. Karl Ricanek Jr. is an Associate Professor at University of North Carolina Wilmington in the Computer Science Department. Prof. Ricanek is the founder and director of the Face Aging Group Research Lab ( Group.com) at UNCW where he has been the primary project lead on more than $5 Million USD in Department of Defense and intelligence funded research since Prof. Ricanek is the Director for the Institute for Interdisciplinary Studies in Identity Sciences (I2SIS) that was awarded in August He is one of four chosen researchers to form the Office of the Director of National Intelligence (ODNI) Center of Academic Excellence in Identity Sciences (CASIS). His research is mainly focused in developing algorithms for modeling age-progression for the mitigation of severe performance degradation of face recognition technology due aging. He has also been involved in research for robust age-estimation from facial images and for gender and race classification from facial images. He has extensive research background in pattern recognition, artificial intelligence, and machine and computer vision. He has authored or co-authored over 40 referred articles in biometrics and pattern recognition and 3 book chapters since 2003 when he returned to academia. He is program committee member on several Biometric and related conferences such as IEEE Biometric: Theory, Applications, and Systems (IEEE BTAS), IEEE Transactions on Pattern and Machine Intelligence (IEEE PAMI), SPIE Biometrics Conference (SPIE BC), International Joint Conference on Neural Networks (IJCNN) and many others. He is invited editor for IEEE Computer Magazine on Identity Sciences and chair for IEEE Automatic Face and Gesture Special Session on Craniofacial Aging and Age-estimation 2011.

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

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

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

The Analysis of Parameters t and k of LPP on Several Famous Face Databases

The Analysis of Parameters t and k of LPP on Several Famous Face Databases The Analysis of Parameters t and k of LPP on Several Famous Face Databases Sujing Wang, Na Zhang, Mingfang Sun, and Chunguang Zhou College of Computer Science and Technology, Jilin University, Changchun

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

ARTICLE IN PRESS. Neurocomputing

ARTICLE IN PRESS. Neurocomputing Neurocomputing 73 (2010) 1556 1561 Contents lists available at ScienceDirect Neurocomputing journal homepage: www.elsevier.com/locate/neucom Feature extraction based on fuzzy 2DLDA Wankou Yang a,, Xiaoyong

More information

Technical Report. Title: Manifold learning and Random Projections for multi-view object recognition

Technical Report. Title: Manifold learning and Random Projections for multi-view object recognition Technical Report Title: Manifold learning and Random Projections for multi-view object recognition Authors: Grigorios Tsagkatakis 1 and Andreas Savakis 2 1 Center for Imaging Science, Rochester Institute

More information

School of Computer and Communication, Lanzhou University of Technology, Gansu, Lanzhou,730050,P.R. China

School of Computer and Communication, Lanzhou University of Technology, Gansu, Lanzhou,730050,P.R. China Send Orders for Reprints to reprints@benthamscienceae The Open Automation and Control Systems Journal, 2015, 7, 253-258 253 Open Access An Adaptive Neighborhood Choosing of the Local Sensitive Discriminant

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

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

Restricted Nearest Feature Line with Ellipse for Face Recognition

Restricted Nearest Feature Line with Ellipse for Face Recognition Journal of Information Hiding and Multimedia Signal Processing c 2012 ISSN 2073-4212 Ubiquitous International Volume 3, Number 3, July 2012 Restricted Nearest Feature Line with Ellipse for Face Recognition

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

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

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

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

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

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

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

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

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

Stepwise Nearest Neighbor Discriminant Analysis

Stepwise Nearest Neighbor Discriminant Analysis Stepwise Nearest Neighbor Discriminant Analysis Xipeng Qiu and Lide Wu Media Computing & Web Intelligence Lab Department of Computer Science and Engineering Fudan University, Shanghai, China xpqiu,ldwu@fudan.edu.cn

More information

Heat Kernel Based Local Binary Pattern for Face Representation

Heat Kernel Based Local Binary Pattern for Face Representation JOURNAL OF LATEX CLASS FILES 1 Heat Kernel Based Local Binary Pattern for Face Representation Xi Li, Weiming Hu, Zhongfei Zhang, Hanzi Wang Abstract Face classification has recently become a very hot research

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

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

Laplacian MinMax Discriminant Projection and its Applications

Laplacian MinMax Discriminant Projection and its Applications Laplacian MinMax Discriminant Projection and its Applications Zhonglong Zheng and Xueping Chang Department of Computer Science, Zhejiang Normal University, Jinhua, China Email: zhonglong@sjtu.org Jie Yang

More information

Robust Face Recognition Using Enhanced Local Binary Pattern

Robust Face Recognition Using Enhanced Local Binary Pattern Bulletin of Electrical Engineering and Informatics Vol. 7, No. 1, March 2018, pp. 96~101 ISSN: 2302-9285, DOI: 10.11591/eei.v7i1.761 96 Robust Face Recognition Using Enhanced Local Binary Pattern Srinivasa

More information

A Distance-Based Classifier Using Dissimilarity Based on Class Conditional Probability and Within-Class Variation. Kwanyong Lee 1 and Hyeyoung Park 2

A Distance-Based Classifier Using Dissimilarity Based on Class Conditional Probability and Within-Class Variation. Kwanyong Lee 1 and Hyeyoung Park 2 A Distance-Based Classifier Using Dissimilarity Based on Class Conditional Probability and Within-Class Variation Kwanyong Lee 1 and Hyeyoung Park 2 1. Department of Computer Science, Korea National Open

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

SINGLE-SAMPLE-PER-PERSON-BASED FACE RECOGNITION USING FAST DISCRIMINATIVE MULTI-MANIFOLD ANALYSIS

SINGLE-SAMPLE-PER-PERSON-BASED FACE RECOGNITION USING FAST DISCRIMINATIVE MULTI-MANIFOLD ANALYSIS SINGLE-SAMPLE-PER-PERSON-BASED FACE RECOGNITION USING FAST DISCRIMINATIVE MULTI-MANIFOLD ANALYSIS Hsin-Hung Liu 1, Shih-Chung Hsu 1, and Chung-Lin Huang 1,2 1. Department of Electrical Engineering, National

More information

Linear Laplacian Discrimination for Feature Extraction

Linear Laplacian Discrimination for Feature Extraction Linear Laplacian Discrimination for Feature Extraction Deli Zhao Zhouchen Lin Rong Xiao Xiaoou Tang Microsoft Research Asia, Beijing, China delizhao@hotmail.com, {zhoulin,rxiao,xitang}@microsoft.com Abstract

More information

A new kernel Fisher discriminant algorithm with application to face recognition

A new kernel Fisher discriminant algorithm with application to face recognition Neurocomputing 56 (2004) 415 421 www.elsevier.com/locate/neucom Letters A new kernel Fisher discriminant algorithm with application to face recognition Jian Yang a;b;, Alejandro F. Frangi a, Jing-yu Yang

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

Selecting Models from Videos for Appearance-Based Face Recognition

Selecting Models from Videos for Appearance-Based Face Recognition Selecting Models from Videos for Appearance-Based Face Recognition Abdenour Hadid and Matti Pietikäinen Machine Vision Group Infotech Oulu and Department of Electrical and Information Engineering P.O.

More information

Misalignment-Robust Face Recognition

Misalignment-Robust Face Recognition Misalignment-Robust Face Recognition Huan Wang 1 Shuicheng Yan 2 Thomas Huang 3 Jianzhuang Liu 1 Xiaoou Tang 1,4 1 IE, Chinese University 2 ECE, National University 3 ECE, University of Illinois 4 Microsoft

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

A Fast Personal Palm print Authentication based on 3D-Multi Wavelet Transformation

A Fast Personal Palm print Authentication based on 3D-Multi Wavelet Transformation A Fast Personal Palm print Authentication based on 3D-Multi Wavelet Transformation * A. H. M. Al-Helali, * W. A. Mahmmoud, and * H. A. Ali * Al- Isra Private University Email: adnan_hadi@yahoo.com Abstract:

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

Manifold Learning for Video-to-Video Face Recognition

Manifold Learning for Video-to-Video Face Recognition Manifold Learning for Video-to-Video Face Recognition Abstract. We look in this work at the problem of video-based face recognition in which both training and test sets are video sequences, and propose

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

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

NIST. Support Vector Machines. Applied to Face Recognition U56 QC 100 NO A OS S. P. Jonathon Phillips. Gaithersburg, MD 20899

NIST. Support Vector Machines. Applied to Face Recognition U56 QC 100 NO A OS S. P. Jonathon Phillips. Gaithersburg, MD 20899 ^ A 1 1 1 OS 5 1. 4 0 S Support Vector Machines Applied to Face Recognition P. Jonathon Phillips U.S. DEPARTMENT OF COMMERCE Technology Administration National Institute of Standards and Technology Information

More information

Semi-Supervised PCA-based Face Recognition Using Self-Training

Semi-Supervised PCA-based Face Recognition Using Self-Training Semi-Supervised PCA-based Face Recognition Using Self-Training Fabio Roli and Gian Luca Marcialis Dept. of Electrical and Electronic Engineering, University of Cagliari Piazza d Armi, 09123 Cagliari, Italy

More information

Sparsity Preserving Canonical Correlation Analysis

Sparsity Preserving Canonical Correlation Analysis Sparsity Preserving Canonical Correlation Analysis Chen Zu and Daoqiang Zhang Department of Computer Science and Engineering, Nanjing University of Aeronautics and Astronautics, Nanjing 210016, China {zuchen,dqzhang}@nuaa.edu.cn

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

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

Robust Pose Estimation using the SwissRanger SR-3000 Camera

Robust Pose Estimation using the SwissRanger SR-3000 Camera Robust Pose Estimation using the SwissRanger SR- Camera Sigurjón Árni Guðmundsson, Rasmus Larsen and Bjarne K. Ersbøll Technical University of Denmark, Informatics and Mathematical Modelling. Building,

More information

Gaussian Mixture Model Coupled with Independent Component Analysis for Palmprint Verification

Gaussian Mixture Model Coupled with Independent Component Analysis for Palmprint Verification Gaussian Mixture Model Coupled with Independent Component Analysis for Palmprint Verification Raghavendra.R, Bernadette Dorizzi, Ashok Rao, Hemantha Kumar G Abstract In this paper we present a new scheme

More information

A GENERIC FACE REPRESENTATION APPROACH FOR LOCAL APPEARANCE BASED FACE VERIFICATION

A GENERIC FACE REPRESENTATION APPROACH FOR LOCAL APPEARANCE BASED FACE VERIFICATION A GENERIC FACE REPRESENTATION APPROACH FOR LOCAL APPEARANCE BASED FACE VERIFICATION Hazim Kemal Ekenel, Rainer Stiefelhagen Interactive Systems Labs, Universität Karlsruhe (TH) 76131 Karlsruhe, Germany

More information

FACE IDENTIFICATION ALGORITHM BASED ON MESH-DERIVED SYNTHETIC LINEAR DESCRIPTORS

FACE IDENTIFICATION ALGORITHM BASED ON MESH-DERIVED SYNTHETIC LINEAR DESCRIPTORS computing@tanet.edu.te.ua www.tanet.edu.te.ua/computing ISSN 1727-6209 International Scientific Journal of Computing FACE IDENTIFICATION ALGORITHM BASED ON MESH-DERIVED SYNTHETIC LINEAR DESCRIPTORS R.

More information

DIMENSIONALITY reduction is the construction of a meaningful

DIMENSIONALITY reduction is the construction of a meaningful 650 IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 29, NO. 4, APRIL 2007 Globally Maximizing, Locally Minimizing: Unsupervised Discriminant Projection with Applications to Face and

More information

An efficient face recognition algorithm based on multi-kernel regularization learning

An efficient face recognition algorithm based on multi-kernel regularization learning Acta Technica 61, No. 4A/2016, 75 84 c 2017 Institute of Thermomechanics CAS, v.v.i. An efficient face recognition algorithm based on multi-kernel regularization learning Bi Rongrong 1 Abstract. A novel

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

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

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

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

Feature-Aging for Age-Invariant Face Recognition

Feature-Aging for Age-Invariant Face Recognition Feature-Aging for Age-Invariant Face Recognition Huiling Zhou, Kwok-Wai Wong, and Kin-Man Lam, Centre for Signal Processing, Department of Electronic and Information Engineering, The Hong Kong Polytechnic

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

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

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

A New Orthogonalization of Locality Preserving Projection and Applications

A New Orthogonalization of Locality Preserving Projection and Applications A New Orthogonalization of Locality Preserving Projection and Applications Gitam Shikkenawis 1,, Suman K. Mitra, and Ajit Rajwade 2 1 Dhirubhai Ambani Institute of Information and Communication Technology,

More information

Two-View Face Recognition Using Bayesian Fusion

Two-View Face Recognition Using Bayesian Fusion Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 Two-View Face Recognition Using Bayesian Fusion Grace Shin-Yee Tsai Department

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

Discriminative Locality Alignment

Discriminative Locality Alignment Discriminative Locality Alignment Tianhao Zhang 1, Dacheng Tao 2,3,andJieYang 1 1 Institute of Image Processing and Pattern Recognition, Shanghai Jiao Tong University, Shanghai, China 2 School of Computer

More information

Mobile Face Recognization

Mobile Face Recognization Mobile Face Recognization CS4670 Final Project Cooper Bills and Jason Yosinski {csb88,jy495}@cornell.edu December 12, 2010 Abstract We created a mobile based system for detecting faces within a picture

More information

A Direct Evolutionary Feature Extraction Algorithm for Classifying High Dimensional Data

A Direct Evolutionary Feature Extraction Algorithm for Classifying High Dimensional Data A Direct Evolutionary Feature Extraction Algorithm for Classifying High Dimensional Data Qijun Zhao and David Zhang Department of Computing The Hong Kong Polytechnic University Hung Hom, Kowloon, Hong

More information

L1-Norm Based Linear Discriminant Analysis: An Application to Face Recognition

L1-Norm Based Linear Discriminant Analysis: An Application to Face Recognition 550 PAPER Special Section on Face Perception and Recognition L1-Norm Based Linear Discriminant Analysis: An Application to Face Recognition Wei ZHOU a), Nonmember and Sei-ichiro KAMATA b), Member SUMMARY

More information

Laplacian Faces: A Face Recognition Tool

Laplacian Faces: A Face Recognition Tool Laplacian Faces: A Face Recognition Tool Prof. Sami M Halwani 1, Prof. M.V.Ramana Murthy 1, Prof. S.B.Thorat 1 Faculty of Computing and Information Technology, King Abdul Aziz University, Rabigh, KSA,Email-mv.rm50@gmail.com,

More information

Linear local tangent space alignment and application to face recognition

Linear local tangent space alignment and application to face recognition Neurocomputing 70 (2007) 1547 1553 Letters Linear local tangent space alignment and application to face recognition Tianhao Zhang, Jie Yang, Deli Zhao, inliang Ge Institute of Image Processing and Pattern

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

Globally and Locally Consistent Unsupervised Projection

Globally and Locally Consistent Unsupervised Projection Proceedings of the Twenty-Eighth AAAI Conference on Artificial Intelligence Globally and Locally Consistent Unsupervised Projection Hua Wang, Feiping Nie, Heng Huang Department of Electrical Engineering

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

Recognition: Face Recognition. Linda Shapiro EE/CSE 576

Recognition: Face Recognition. Linda Shapiro EE/CSE 576 Recognition: Face Recognition Linda Shapiro EE/CSE 576 1 Face recognition: once you ve detected and cropped a face, try to recognize it Detection Recognition Sally 2 Face recognition: overview Typical

More information

A KERNEL MACHINE BASED APPROACH FOR MULTI- VIEW FACE RECOGNITION

A KERNEL MACHINE BASED APPROACH FOR MULTI- VIEW FACE RECOGNITION A KERNEL MACHINE BASED APPROACH FOR MULI- VIEW FACE RECOGNIION Mohammad Alwawi 025384 erm project report submitted in partial fulfillment of the requirement for the course of estimation and detection Supervised

More information

Enhanced (PC) 2 A for Face Recognition with One Training Image per Person

Enhanced (PC) 2 A for Face Recognition with One Training Image per Person Enhanced (PC) A for Face Recognition with One Training Image per Person Songcan Chen, *, Daoqiang Zhang Zhi-Hua Zhou Department of Computer Science Engineering Nanjing University of Aeronautics Astronautics,

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 Combine Generic and Specific Solutions

Face Recognition Combine Generic and Specific Solutions Face Recognition Combine Generic and Specific Solutions Jie Wang, Juwei Lu, K.N. Plataniotis, and A.N. Venetsanopoulos Department of Electrical and Computer Engineering, University of Toronto, 10 King

More information

Extended Isomap for Pattern Classification

Extended Isomap for Pattern Classification From: AAAI- Proceedings. Copyright, AAAI (www.aaai.org). All rights reserved. Extended for Pattern Classification Ming-Hsuan Yang Honda Fundamental Research Labs Mountain View, CA 944 myang@hra.com Abstract

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

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

Dr. Prakash B. Khanale 3 Dnyanopasak College, Parbhani, (M.S.), India

Dr. Prakash B. Khanale 3 Dnyanopasak College, Parbhani, (M.S.), India ISSN: 2321-7782 (Online) Volume 3, Issue 9, September 2015 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

Study and Comparison of Different Face Recognition Algorithms

Study and Comparison of Different Face Recognition Algorithms , pp-05-09 Study and Comparison of Different Face Recognition Algorithms 1 1 2 3 4 Vaibhav Pathak and D.N. Patwari, P.B. Khanale, N.M. Tamboli and Vishal M. Pathak 1 Shri Shivaji College, Parbhani 2 D.S.M.

More information

COMBINING SPEEDED-UP ROBUST FEATURES WITH PRINCIPAL COMPONENT ANALYSIS IN FACE RECOGNITION SYSTEM

COMBINING SPEEDED-UP ROBUST FEATURES WITH PRINCIPAL COMPONENT ANALYSIS IN FACE RECOGNITION SYSTEM International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 12, December 2012 pp. 8545 8556 COMBINING SPEEDED-UP ROBUST FEATURES WITH

More information

Face Recognition using Eigenfaces SMAI Course Project

Face Recognition using Eigenfaces SMAI Course Project Face Recognition using Eigenfaces SMAI Course Project Satarupa Guha IIIT Hyderabad 201307566 satarupa.guha@research.iiit.ac.in Ayushi Dalmia IIIT Hyderabad 201307565 ayushi.dalmia@research.iiit.ac.in Abstract

More information

Locality Preserving Projections (LPP) Abstract

Locality Preserving Projections (LPP) Abstract Locality Preserving Projections (LPP) Xiaofei He Partha Niyogi Computer Science Department Computer Science Department The University of Chicago The University of Chicago Chicago, IL 60615 Chicago, IL

More information

FADA: An Efficient Dimension Reduction Scheme for Image Classification

FADA: An Efficient Dimension Reduction Scheme for Image Classification Best Paper Candidate in Retrieval rack, Pacific-rim Conference on Multimedia, December 11-14, 7, Hong Kong. FADA: An Efficient Dimension Reduction Scheme for Image Classification Yijuan Lu 1, Jingsheng

More information

Generic Face Alignment Using an Improved Active Shape Model

Generic Face Alignment Using an Improved Active Shape Model Generic Face Alignment Using an Improved Active Shape Model Liting Wang, Xiaoqing Ding, Chi Fang Electronic Engineering Department, Tsinghua University, Beijing, China {wanglt, dxq, fangchi} @ocrserv.ee.tsinghua.edu.cn

More information

Large-Scale Face Manifold Learning

Large-Scale Face Manifold Learning Large-Scale Face Manifold Learning Sanjiv Kumar Google Research New York, NY * Joint work with A. Talwalkar, H. Rowley and M. Mohri 1 Face Manifold Learning 50 x 50 pixel faces R 2500 50 x 50 pixel random

More information

Appearance Manifold of Facial Expression

Appearance Manifold of Facial Expression Appearance Manifold of Facial Expression Caifeng Shan, Shaogang Gong and Peter W. McOwan Department of Computer Science Queen Mary, University of London, London E1 4NS, UK {cfshan, sgg, pmco}@dcs.qmul.ac.uk

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

Semi-Random Subspace Method for Face Recognition

Semi-Random Subspace Method for Face Recognition Semi-Random Subspace Method for Face Recognition Yulian Zhu 1,2, Jun Liu 1 and Songcan Chen *1,2 1. Dept. of Computer Science & Engineering, Nanjing University of Aeronautics & Astronautics Nanjing, 210016,

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

Decorrelated Local Binary Pattern for Robust Face Recognition

Decorrelated Local Binary Pattern for Robust Face Recognition International Journal of Advanced Biotechnology and Research (IJBR) ISSN 0976-2612, Online ISSN 2278 599X, Vol-7, Special Issue-Number5-July, 2016, pp1283-1291 http://www.bipublication.com Research Article

More information

Gabor Volume based Local Binary Pattern for Face Representation and Recognition

Gabor Volume based Local Binary Pattern for Face Representation and Recognition Gabor Volume based Local Binary Pattern for Face Representation and Recognition Zhen Lei 1 Shengcai Liao 1 Ran He 1 Matti Pietikäinen 2 Stan Z. Li 1 1 Center for Biometrics and Security Research & National

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

Locality Preserving Projections (LPP) Abstract

Locality Preserving Projections (LPP) Abstract Locality Preserving Projections (LPP) Xiaofei He Partha Niyogi Computer Science Department Computer Science Department The University of Chicago The University of Chicago Chicago, IL 60615 Chicago, IL

More information

Semi-supervised Data Representation via Affinity Graph Learning

Semi-supervised Data Representation via Affinity Graph Learning 1 Semi-supervised Data Representation via Affinity Graph Learning Weiya Ren 1 1 College of Information System and Management, National University of Defense Technology, Changsha, Hunan, P.R China, 410073

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

Face Recognition Using Wavelet Based Kernel Locally Discriminating Projection

Face Recognition Using Wavelet Based Kernel Locally Discriminating Projection Face Recognition Using Wavelet Based Kernel Locally Discriminating Projection Venkatrama Phani Kumar S 1, KVK Kishore 2 and K Hemantha Kumar 3 Abstract Locality Preserving Projection(LPP) aims to preserve

More information

Head Frontal-View Identification Using Extended LLE

Head Frontal-View Identification Using Extended LLE Head Frontal-View Identification Using Extended LLE Chao Wang Center for Spoken Language Understanding, Oregon Health and Science University Abstract Automatic head frontal-view identification is challenging

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