# Introduction iometrics comprises methods for unambiguously recognizing individuals based upon physical and behavioral attributes. Face recognition is one of the biometric systems that takes image or video of a person and compares it with images in database to grant access to secure areas. Many researchers showed that the features extracted from face images aid in designing robust security/authentication systems. Successful face recognition system [1] is proposed utilizing Eigen face approach. This method is conventional, considers frontal and clear faces for implementing the system, but in real time faces may not be frontal and device intrinsic capture (illumination variation) properties pose difficulties in the process of detection. Thus in security and other computer vision applications, pose and variation in illuminations plays a critical role. Conventional Face feature extraction suffers mainly from a. Pose and expression variation , b. Resolution variation and c. Illumination problems In this paper pose problem is addressed using Complex Wavelets [9][10] [13] and KPCA to extract Multi scale features towards secure Face Recognition system. To aid the process of recognition, nearest neighborhood classifier [16] is used; this method finds an image to the class whose features are closest to it with respect to the Euclidean norm. This work uses Dual tree Complex wavelet [15] transform mainly to reduce the computation complexity. In the ORL face database [7] all the images are of size 112 X92, we worked on approximation details of first level decomposition using DT-CWT. The size in first level decomposition reduces to 56 X46. The system functions by projecting face images onto a feature space that spans the significant variations among known face images. The significant features are known as "eigenfaces" because they are eigenvectors (principal components) [1]. The performance of the proposed algorithm is verified on available databases on the internet, such as ORL face database [7]. ORL face database consists of 400 images of 40 individuals; each subject has 10 images in different poses. This paper is organized into six sections in section II we discussed Dual Tree Complex Wavelet Transform, in section III Feature Extraction and classifier, in section IV proposed face recognition system, in section V, experimental results & discussions, and conclusion in the last section. sampled one. (An expansive transform is one that converts an N-point signal into M coefficients with M > N).DT-CWT provides N multi scales, can be implemented using separable efficient Filter Banks. The filters in the upper and lower DWTs should not be the same, the filters used in the first stage of the dual-tree complex DWT [4] should be different from the filters used in the remaining stages. The sub band signals of the upper DWT can be interpreted as the real part of a complex wavelet transform, and sub band signals of the lower DWT can be interpreted as the imaginary part. Equivalently, for specially designed sets of filters, the wavelet associated with the upper DWT can be an approximate Hilbert transform of the wavelet associated with the lower DWT. Then designed, the dual-tree complex DWT is nearly shift-invariant and strong directional in contrast with the critically-sampled DWT. The designed filter complex wavelet should be analytic and it is ( ) : ( ) ( ) c h g t t j t ? ? ? = +(2) The wavelet coefficients w are stored as a cell array. For j = 1..J, k = 1..2, d = 1..3, w{j}{k}{d} are the wavelet coefficients produced at scale j with an orientation d. The dual-tree complex DWT outperforms well compared to the critically-sampled DWT for applications like image de-noising and enhancement. DT-CWT for image provides six (d=1?.. ? is real and even and is imaginary and odd. The complex-wavelet coefficient is defined as ( , ) ( , ) ( , ) c r i d k l d k l jd k l = + (6) And its magnitude is The images are mean centered by subtracting the mean image from each image vector. Let m represent the mean image. 1 1 M i i m x M = = ? (9) And let i w be defined as mean centered image i i w x m = ? Our goal is to find a set of ei's which have the largest possible projection onto each of the wi's. We wish to find a set of M orthonormal vectors ei for which the quantity where W is a matrix composed of the column vectors wi placed side by side. The eigenvectors corresponding to nonzero eigenvalues of the covariance matrix produce an orthonormal basis for the subspace within which most image data can be represented with a small amount of error. The eigenvectors are sorted from high to low according to their corresponding eigenvalues. The eigenvector associated with the largest eigenvalue is one that reflects the greatest variance in the image. That is, the smallest eigenvalue is associated with the eigenvector that finds the least variance. They decrease in exponential fashion, meaning that the roughly 90% of the total variance is contained in the first5% to 10% of the dimensions. # A facial image can be projected onto M' ( ? M) dimensions by computing ? = [v1, v2 , , , VM' ]T b) Kernel Principle Component Analysis Kernel Principal Component Analysis is another technique used for dimensionality reduction when the data lie on the non-linear manifold .In KPCA data X are first mapped into a high dimensional space F via non linear mapping ? [3]. Assuming that the mapped data are centered, i.e., , where is M the number of input data (the centering method in F can be found in [10] and [13]). Kernel PCA diagonalizes the estimate of the covariance matrix of the mapped data i ( ) x ? defined as, i i 1 # ( ). ( ) M i F x x M = = ? ? ? . Polynomial, Exponential and Sigmoid functions are most widely used non linear functions. In this paper we considered only polynomial functions. If the new data set is 'K'. PCA is now performed in this K. # COMPUTE EIGEN # VECTORS AND EIGEN VALUES FOR GRAM MATRIX TRAINING IMAGE DATABASE FIND FEATURES USING GRAM MATRIX AND ITS EIGEN VECTORS # Extract features from K(x, y)= 2 2 0 exp (4) x y P ? ? ? ? ? ? ? ? ? Where P0 is a user-defined parameter that specifies the rate of decay of k(x, y) toward zero, as y moves away from x and We used (1, 2) as kernel parameters P 1 , P 2 for polynomial kernel function. In the paper [3] by Kwang in Kim et.al they used (1,4) as kernel parameters. Any P2 from 1 to 4 is considerable. # c) Classifier In this work we have used nearest neighborhood classifier [16] to recognize the image. This classifier comes under minimum distance classifiers. It is also called as Euclidean classifier. In this method the minimum the distance from test feature vectors to train feature vectors the correct the image is. If Xi, Yj represents test and train image features then ( ) ( ) T i i i i i i i j X Y X Y X Y X Y ? ? ? ? < ?(12) *Where||. || represents Euclidean norm Because of its simplicity, it finds an image to the class whose features are closest to it with respect to the Euclidean norm. # IV. Proposed Face Recognition System First aspect of this work is to use Dual Tree Complex Wavelet transform [9,10,13] where multiscale analysis is possible. The decomposition level of the wavelet transform is decided by the imagery details which we need. In this work first level decomposition is satisfactory to preserve the details. The Second and important aspect of this work is to extract the features from the NEW LL using KPCA. Third aspect of this work which is the decision making step to find suitable image. After extracting features for all train images and test image, nearest neighborhood classifier is used to recognize the correct image from database. Face recognition system with proposed algorithm rugged to pose variation is shown in Fig. 7. For evaluating the performance of the proposed algorithm we have used ORL database. Recognition rate was calculated on this database and results are shown in Table 1. The Results are also plotted in figure 7.It is observed from figure that as the number of features increasing the recognition rate is also increasing. VI. # Conclussion In this paper we proposed a novel approach for face recognition for pose variant case by extracting the multi scale features by using DT-CWT, KPCA, the algorithm follows top-down approach which process the image data in each level. In next step, the wavelet decomposition is applied to the entire database to reduce memory occupation. Here only the Low frequency information is used in the identification of the face and the mapping from input space of data to high dimensionality feature space is done by KPCA method along with nearest-neighbor distance classifier which can speed up the recognition process. Experimentation is carried on openly available challenging face database. The experimental results show that as the feature space increases, the performance increases but the same time computational cost of the algorithm increases. The recognition rate is improved on ORL database. We are working out to find best suitable classifier to enhance the performance again, which is our future work remains. 1![Figure 1 : Different poses of a subject from ORL face database In this paper we used Kernel Principal Component Analysis (KPCA) as feature extraction method [1, 2, 3]. For comparing results Eigenface approach is used for low dimensional representation of faces by applying Principal Component Analysis (PCA).The system functions by projecting face images onto a feature space that spans the significant variations among known face images. The significant features are known as "eigenfaces" because they are eigenvectors (principal components)[1].The performance of the proposed algorithm is verified on available databases on the internet, such as ORL face database[7]. ORL face database consists of 400 images of 40 individuals; each subject has 10 images in different poses.This paper is organized into six sections in section II we discussed Dual Tree Complex Wavelet Transform, in section III Feature Extraction and classifier, in section IV proposed face recognition system, in section V, experimental results & discussions, and conclusion in the last section.](image-2.png "Figure 1 :") 2![Figure 2 : Dual Tree Complex Wavelet Transform working principle for 1D signal Here two sets of Filter banks are used, consists of low pass and high pass filters. Down sample the input signal by 2 through a filter of H (Z) transfer function and again through G (z) filter. The filters should be Hilbert transform pairs h ( ) { ( )} g t t y y = H](image-3.png "Figure 2 :") ![6) directional high frequency sub bands and two (d=1, 2) low frequency sub bands as shown in fig 5. The 2-D wavelet is defined as ( )](image-4.png "") 3![Figure 3 : Decomposition of DT-CWT for 2D image Key features of DT-CWT are 1. Better directionality 2. Anti-aliasing effect 3. Good shift-invariant 4. Geometry of the image features retained from phase 5. Better robustness for smooth varying 6. Low computation compared with DWT, 3 times that of maximally decimated DWT. III. Feature Extraction and Classifier a) Principal Component Analysis A 2-D facial image can be represented as 1-D vector by concatenating each row (or column) into a long thin vector. Let's suppose we have M vectors of size N (= rows of image × columns of image)](image-5.png "Figure 3 :") ![It has been shown that the ei's and ¸?i's are given by the eigenvectors and eigen values of the covariance matrix T C WW =](image-6.png "=") 4![Figure 4 : Feature extraction using KPCA Typical kernel functions are (a) The radial basis function (RBF), defined as](image-7.png "Figure 4 :") 1Recognition Rate Calculation by Using VariousKernel ParametersFeatures Database (1, 2) (1, 5) (1, 10) (1 , 15)1ORL14.512.512.513.53ORL69.567.556.049.05ORL85.081.568.564.010ORL91.089.085.076.520ORL91.590.588.582.550ORL93.593.089.584.5100ORL93.592.590.586.5 © 2014 Global Journals Inc. (US) representing a set of sampled images. pj's represent the pixel values. xi = [p1 : : : pN]T ; i = 1, . . . . , M where ( ) x y is complex analytic wavelet, given as Pose Invariant Face Recognition Using DT-CWT Partitioning and KPCA © 2014 Global Journals Inc. (US) Pose Invariant Face Recognition Using DT-CWT Partitioning and KPCA © 2014 Global Journals Inc. (US) Pose Invariant Face Recognition Using DT-CWT Partitioning and KPCA * Face Recognition by PCA Technique AMPatil SRKolhe PMPatil Emerging Trends in Engineering and Technology 2009 * PCA and kernel PCA using polynomial filtering: a case study on face recognition EKokiopoulou YSaad 2004 * Enhanced Face Recognition through Variation of Principle Component Analysis (PCA)", Industrial and Information Systems DAMeedeniya DA A CRatnaweera 2007. 2007. 2007 Page(s * pca based face recognition and testing criteria HongBruce Poon1 Yan Machine Learning and Cybernetics 09 2009 * Performance Evaluation of Face Recognition in the Wavelet Domain UtsumiYuzuko IwaiYoshio YachidaMasahiko 2006 * Pose invariant face recognition using probability distribution function in different color channels HDemirel GAnbar IEEE Signal Process. Lett 15 May 2008 * The Database of Faces, formerly ORL face database AT&T Laboratories Cambridge * From Few to Many: Illumination Cone Models for Face Recognition under Variable Lighting and Pose ASGeorghiades Belhumeur IEEE Trans. Pattern Anal. Mach. Intelligence 23 6 2001 * Dual-tree and single-tree complex wavelet transform based face recognition AEleyan HOzkaramanli HDemirel IEEE 17th Signal Processing 2009. 2009 * Guo-YunZhang * Shi-YuPeng * Combination of dual-tree complex wavelet and SVM for face recognition Hong-MinLi International Conference on Machine Learning and Cybernetics Page(s 2008. 2008 * Palmprint Classification using Dual-Tree Complex Wavelets GYChen TDBui AKrzyzak IEEE International Conference on Image Processing Page(s 2006. 2006 * Pattern recognition using dualtree complex wavelet features and SVM GYChen WFXie Canadian Conference on Electrical and Computer Engineering 2005. 2005 * Face recognition using anisotropic dual-tree complex wavelet packets YigangPeng ; Xudong Xie; Wenli Xu; QionghaiDai 19th International Conference on Pattern Recognition Page(s 2008. 2008. 2008 * Image Resolution Enhancement Using Dual-Tree Complex Wavelet Transform TCelik TTjahjadi WAVELET SOFTWARE AT POLYTECHNIC UNIVERSITY 15 2010 IEEE Geo science and Remote Sensing Letters. Page(s * Infrared face recognition based on blood perfusion and sub-block dct in wavelet domain International Conference on Wavelet Analysis and Pattern Recognition Shi-Qian Wu Li-Zhen Wei Zhwun Fang Run-Wu Li Xiao-Qin Ye 2007 3 1252