Neurocomputing. Local Kernel Feature Analysis (LKFA) for object recognition. Baochang Zhang a,n, Yongsheng Gao b, Hong Zheng a. abstract.

Size: px
Start display at page:

Download "Neurocomputing. Local Kernel Feature Analysis (LKFA) for object recognition. Baochang Zhang a,n, Yongsheng Gao b, Hong Zheng a. abstract."

Transcription

1 Neurocomputing 74 (2011) Contents lists available at ScienceDirect Neurocomputing journal homepage: Local Kernel Feature Analysis (LKFA) for object recognition Baochang Zhang a,n, Yongsheng Gao b, Hong Zheng a a National Key Laboratory of Science and Technology on Integrated Control Technology, School of Automation Science and Electrical Engineering, Beihang University, Beijing, China b School of Engineering, Griffith University, Australia article info Article history: Received 16 December 2009 Received in revised form 20 April 2010 Accepted 15 September 2010 Communicated by D. Tao Available online 16 October 2010 Keywords: Local Kernel Biometric Face Palmprint abstract This paper proposes a new Local Kernel Feature Analysis (LKFA) method for object recognition. LKFA captures the nonlinear local relationship in an image via kernel functions. Different from traditional kernel methods for object recognition, the proposed method does not need to reserve the training samples. LKFA is designed to etract the eigenvalue features from the Hermite matri of a local feature representation, which we have theoretically proven its robustness to noise and perturbations. Eperiment results on palmprint and face recognitions demonstrated the effectiveness of the proposed LKFA that significantly improved the performance of the local feature based object recognition method. & 2010 Elsevier B.V. All rights reserved. 1. Introduction Feature representation is one of the key steps in a pattern recognition system. Recently, local features have drawn much attention in the appearance based methods, showing a promising way toward high performance in the real application system. Compared to its global representation counterpart, local representation can be more robust to changes of illumination, view points, occlusion, etc. Several successful vision systems that use local features have been implemented, demonstrating their effectiveness for real applications [1 7]. Many methods have been proposed to etract local features for object recognition, which focus on teture features such as edge, point, line. Moravec [1] developed one of the first signal based interest point detectors using auto-correlation function. It measures the greyvalue differences between a window and windows shifted in several directions. Harris corner detector [2], built upon the idea of [1], is a popular interest point detector due to its strong invariance to rotation, scale, illumination variation, and image noise. Scale-invariant feature transform (SIFT) operator [4] is a well-known technology to etract interest points from a given image based on the local appearance of the object. The SIFT features are invariant to image scale and rotation, which has been widely used in the field of image processing and pattern recognition. Canny [3] considered the mathematical problem of deriving an optimal smoothing filter given the criteria of detection, localization, and minimizing multiple responses to a single edge. n Corresponding author. address: bczhang@buaa.edu.cn (B. Zhang). The distribution analysis of local pattern features is another way in representing objects for recognition purposes. For eample, Local Binary Pattern histogram features were used to model the distribution of the micro-pattern representing edge, point, etc., which has been widely used in teture analysis and object recognition [7 9]. These kinds of features, including Harris corner, LBP, and SIFT, only pay attention to the relationship between a given point and its neighborhoods in the original space. However, no work is reported on the investigation into the relationship between two local features of a single image in the high-dimensional space, which can actually reveal the nonlinear structure information of the input object. The statistic learning based methods such as Principal Component Analysis (PCA) [10,11], Fisher Linear Analysis (FLA) [12,13], Kernel Principle Component Analysis (KPCA) [15], and Kernel Fisher Analysis (KFA) [14] are popular ways to etract global features. When using these methods to etract local features, the researchers often apply them on local regions [14,19] instead of on the global image. Different from linear methods such as PCA and Fisher analysis, KPCA and KFA is more effective on nonlinear feature etraction. However, a common limitation of the traditional KPCA and KFA for feature etraction is that they have to reserve the training samples or part of the training dataset [14,15], which cause the storage space problem for comple pattern recognition systems. Similarly, SVM classifiers [16] also need to save support vectors of the training database. Traditionally, a kernel-based method uses kernel functions to calculate the inner product of different input image samples in a high-dimensionality space. Different from the eisting works, this paper proposes a new Local Kernel Feature Analysis (LKFA) method for local feature etraction, which calculates the local kernel similarity from a single input image without the /$ - see front matter & 2010 Elsevier B.V. All rights reserved. doi: /j.neucom

2 576 B. Zhang et al. / Neurocomputing 74 (2011) training samples saved. LKFA is proposed to capture the nonlinear relationship among local neighborhoods by using the kernel function. It is proved in this paper that the proposed LKFA method is robust to noise. Moreover, the LKFA can be further combined with Fisher Linear Analysis for better performance in applications with multiple training eamples per class. The rest part of the paper is organized as follows. Section 2 briefly reviews the related work. In Section 3, we describe the details of the proposed method and theoretical analysis. Section 4 presents etensive eperiments on both palmprint and face recognition. Conclusions are drawn in Section Related work Kernel function is successfully used on SVM, KPCA, and KFA which are nonlinear etensions to the linear methods. Ecept for directly using the classic kernel functions such as Gaussian, polynomial, and RBF kernels, many researchers focus on designing new types of kernels for improved performances in various applications. For eample, inspired by similarity measure, histogram intersection (HI) [17] and Gaussian weighted chi-square kernel (GWchi) [18] are designed as new kernel functions for vision application. Wallraven et. al. [19] trained a local kernel from multiple sample images in a given database, showing that local kernel is a promising way toward high performance in real applications, though it has to save part of the training samples. Derived from a general definition of teture in a local neighborhood, Local Binary Pattern (LBP) [7] is defined as a grey-scale invariant teture measure and is regarded as a useful tool to model teture images. LBP later has shown ecellent performance in many comparative studies, in terms of both speed and discrimination performance [7 9]. The original LBP operator labels the piels of an image by thresholding the 3 3 neighborhood of each piel with the value of the central piel and concatenating the results to form a number. The thresholding function f() for LBP can be formally represented as ( f ðiðz i Þ,IðZ 0 ÞÞ ¼ 0, if IðZ iþ IðZ 0 Þrthreshold ð1þ 1, if IðZ i Þ IðZ 0 Þ4threshold where Z i, i¼1, y,8 is an 8-neighborhood point around Z 0 as shown. A LBP can also be considered as the concatenation of the binary gradient directions, and is called a micro-pattern. The histograms of these micro-patterns contain information of the distribution of the edges, spots, and other local features in an image. In this paper, the proposed Local Kernel Feature Analysis (LKFA) uses LBP as a representative local feature for object recognition and its performance is benchmarked with a standard LBP. 3. Local Kernel Feature Analysis In kernel-based methods, the input data is first projected into an implicit feature space F represented by a function F(). F is not necessarily eplicit when computing the inner product of two vectors in F, as which can be calculated by using a kernel function: kð1,2þ¼ðfð1þufð2þþ ð2þ where F(1) and F(2) are two vectors in F corresponding to 1 and 2 in the original space, and k(,) is the kernel function. An input image I, divided into m sub-regions, can be represented as an ensemble of local features (L i (I), i¼1, y,m). We further investigate nonlinear relationship among these features etracted from difference sub-regions of an image. This actually etracts the intrinsic topology information contained in the teture of an object image. We eploit the kernel product to calculate the nonlinear structure relationship among local features. The Local Kernel Feature (LKF) is a symmetric matri, element of which is defined as LKFði,jÞ¼kðL i,l j Þ, i,j ¼ 1,...,m ð3þ where L i in this paper is the histogram feature. When 1,2 in Eq. (2) is any pair of L i, L j, the kernel function can be redefined using the chi-square distance as: kð1,2þ¼k GWchi ð1,2þ ð4þ K GWchi ð1,2þ¼epð r* GWchi ð1,2þþ where S GWchi ð1,2þ¼ PB ð1 i 2 i Þ 2 =1 i þ2 i is the Chi-square i ¼ 1 statistic, and r is a constant. K GW chi (1,2) had been proved to be positively definite in [17,18]. Eq. (4) is equivalent to performing inner product of two local features in the high-dimensional space. It is obvious that LKF is a semi positive-definite matri, which is also a Hermite matri as can be seen from its definition in Eq. (3). Compared to KPCA and KFA, we know that LKFA merely etracts features from itself; therefore, avoiding the storage problem as no training sample needs to be saved. The LKF matri is a generic nonlinear feature; however, it is symmetric which contains redundant information. To obtain a compact and robust feature representation from LKF, we calculate its eigenvalue vector, as the final etracted feature which is proven below to be robust to a small degree of noise such as the Gaussian noise: Let A be a LKF matri defined in the above section, E be a symmetric noise matri, and A+E be the LKF matri corrupted with noise. It should be noted that E is symmetric because the noise added on a sub-region feature is used to calculate LKF resulting in symmetric matri as shown in Eq. (3). Therefore, A, E, and A+E are all Hermite matrices. Their eigenvalue vectors of A, E, and A+E are l 1 Zl 2 Z Zl n, e 1 Ze 2 Z Ze n, and m 1 Zm 2 Z Zm n respectively. For the Hermite matri H, we can have the Rayleigh quotient as R H ðþ¼ T H ð6þ T Then we can define the eigenvalue l k as follows: l k ¼ ma min R AðÞ ð7þ C k A C k, a 0 where c k can be any k-dimensional subspace. Thus we have m k ¼ ma min R T A A þ EðÞ¼ma min C k A C k, a 0 C k A C k, a 0 T þ T E T ð8þ l k ¼ ma C k min A C k, a 0 T A T e T E k ¼ ma min C k A C k, a 0 T As the eigenvalue is in the decreasing order, we have e T E 1 Zma min C k A C k, a 0 T Ze n From Eqs. (8), (9), and 11, we have m k rl k þe 1 We also know that A ¼ðAþEÞ E where A+E and E are both Hermite matrices, we can get l k ¼ m k e k Therefore, we have m k Zl k e n ð5þ ð9þ ð10þ ð11þ ð12þ ð13þ ð14þ ð15þ

3 B. Zhang et al. / Neurocomputing 74 (2011) From Eqs. (12) (15), we can know that l k e n rm k rl k þe 1 ð16þ classification procedure, we use the same cosine similarity rule as shown in Eq. 18. The trace of E T E is defined as trðe T EÞ¼ Xn e 2 i i ¼ 1 ð17þ where eotr(e T E), and tr(e T E) is in general small; therefore, the eigenvalue is robust to noise. We choose a sample (see Fig. 1a) from the FRGC database to show how LKFA can eliminate the noise. The image shown in Fig. 1c is obtained by adding the Gaussian noise with and 20/ ( ) as mean and variance on the original image. In LKFA, the first eigenvalue feature is etracted and rescaled to a 256 greyscale image (see Fig. 1c) for visualization purpose. The signal to noise ratio (SNR) is for Fig. 1a and b, but for Fig. 1c and d, which show that LKFA is effective on eliminating the noise. We randomly select 100 samples from the FRGC database, SNRs for the case as in Fig. 1a and b, Fig. 1c and d are and , respectively, which show that the proposed method has a better robustness to noise. In the classification procedure, assume v 1 and v 2, as the eigenvalue vectors generated from two LKF matrices of images P 1 and P 2,the cosine similarity rule is used to calculate the similarity as dðp 1,P 2 Þ¼ v1 Uv 2 :v 1 :U:v 2 : ð18þ For a comple object recognition problem such as face recognition, it is always beneficial to further eploit the subspace method, i.e. Fisher Linear Analysis, to etract the discriminant features from LKFA. If W T is the transformation matri calculated from the FLA method, we can get the etracted features as W T v 1,W T v, where v 1 and v 2 are calculated by the proposed LKFA method. In the 4. Eperiments In the eperiment, we eploit Gabor wavelet to enhance the performance of object recognition. The Gabor wavelets (kernels, filters) are defined as follows [13,20,21]: c u,v ðzþ¼ :k u,v: 2 where z ¼ s 2 e ð :ku,v: 2 2 :z: =2s 2 Þ!, k y u,v ¼ k! j ¼ k jy h i e iku,vz e s2 =2 k! vcosf u, k k v sinf v ¼ p=2 v=2, u ð19þ f u ¼ u p 8, v ¼ 0,...,v ma 1, u ¼ 0,...,u ma 1, v is the frequency, u is the orientation, with v ma ¼ 5, u ma ¼ 8, and s ¼ 2p for a given piel in the feature space, around which we have 8 neighbors. For eample, the 8 neighbors of Z 0 are Z 1 Z 8 as shown in Fig. 2(a). Therefore, the size of the LKFA matri at the position Z 0 is 9 9. In the eperiment, the final chosen number of the eigenvalues is 9 1¼8. However, for the marginal position like Z 1, Z 3, Z 5, Z 7, the size of LKFA matri is 4 4, and then the size of the final feature is 4 1¼3. The size of the LKFA matri for other marginal piels as Z 2, Z 4, Z 6, Z 8 is 6 6, and then the final etracted feature size is 5. It should be noted that LKFA is calculated from Gabor magnitude Eperiment on Polyu Palmprint database We first do eperiment on the Polyu Palmprint database [22], which is captured under different illumination conditions with deformation. The database has 600 images from 100 people, with 6 images per person. The gallery database contains 100 images with 1 image per person, and the remaining 500 images are used as the probe database. In this eperiment, the images in the database are normalized into the size of We first test the proposed approach on grey-level images, while the baseline algorithm is the nearest neighborhood classifier with the cosine similarity as the distance measure, which achieve 75.8% recognition rate. The proposed method is also based on the original image with each piel grey-value as the local feature as shown in Fig. 3. In this Z 1 Z 2 Z 3 Z 8 Z 0 Z 4 Fig. 1. illumination of the LKFA visualization: (a) is the original image, (b) is the image with Gaussian noise, (c) is the visualization of the first eigenvalue of LKF on image (a), (d) is the visualization of the first eigenvalue of LKF on image (b). Z 7 Z 6 Z 5 Fig. 3. Samples of Polyu Palmprint database. Fig. 2. The illustration of local kernel feature: (a) is local neighbor for different kind situation, (b) is the division method for the sized region, on which 16 sub-regions with size of 4 6 are further achieved.

4 578 B. Zhang et al. / Neurocomputing 74 (2011) situation, the dimension of the LKF matri for each piel is 9 9, from which we just calculate a 1D eigenvalue vector as the final feature. We achieve 77.7% and 81% recognition rates with polynomial kernel (parameter is 2) and Gaussian kernel, respectively. The performance of LKFA with Gaussian kernel is the best, which shows that the nonlinear Local Kernel Feature is more effective for Palmprint recognition. We perform the eperiment based on the Gabor magnitude LBP feature, the proposed LKFA method using LBP as the local feature achieves a better performance than LBP when the number of histogram bins is changed from 8 to 256 as shown in Fig. 3. LKFA with Gaussian kernel achieves the best result, which shows that the nonlinear relationship among local regions is useful for object recognition. LBP performs better when using a large number of histogram bins. It is interesting to note that even using a smaller number of histogram bins (e.g., 8 bins), LKFA still outperformed LBP with much larger number of histogram bins (e.g., 256 bins) Comparisons based on the FRGC Version 1 To verify the performance of the proposed method on face recognition, we conducted eperiments on the well-known FRGC database using Eperiment #4 protocol. Some samples are given as in Fig. 5. As shown in [23], the Eperiment #4 is designed for indoor controlled still images versus uncontrolled still images, which is the most challenging FRGC eperiment. In the FRGC Version 1, the training set contains 366 images, the target (gallery) set contains 943 controlled images, and the query (probe) set has 943 uncontrolled images. For Eperiment #4 of the FRGC Version 2, the training set contains 12,776 images, the target set includes 16,028 controlled images, and the query set has 8014 uncontrolled images [23]. In both eperiments, face images are normalized and cropped to the size of images, which are divided into sized sub-regions. Then we construct an ensemble of 8 6 classifiers based on the sum rule, and each one of which is applied on one sub-region with the size of To further reserve more spatial information, we divide each sub-region (classifier) into smaller regions with the size of 4 6, as shown in Fig. 2(b). In each region, we etract LBP histogram feature from the Gabor magnitude for LKFA, and the bin number is set as 8. The eperiment is first conducted on Eperiment #4 of the FRGC Version 1 by comparing LBP+Fisher, LBP+KFA, and LKFA+Fisher. In this eperiment, the mean sample for each class is calculated in the target set. It should be noted that the LBP+KFA method directly uses the LBP feature with the GWChi kernel. As shown in Fig. 4, the LKFA+Fisher method achieved a much better result than LBP+Fisher which confirms that the proposed method is effective toward high performance in the real application, as the FRGC database is designed for both controlled and uncontrolled conditions. Compared to the Efficient Kernel Fisher method [24], the proposed method achieved a higher performance as shown in Table Comparisons based on the FRGC Version 2 In this section, Eperiment #4 on the FRGC Version 2 is used to evaluate the performance of the face recognition system for face verification. Besides the LBP+Fisher method, we also compared our results with reported results of some state-of-the-art methods. From Table 2, it can be seen that the proposed method achieved a better performance than the original LBP based method, because LKFA can use the histogram similarity measure and capture the nonlinear structure of the input object. The LBP+Fisher method cannot effectively use the histogram measure, which may cause the decrease of the recognition performance [25]. The proposed method also achieves a much better result than some state-ofthe-art methods, which shows that LKFA is also an effective way to enhance the face recognition performance. Table 1 Recognition rates of LBP, LBP+KFA, LBP+Fisher, and LKFA+Fisher on FRGC Version 1. LBP Result in [24] LBP+KFA LBP+FLA LKFA+FLA Recognition rates Recognition Rates Histogram Bin Number Fig. 4. Comparative results on the Palmprint database. LBP LKFA Table 2 Performance comparison with some state-of-art results in the FRGC Version 2. Methods Baseline [23] 0.12 Result in [15] 0.76 Result in [26] Result in [24] LBP+FLA 0.78 LKFA+FLA 0.83 Recognition rates with FAR¼0.1% Fig. 5. Samples of FRGC database.

5 B. Zhang et al. / Neurocomputing 74 (2011) Conclusions and future work This paper proposes a new method, named Local Kernel Feature Analysis, for object recognition. Different from the traditional kernel-based method using kernel functions to calculate the inner product of different input samples in the high-dimensionality space, this paper eploits it for the feature etraction from a single input image to capture the relationship among local neighborhood. We also prove in theory that the eigenvalue vector feature is stable, which is etracted as the final feature for object representation. Comparative eperiments on both Palmprint and face recognition show that the proposed method achieves a better performance than the original LBP-based method. The kernel function affects the final performance of object recognition, we will focus on this topic to design new kernel for a better performance. The future work will also focus on the application of the proposed method on other object recognition. Acknowledgement The work was supported by the Natural Science Foundation of China (NSFC) under Contract No. No , and No This work is also supported by a grant from the Ph.D. Programs Foundation of Ministry of Education of China (No ) and the Fundamental Research Funds for the Central Universities. References [1] H.p. Moravec, Towards automatic visual obstacle avoidance, International Joint Conferences on Artificial Intelligence (1977) 584. [2] C. Harris, M. Stephens, A combined corner and edge detector, Avery Vision Conference (1988) [3] J. Canny, A computational approach to edge detection, IEEE Transactions Pattern Analysis and Machine Intelligence 8 (6) (1986) [4] D. Lowe, Object recognition from local scale invariant feature, International Conference on Computer Vision (1999) [5] W. Bian, D. Tao, Manifold regularization for SIR with rate root-n convergence, Advances in Neural Information Processing Systems (2009) 1 8. [6] S. Si, D. Tao, B. Geng, Bregman divergence based regularization for transfer subspace learning, IEEE Transactions on Knowledge and Data Engineering (2009). [7] T. Ojala, M. Pietikäinen, T. Mäenpää, Multiresolution gray-scale and rotation invariant teture classification with local binary patterns, IEEE Transactions on Pattern Analysis and Machine Intelligence 24 (7) (2002) [8] M. Heikkilä, M. Pietikäinen, A teture-based method for modelling the background and detecting moving objects, IEEE Transactions on Pattern Analysis and Machine Intelligence 28 (4) (2006) [9] T. Ahonen, A. Hadid, M. Pietikäinen, Face description with local binary patterns: application to face recognition, IEEE Transactions on Pattern Analysis and Machine Intelligence 28 (12) (2006) [10] P.N. Belhumeur, J.P. Hespanha, D.J. Kriegman, Eigenfaces vs. Fisherfaces: recognition using class specific linear projection, IEEE Transactions on Pattern Analysis and Machine Intelligence 19 (7) (1997) [11] J. Li, D. Tao, Simple eponential family PCA, in: Proccedings of the International Conference on Artificial Intelligence and Statistics (AISTATS), Journal of Machine Learning Research (JMLR) Workshop and Conference Proceedings, vol. 9, 2010, pp [12] D. Tao, X. Li, X. Wu, S.J. Maybank, Geometric mean for subspace selection, IEEE Transactionson PatternAnalysis andmachine Intelligence 31 (2) (2009) [13] C. Liu, H. Wechsler, Gabor feature based classification using the enhanced fisher linear discriminant model for face recognition, IEEE Transaction on Image Processing 11 (4) (2002) [14] Hanqing Lu, Songde Ma Lu, Improving kernel Fisher discriminant analysis for face recognition, IEEE Transactions Circuits System Video Technology 14 (1) (2004) [15] C. Liu, Capitalize on dimensionality increasing techniques for improving face recognition grand challenge performance, IEEE Transactions on Pattern Analysis and Machine Intelligence 28 (5) (2006) [16] M. Pontil, A. Verri, Support vector machine for 3D object recognition, IEEE Transactions onpattern Analysis and MachineIntelligence 20 (6) (1996) [17] A. Barla1, F. Odone, A. Verri, Histogram intersection kernel for image classification, International Conference on Image Processing (2003) [18] S. Belongie, C. Fowlkes, F.N. Chung, J Malik, Spectral partitioning with indefinite kernels using the nystorm etensions, Europe Conference on Computer Vision (2002) [19] C. Wallraven, B. Caputo, Arnulf B.A. Graf, International Conference on Computer Vision (2003) [20] B. Zhang, S. Shan, X. Chen, W. Gao, Histogram of Gabor phase patterns: a novel object representation for face recognition, IEEE Transactions on Image Processing 16 (1) (2007) [21] Y. Su, S. Shan, X. Chen, W. Gao, Hierarchical ensemble of Gabor fisher classifier for face recognition, Proceedings of International Conference on Automatic Face and Gesture Recognition (2006) [22] D. Zhang, A. Wai-Kin Kong, J. You, M. Wong, Online palmprint identification, IEEE Transactions on Pattern Analysis and Machine Intelligence 25 (9) (2003) [23] P.J. Philips, P.J. Flynn, T. Scruggs, K.W. Bowyer, J. Chang, K. Hoffman, J. Marques, J. Min, W. Worek, Overview of the face recognition grand challenges, International Conference on Computer Vision (2005) [24] W. Hwang, G. Park, J. Lee, Multiple face model of hybrid Fourier feature for large face image set, IEEE Conference on Computer Vision and Pattern Recognition (2006) [25] J. Zhao, H. Wang, H. Ren, S.C. Kee, LBP discriminant analysis for face verification, IEEE Conference on Computer Vision and Pattern Recognition (2005) [26] B. Zhang, Y. Qiao, Face recognition based on gradient Gabor feature and efficient kernel fisher analysis, Neural Computing & Applications (2010). Baochang Zhang received the B.S., M.S., and Ph.D. degrees in computer science from Harbin Institute of Technology, China, in 1999, 2001 and 2006, respectively. From 2006 to 2008, he was a research fellow with The Chinese University of Hong Kong and Griffith University, Australia. Currently, he is a lecturer with Beihang University, China. His research interests include pattern recognition, machine learning, face recognition, and wavelets. Yongsheng Gao received the B.Sc. and M.Sc. degrees in Electronic Engineering from Zhejiang University, China, in 1985 and 1988, respectively, and the Ph.D. degree in Computer Engineering from Nanyang Technological University, Singapore. Currently, he is an Associate Professor with the Griffith School of Engineering, Griffith University, Australia. He is also with National ICT Australia, Queensland Research Laboratory leading the Biosecurity group. His research interests include face recognition, biometrics, biosecurity, image retrieval, computer vision, and pattern recognition. He is a senior member of the IEEE. Hong Zheng received her Ph.D. degree in Harbin Institute of Technology, China, Currently, she is Professor with Beihang University. Her research interests include Hardware Design, Embedded System, pattern recognition, computer vision.

Local Derivative Pattern Versus Local Binary Pattern: Face Recognition With High-Order Local Pattern Descriptor

Local Derivative Pattern Versus Local Binary Pattern: Face Recognition With High-Order Local Pattern Descriptor Local Derivative Pattern Versus Local Binary Pattern: Face Recognition With High-Order Local Pattern Descriptor Author Zhang, Baochang, Gao, Yongsheng, Zhao, Sanqiang, Liu, Jianzhuang Published 2010 Journal

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

Gabor Surface Feature for Face Recognition

Gabor Surface Feature for Face Recognition Gabor Surface Feature for Face Recognition Ke Yan, Youbin Chen Graduate School at Shenzhen Tsinghua University Shenzhen, China xed09@gmail.com, chenyb@sz.tsinghua.edu.cn Abstract Gabor filters can extract

More information

Color Local Texture Features Based Face Recognition

Color Local Texture Features Based Face Recognition Color Local Texture Features Based Face Recognition Priyanka V. Bankar Department of Electronics and Communication Engineering SKN Sinhgad College of Engineering, Korti, Pandharpur, Maharashtra, India

More information

An Adaptive Threshold LBP Algorithm for Face Recognition

An Adaptive Threshold LBP Algorithm for Face Recognition An Adaptive Threshold LBP Algorithm for Face Recognition Xiaoping Jiang 1, Chuyu Guo 1,*, Hua Zhang 1, and Chenghua Li 1 1 College of Electronics and Information Engineering, Hubei Key Laboratory of Intelligent

More information

A New Gabor Phase Difference Pattern for Face and Ear Recognition

A New Gabor Phase Difference Pattern for Face and Ear Recognition A New Gabor Phase Difference Pattern for Face and Ear Recognition Yimo Guo 1,, Guoying Zhao 1, Jie Chen 1, Matti Pietikäinen 1 and Zhengguang Xu 1 Machine Vision Group, Department of Electrical and Information

More information

Facial Expression Recognition with Emotion-Based Feature Fusion

Facial Expression Recognition with Emotion-Based Feature Fusion Facial Expression Recognition with Emotion-Based Feature Fusion Cigdem Turan 1, Kin-Man Lam 1, Xiangjian He 2 1 The Hong Kong Polytechnic University, Hong Kong, SAR, 2 University of Technology Sydney,

More information

Palm Vein Recognition with Local Binary Patterns and Local Derivative Patterns

Palm Vein Recognition with Local Binary Patterns and Local Derivative Patterns Palm Vein Recognition with Local Binary Patterns and Local Derivative Patterns Leila Mirmohamadsadeghi and Andrzej Drygajlo Swiss Federal Institude of Technology Lausanne (EPFL) CH-1015 Lausanne, Switzerland

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

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

ROBUST LDP BASED FACE DESCRIPTOR

ROBUST LDP BASED FACE DESCRIPTOR ROBUST LDP BASED FACE DESCRIPTOR Mahadeo D. Narlawar and Jaideep G. Rana Department of Electronics Engineering, Jawaharlal Nehru College of Engineering, Aurangabad-431004, Maharashtra, India ABSTRACT This

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

Texture Feature Extraction Using Improved Completed Robust Local Binary Pattern for Batik Image Retrieval

Texture Feature Extraction Using Improved Completed Robust Local Binary Pattern for Batik Image Retrieval Texture Feature Extraction Using Improved Completed Robust Local Binary Pattern for Batik Image Retrieval 1 Arrie Kurniawardhani, 2 Nanik Suciati, 3 Isye Arieshanti 1, Institut Teknologi Sepuluh Nopember,

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

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

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

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

Texture Features in Facial Image Analysis

Texture Features in Facial Image Analysis Texture Features in Facial Image Analysis Matti Pietikäinen and Abdenour Hadid Machine Vision Group Infotech Oulu and Department of Electrical and Information Engineering P.O. Box 4500, FI-90014 University

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

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

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

PolyU Near-Infrared Face Database

PolyU Near-Infrared Face Database PolyU Near-Infrared Face Database 1 Baochang ZHANG, Lei ZHANG, David ZHANG, Linlin SHEN, Zhenhua GUO 2 3 4 5 6 7 8 9 10 11 12 13 14 Abstract This paper introduces the establishment of PolyU Near-Infrared

More information

A Novel Extreme Point Selection Algorithm in SIFT

A Novel Extreme Point Selection Algorithm in SIFT A Novel Extreme Point Selection Algorithm in SIFT Ding Zuchun School of Electronic and Communication, South China University of Technolog Guangzhou, China zucding@gmail.com Abstract. This paper proposes

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

Human Face Recognition Using Weighted Vote of Gabor Magnitude Filters

Human Face Recognition Using Weighted Vote of Gabor Magnitude Filters Human Face Recognition Using Weighted Vote of Gabor Magnitude Filters Iqbal Nouyed, Graduate Student member IEEE, M. Ashraful Amin, Member IEEE, Bruce Poon, Senior Member IEEE, Hong Yan, Fellow IEEE Abstract

More information

Face Recognition by Combining Kernel Associative Memory and Gabor Transforms

Face Recognition by Combining Kernel Associative Memory and Gabor Transforms Face Recognition by Combining Kernel Associative Memory and Gabor Transforms Author Zhang, Bai-ling, Leung, Clement, Gao, Yongsheng Published 2006 Conference Title ICPR2006: 18th International Conference

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

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

Preprocessing and Feature Sets for Robust Face Recognition

Preprocessing and Feature Sets for Robust Face Recognition Preprocessing and Feature Sets for Robust Face Recognition Xiaoyang Tan and Bill Triggs LJK-INRIA, 655 avenue de l Europe, Montbonnot 38330, France Xiaoyang.Tan@inria.fr, Bill.Triggs@imag.fr Abstract Many

More information

URL: <

URL:   < Citation: Cheheb, Ismahane, Al-Maadeed, Noor, Al-Madeed, Somaya, Bouridane, Ahmed and Jiang, Richard (2017) Random sampling for patch-based face recognition. In: IWBF 2017-5th International Workshop on

More information

High-Order Circular Derivative Pattern for Image Representation and Recognition

High-Order Circular Derivative Pattern for Image Representation and Recognition High-Order Circular Derivative Pattern for Image epresentation and ecognition Author Zhao Sanqiang Gao Yongsheng Caelli Terry Published 1 Conference Title Proceedings of the th International Conference

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

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

Partial Face Matching between Near Infrared and Visual Images in MBGC Portal Challenge

Partial Face Matching between Near Infrared and Visual Images in MBGC Portal Challenge Partial Face Matching between Near Infrared and Visual Images in MBGC Portal Challenge Dong Yi, Shengcai Liao, Zhen Lei, Jitao Sang, and Stan Z. Li Center for Biometrics and Security Research, Institute

More information

An Efficient Face Recognition using Discriminative Robust Local Binary Pattern and Gabor Filter with Single Sample per Class

An Efficient Face Recognition using Discriminative Robust Local Binary Pattern and Gabor Filter with Single Sample per Class An Efficient Face Recognition using Discriminative Robust Local Binary Pattern and Gabor Filter with Single Sample per Class D.R.MONISHA 1, A.USHA RUBY 2, J.GEORGE CHELLIN CHANDRAN 3 Department of Computer

More information

Pattern Recognition Letters

Pattern Recognition Letters Pattern Recognition Letters 33 (2012) 1761 1767 Contents lists available at SciVerse ScienceDirect Pattern Recognition Letters journal homepage: www.elsevier.com/locate/patrec Fast multi-scale local phase

More information

A New Feature Local Binary Patterns (FLBP) Method

A New Feature Local Binary Patterns (FLBP) Method A New Feature Local Binary Patterns (FLBP) Method Jiayu Gu and Chengjun Liu The Department of Computer Science, New Jersey Institute of Technology, Newark, NJ 07102, USA Abstract - This paper presents

More information

A Novel Method of Face Recognition Using Lbp, Ltp And Gabor Features

A Novel Method of Face Recognition Using Lbp, Ltp And Gabor Features A Novel Method of Face Recognition Using Lbp, Ltp And Gabor Features Koneru. Anuradha, Manoj Kumar Tyagi Abstract:- Face recognition has received a great deal of attention from the scientific and industrial

More information

[Gaikwad *, 5(11): November 2018] ISSN DOI /zenodo Impact Factor

[Gaikwad *, 5(11): November 2018] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES LBP AND PCA BASED ON FACE RECOGNITION SYSTEM Ashok T. Gaikwad Institute of Management Studies and Information Technology, Aurangabad, (M.S), India ABSTRACT

More information

Learning to Fuse 3D+2D Based Face Recognition at Both Feature and Decision Levels

Learning to Fuse 3D+2D Based Face Recognition at Both Feature and Decision Levels Learning to Fuse 3D+2D Based Face Recognition at Both Feature and Decision Levels Stan Z. Li, ChunShui Zhao, Meng Ao, Zhen Lei Center for Biometrics and Security Research & National Laboratory of Pattern

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

Video annotation based on adaptive annular spatial partition scheme

Video annotation based on adaptive annular spatial partition scheme Video annotation based on adaptive annular spatial partition scheme Guiguang Ding a), Lu Zhang, and Xiaoxu Li Key Laboratory for Information System Security, Ministry of Education, Tsinghua National Laboratory

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

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

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

Introduction. Introduction. Related Research. SIFT method. SIFT method. Distinctive Image Features from Scale-Invariant. Scale.

Introduction. Introduction. Related Research. SIFT method. SIFT method. Distinctive Image Features from Scale-Invariant. Scale. Distinctive Image Features from Scale-Invariant Keypoints David G. Lowe presented by, Sudheendra Invariance Intensity Scale Rotation Affine View point Introduction Introduction SIFT (Scale Invariant Feature

More information

Outline 7/2/201011/6/

Outline 7/2/201011/6/ Outline Pattern recognition in computer vision Background on the development of SIFT SIFT algorithm and some of its variations Computational considerations (SURF) Potential improvement Summary 01 2 Pattern

More information

3D FACE RECOGNITION USING TOPOGRAPHIC HIGH-ORDER DERIVATIVES

3D FACE RECOGNITION USING TOPOGRAPHIC HIGH-ORDER DERIVATIVES 3D FACE RECOGNITION USING TOPOGRAPHIC HIGH-ORDER DERIVATIVES Ali Cheraghian 1, Farshid Hajati 1,2, Ajmal S. Mian 3, Yongsheng Gao 2, Soheila Gheisari 4 1 Electrical Engineering Department, Tafresh University,

More information

Face recognition using SURF features

Face recognition using SURF features ace recognition using SUR features Geng Du*, ei Su, Anni Cai Multimedia Communication and Pattern Recognition Labs, School of Information and Telecommunication Engineering, Beijing University of Posts

More information

Part-based Face Recognition Using Near Infrared Images

Part-based Face Recognition Using Near Infrared Images Part-based Face Recognition Using Near Infrared Images Ke Pan Shengcai Liao Zhijian Zhang Stan Z. Li Peiren Zhang University of Science and Technology of China Hefei 230026, China Center for Biometrics

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 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 LOCAL DERIVATIVE TETRA PATTERN

FACE RECOGNITION BASED ON LOCAL DERIVATIVE TETRA PATTERN ISSN: 976-92 (ONLINE) ICTACT JOURNAL ON IMAGE AND VIDEO PROCESSING, FEBRUARY 27, VOLUME: 7, ISSUE: 3 FACE RECOGNITION BASED ON LOCAL DERIVATIVE TETRA PATTERN A. Geetha, M. Mohamed Sathik 2 and Y. Jacob

More information

Part-based Face Recognition Using Near Infrared Images

Part-based Face Recognition Using Near Infrared Images Part-based Face Recognition Using Near Infrared Images Ke Pan Shengcai Liao Zhijian Zhang Stan Z. Li Peiren Zhang University of Science and Technology of China Hefei 230026, China Center for Biometrics

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

A NOVEL APPROACH TO ACCESS CONTROL BASED ON FACE RECOGNITION

A NOVEL APPROACH TO ACCESS CONTROL BASED ON FACE RECOGNITION A NOVEL APPROACH TO ACCESS CONTROL BASED ON FACE RECOGNITION A. Hadid, M. Heikkilä, T. Ahonen, and M. Pietikäinen Machine Vision Group Infotech Oulu and Department of Electrical and Information Engineering

More information

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian Hebei Engineering and

More information

TEXTURE CLASSIFICATION METHODS: A REVIEW

TEXTURE CLASSIFICATION METHODS: A REVIEW TEXTURE CLASSIFICATION METHODS: A REVIEW Ms. Sonal B. Bhandare Prof. Dr. S. M. Kamalapur M.E. Student Associate Professor Deparment of Computer Engineering, Deparment of Computer Engineering, K. K. Wagh

More information

arxiv: v1 [cs.cv] 19 May 2017

arxiv: v1 [cs.cv] 19 May 2017 Affine-Gradient Based Local Binary Pattern Descriptor for Texture Classification You Hao 1,2, Shirui Li 1,2, Hanlin Mo 1,2, and Hua Li 1,2 arxiv:1705.06871v1 [cs.cv] 19 May 2017 1 Key Laboratory of Intelligent

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

BRIEF Features for Texture Segmentation

BRIEF Features for Texture Segmentation BRIEF Features for Texture Segmentation Suraya Mohammad 1, Tim Morris 2 1 Communication Technology Section, Universiti Kuala Lumpur - British Malaysian Institute, Gombak, Selangor, Malaysia 2 School of

More information

Implementation of a Face Recognition System for Interactive TV Control System

Implementation of a Face Recognition System for Interactive TV Control System Implementation of a Face Recognition System for Interactive TV Control System Sang-Heon Lee 1, Myoung-Kyu Sohn 1, Dong-Ju Kim 1, Byungmin Kim 1, Hyunduk Kim 1, and Chul-Ho Won 2 1 Dept. IT convergence,

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

Combining Statistics of Geometrical and Correlative Features for 3D Face Recognition

Combining Statistics of Geometrical and Correlative Features for 3D Face Recognition 1 Combining Statistics of Geometrical and Correlative Features for 3D Face Recognition Yonggang Huang 1, Yunhong Wang 2, Tieniu Tan 1 1 National Laboratory of Pattern Recognition Institute of Automation,

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

Midterm Wed. Local features: detection and description. Today. Last time. Local features: main components. Goal: interest operator repeatability

Midterm Wed. Local features: detection and description. Today. Last time. Local features: main components. Goal: interest operator repeatability Midterm Wed. Local features: detection and description Monday March 7 Prof. UT Austin Covers material up until 3/1 Solutions to practice eam handed out today Bring a 8.5 11 sheet of notes if you want Review

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

International Journal of Computer Techniques Volume 4 Issue 1, Jan Feb 2017

International Journal of Computer Techniques Volume 4 Issue 1, Jan Feb 2017 RESEARCH ARTICLE OPEN ACCESS Facial expression recognition based on completed LBP Zicheng Lin 1, Yuanliang Huang 2 1 (College of Science and Engineering, Jinan University, Guangzhou, PR China) 2 (Institute

More information

Video Inter-frame Forgery Identification Based on Optical Flow Consistency

Video Inter-frame Forgery Identification Based on Optical Flow Consistency Sensors & Transducers 24 by IFSA Publishing, S. L. http://www.sensorsportal.com Video Inter-frame Forgery Identification Based on Optical Flow Consistency Qi Wang, Zhaohong Li, Zhenzhen Zhang, Qinglong

More information

HYBRID CENTER-SYMMETRIC LOCAL PATTERN FOR DYNAMIC BACKGROUND SUBTRACTION. Gengjian Xue, Li Song, Jun Sun, Meng Wu

HYBRID CENTER-SYMMETRIC LOCAL PATTERN FOR DYNAMIC BACKGROUND SUBTRACTION. Gengjian Xue, Li Song, Jun Sun, Meng Wu HYBRID CENTER-SYMMETRIC LOCAL PATTERN FOR DYNAMIC BACKGROUND SUBTRACTION Gengjian Xue, Li Song, Jun Sun, Meng Wu Institute of Image Communication and Information Processing, Shanghai Jiao Tong University,

More information

Weighted Multi-scale Local Binary Pattern Histograms for Face Recognition

Weighted Multi-scale Local Binary Pattern Histograms for Face Recognition Weighted Multi-scale Local Binary Pattern Histograms for Face Recognition Olegs Nikisins Institute of Electronics and Computer Science 14 Dzerbenes Str., Riga, LV1006, Latvia Email: Olegs.Nikisins@edi.lv

More information

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

Neurocomputing. Laplacian bidirectional PCA for face recognition. Wankou Yang a,n, Changyin Sun a, Lei Zhang b, Karl Ricanek c. Letters. Neurocomputing 74 (2010) 487 493 Contents lists available at ScienceDirect Neurocomputing journal homepage: www.elsevier.com/locate/neucom Letters Laplacian bidirectional PCA for face recognition Wankou

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

Face and Nose Detection in Digital Images using Local Binary Patterns

Face and Nose Detection in Digital Images using Local Binary Patterns Face and Nose Detection in Digital Images using Local Binary Patterns Stanko Kružić Post-graduate student University of Split, Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture

More information

Compare Gabor fisher classifier and phase-based Gabor fisher classifier for face recognition

Compare Gabor fisher classifier and phase-based Gabor fisher classifier for face recognition Journal Electrical and Electronic Engineering 201; 1(2): 41-45 Published online June 10, 201 (http://www.sciencepublishinggroup.com/j/jeee) doi: 10.11648/j.jeee.2010102.11 Compare Gabor fisher classifier

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

Dynamic Local Ternary Pattern for Face Recognition and Verification

Dynamic Local Ternary Pattern for Face Recognition and Verification Dynamic Local Ternary Pattern for Face Recognition and Verification Mohammad Ibrahim, Md. Iftekharul Alam Efat, Humayun Kayesh Shamol, Shah Mostafa Khaled, Mohammad Shoyaib Institute of Information Technology

More information

Better than best: matching score based face registration

Better than best: matching score based face registration Better than best: based face registration Luuk Spreeuwers University of Twente Fac. EEMCS, Signals and Systems Group Hogekamp Building, 7522 NB Enschede The Netherlands l.j.spreeuwers@ewi.utwente.nl Bas

More information

Subpixel Corner Detection Using Spatial Moment 1)

Subpixel Corner Detection Using Spatial Moment 1) Vol.31, No.5 ACTA AUTOMATICA SINICA September, 25 Subpixel Corner Detection Using Spatial Moment 1) WANG She-Yang SONG Shen-Min QIANG Wen-Yi CHEN Xing-Lin (Department of Control Engineering, Harbin Institute

More information

Face Recognition with Local Line Binary Pattern

Face Recognition with Local Line Binary Pattern 2009 Fifth International Conference on Image and Graphics Face Recognition with Local Line Binary Pattern Amnart Petpon and Sanun Srisuk Department of Computer Engineering, Mahanakorn University of Technology

More information

Key properties of local features

Key properties of local features Key properties of local features Locality, robust against occlusions Must be highly distinctive, a good feature should allow for correct object identification with low probability of mismatch Easy to etract

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

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

Open Access Self-Growing RBF Neural Network Approach for Semantic Image Retrieval

Open Access Self-Growing RBF Neural Network Approach for Semantic Image Retrieval Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 1505-1509 1505 Open Access Self-Growing RBF Neural Networ Approach for Semantic Image Retrieval

More information

Action Recognition & Categories via Spatial-Temporal Features

Action Recognition & Categories via Spatial-Temporal Features Action Recognition & Categories via Spatial-Temporal Features 华俊豪, 11331007 huajh7@gmail.com 2014/4/9 Talk at Image & Video Analysis taught by Huimin Yu. Outline Introduction Frameworks Feature extraction

More information

[2006] IEEE. Reprinted, with permission, from [Wenjing Jia, Gaussian Weighted Histogram Intersection for License Plate Classification, Pattern

[2006] IEEE. Reprinted, with permission, from [Wenjing Jia, Gaussian Weighted Histogram Intersection for License Plate Classification, Pattern [6] IEEE. Reprinted, with permission, from [Wening Jia, Gaussian Weighted Histogram Intersection for License Plate Classification, Pattern Recognition, 6. ICPR 6. 8th International Conference on (Volume:3

More information

CROWD DENSITY ANALYSIS USING SUBSPACE LEARNING ON LOCAL BINARY PATTERN. Hajer Fradi, Xuran Zhao, Jean-Luc Dugelay

CROWD DENSITY ANALYSIS USING SUBSPACE LEARNING ON LOCAL BINARY PATTERN. Hajer Fradi, Xuran Zhao, Jean-Luc Dugelay CROWD DENSITY ANALYSIS USING SUBSPACE LEARNING ON LOCAL BINARY PATTERN Hajer Fradi, Xuran Zhao, Jean-Luc Dugelay EURECOM, FRANCE fradi@eurecom.fr, zhao@eurecom.fr, dugelay@eurecom.fr ABSTRACT Crowd density

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

Palmprint recognition by using enhanced completed local binary pattern (CLBP) for personal recognition

Palmprint recognition by using enhanced completed local binary pattern (CLBP) for personal recognition Palmprint recognition by using enhanced completed local binary pattern (CLBP) for personal recognition Dr. K.N. Prakash 1, M. Satya sri lakshmi 2 1 Professor, Department of Electronics & Communication

More information

Hierarchical Ensemble of Gabor Fisher Classifier for Face Recognition

Hierarchical Ensemble of Gabor Fisher Classifier for Face Recognition Hierarchical Ensemble of Gabor Fisher Classifier for Face Recognition Yu Su 1,2 Shiguang Shan,2 Xilin Chen 2 Wen Gao 1,2 1 School of Computer Science and Technology, Harbin Institute of Technology, Harbin,

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

Patch-based Object Recognition. Basic Idea

Patch-based Object Recognition. Basic Idea Patch-based Object Recognition 1! Basic Idea Determine interest points in image Determine local image properties around interest points Use local image properties for object classification Example: Interest

More information

Leaf Image Recognition Based on Wavelet and Fractal Dimension

Leaf Image Recognition Based on Wavelet and Fractal Dimension Journal of Computational Information Systems 11: 1 (2015) 141 148 Available at http://www.jofcis.com Leaf Image Recognition Based on Wavelet and Fractal Dimension Haiyan ZHANG, Xingke TAO School of Information,

More information

Features Points. Andrea Torsello DAIS Università Ca Foscari via Torino 155, Mestre (VE)

Features Points. Andrea Torsello DAIS Università Ca Foscari via Torino 155, Mestre (VE) Features Points Andrea Torsello DAIS Università Ca Foscari via Torino 155, 30172 Mestre (VE) Finding Corners Edge detectors perform poorly at corners. Corners provide repeatable points for matching, so

More information

Facial expression recognition based on two-step feature histogram optimization Ling Gana, Sisi Sib

Facial expression recognition based on two-step feature histogram optimization Ling Gana, Sisi Sib 3rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 201) Facial expression recognition based on two-step feature histogram optimization Ling Gana, Sisi

More information

Feature descriptors. Alain Pagani Prof. Didier Stricker. Computer Vision: Object and People Tracking

Feature descriptors. Alain Pagani Prof. Didier Stricker. Computer Vision: Object and People Tracking Feature descriptors Alain Pagani Prof. Didier Stricker Computer Vision: Object and People Tracking 1 Overview Previous lectures: Feature extraction Today: Gradiant/edge Points (Kanade-Tomasi + Harris)

More information

Graph Matching Iris Image Blocks with Local Binary Pattern

Graph Matching Iris Image Blocks with Local Binary Pattern Graph Matching Iris Image Blocs with Local Binary Pattern Zhenan Sun, Tieniu Tan, and Xianchao Qiu Center for Biometrics and Security Research, National Laboratory of Pattern Recognition, Institute of

More information

How and what do we see? Segmentation and Grouping. Fundamental Problems. Polyhedral objects. Reducing the combinatorics of pose estimation

How and what do we see? Segmentation and Grouping. Fundamental Problems. Polyhedral objects. Reducing the combinatorics of pose estimation Segmentation and Grouping Fundamental Problems ' Focus of attention, or grouping ' What subsets of piels do we consider as possible objects? ' All connected subsets? ' Representation ' How do we model

More information

Scale Invariant Feature Transform

Scale Invariant Feature Transform Scale Invariant Feature Transform Why do we care about matching features? Camera calibration Stereo Tracking/SFM Image moiaicing Object/activity Recognition Objection representation and recognition Image

More information

Facial Expression Classification with Random Filters Feature Extraction

Facial Expression Classification with Random Filters Feature Extraction Facial Expression Classification with Random Filters Feature Extraction Mengye Ren Facial Monkey mren@cs.toronto.edu Zhi Hao Luo It s Me lzh@cs.toronto.edu I. ABSTRACT In our work, we attempted to tackle

More information