Decorrelated Local Binary Pattern for Robust Face Recognition

Size: px
Start display at page:

Download "Decorrelated Local Binary Pattern for Robust Face Recognition"

Transcription

1 International Journal of Advanced Biotechnology and Research (IJBR) ISSN , Online ISSN X, Vol-7, Special Issue-Number5-July, 2016, pp Research Article Vahid Ghanbari 1 and Hamid Sadeghi 1 1 Department of Electrical Engineering, Amirkabir University of Technology, Tehran, Iran. ABSTRACT Face recognition is one of the active fields in computer vision. The most important aspect of face recognition system is the facial feature description. The extracted features should be robust against pose and illumination and expression variations. Local binary patterns are one of the Well-known texture descriptors which can be utilized for facial feature extraction. In this paper, an improvement method for this descriptor is proposed which is based on decorrelation of pixel information to reduce the lost information imposed by the descriptor. The effectiveness of our algorithm is proved by extensive experiments performed on three databases. The results show that beside an improvement in overall recognition rate, the robustness of descriptor is increased against face variations, although it has low computational complexity. Key words:- Face recognition, extraction, Local Binary Patterns (LBP), Decorrelation, Markov process INTRODUCTION Face recognition is an established field of artificial intelligence with the wide variety of applications. Numerous commercial face recognition systems confirm vast progress in this field. Despite this progress, face recognition is still an active research topic in computer vision. The reason is that face recognition algorithms mostly perform well under constrained conditions, but have poor performance under unconstrained situations like pose and illumination and expression variations. So current researches are mostly focused on increasing the robustness of face recognition algorithms against these mentioned factors. The most important part of face recognition system is facial feature extraction. If weak features are extracted, even the best classifiers will not reach high recognition rate. On the other hand if redundant features are extracted, the performance and generalization of the algorithm will decrease. Facial features should have the following characteristics: 1) extracted features of the same person under different conditions should have low variations, 2) extracted features from different people should have large difference, 3) feature extraction process should have low complexity and the feature vector length must be as small as possible to occupy lower space in memory and enable the system for fast classification. These characteristics empowers the system for fast and accurate recognition. Unfortunately feature extraction algorithms cannot achieve all of these goals at the same time. Methods which extract robust features have mostly high computational complexity and large feature vector, hence perform slowly. On the other hand methods which perform fast, do not have acceptable accuracy. The goal of this paper is to introduce and develop a feature extraction method to

2 improve the mentioned characteristics. Local binary pattern (LBP) is one of the feature extraction methods introduced in [13] and is used for different tasks such as texture description and has good performance, but has low recognition rate in face recognition. In this paper, a method for decorrelating the information of extracted features by LBP is introduced which improves its recognition rate, as well as increasing its robustness against face appearance variations. This method which is called Decorrelated Local Binary Pattern (DLBP) has low computational complexity and its performance is tested on various datasets. The rest of the paper is structured as follows: Section II briefly discusses the related works. Section III details the DLBP feature extraction method. Section IV explains experimental results for face recognition task and compares the proposed method with other methods. Finally section V concludes the paper. Related work There are numerous feature extraction methods in face recognition field. Subspace-based methods such as eigenfaces [17] and Fisherfaces [2] and methods based on local appearance features [1, 9] are some of these methods. In [7] global and local approaches are compared and it is shown that local approaches outperform global methods. Also methods based on graph matching such as EBGM [19] have been proposed, but their application is limited because of inherent high computational complexity. Based on the goal of this paper, to find an efficient and accurate feature extraction method, local feature extraction methods are reviewed in the following. One of the most successful methods is Local Binary Pattern (LBP) [1]. This approach was introduced in [13] for the first time and had good results in texture description. Later several variants of LBP have been presented and successfully applied to different applications, such as Three-Patch LBP (TPLBP), Four-Patch LBP (FPLBP) [20], Local Ternary Patterns (LTP) [16], and so on. But all of these methods have higher computational complexity and larger feature vector compared to original LBP operator. Some of the other methods which have successful results in capturing edge and local shape information are Scale-Invariant Transform (SIFT) and Histogram of Oriented Gradient (HOG) [4], although these methods have lower recognition rates compared to LBP operator [11]. In [18] methods based on edge extraction and texture description are combined and one of the most powerful appearance features are extracted which is called Patterns of Oriented Edge Magnitude (POEM). This feature extraction procedure has high recognition rate and large feature vector. 3. Decorrelated Local Binary Pattern (DLBP) Original LBP operator was introduced in [13] as a powerful texture description method. This operator generates a binary number for each pixel according to the labels of eight neighbor pixels. The labels are formed by thresholding the neighbor pixel values by the center pixel value. Afterwards these labels are concatenated circularly to form an eight bit number. This process is shown in Figure (1). Fig (1): Original LBP operator After labelling pixels by LBP operator, the histogram of labels is defined using Equation (1). H i I( fi ( x, y) i), i 1,..., n 1 x, y (1) Where n is the number of generated labels by LBP and the function I is defined in Equation (2). 1 A is True I(A) 0 A is False (2) Vahid Ghanbari and Hamid Sadeghi 1284

3 A limitation of the original LBP operator was small neighbor size and the lack of control on large images. Therefore an extension of this operator proposed in [14] which defines a neighborhood of radius R pixels operating on P pixels. This operator is shown by LBP P,R and generate 2 P distinct numbers according to 2P different pattern of pixels. Figure (2) shows how neighbor pixels are chosen for three different radiuses. Fig (2): LBP operator for different radiuses and neighbor numbers [1]. To describe the improvement procedure on LBP operator, firstly the original operator is partitioned into two concatenated stages. In the first stage which is called Comparison, the center pixel is subtracted from neighbor pixels. In the second stage which is called Quantization, the results of the previous stage are compared with zero and the numbers which are bigger than zero are assigned value 1 and the numbers which are less than zero are assigned value 0. Finally by concatenating these quantized numbers circularly, the label of center pixel is formed. This process is shown in Figure (3). In quantization step the data is compressed in order to assign a label to the center pixel, so part of the image information is lost in this step. This quantization is performed on neighbor pixels, so their information is highly correlated and the correlation increases as the radius decreases. If it is possible to disjoint the pixels information before quantization step, it is expected that less information is lost and the descriptive power of the operator will increase. To this end it is possible to use whitening method. In whitening method, the covariance matrix of all feature vectors is calculated. Then using eigenvector decomposition, the eigenvalues and eigenvectors of the covariance matrix are obtained [3] and the final feature vector is calculated by projecting the original feature vector on these eigenvectors. In LBP operator if a data vector is defined for each pixel after the comparison step in location (x,y) by V (x,y) and the eigenvectors matrix is denoted by Q, the final whitened data vectors are calculated using Equation (3). T W Q V (3) ( x, y) ( x, y) These whitened data vectors W (x,y), have decorrelated information and if the quantization step is performed on these data vectors the lost information is decreased. However in order to calculate the covariance matrix of data vectors, for each image all the data vectors must be calculated to obtain their covariance matrix. This process need much computational time and will slow down the resulting operator. To resolve this problem the covariance matrix can be estimated using Markov process. Fig (3): The LBP operator decomposed into two subsections. As stated in [12], an image can be considered as a first-order Markov process, so by using this theorem the covariance matrix of data vectors V (x,y) can be estimated. The covariance matrix of a patch of image of size z z which is denoted by C can be calculated using Equation (4). Vahid Ghanbari and Hamid Sadeghi 1285

4 C 1,1 1,2 2 1,z 2,1 2,2 2 2,z z,1 z,2 z,z (4) Where i, j is the covariance between pixels in locations x i and x j. If the image is considered as a first-order Markov process, these covariance values can be modeled by a Correlation Coefficient and pixels distances as in Equation (5). i j i, j x x (5) As neighbor pixels are highly correlated, the value of is 0.9 in this work. As a conclusion, for a specified set of parameters of LBP operator the values of i, j can be calculated and the C matrix will be obtained. Performing eigenvector decomposition on C, the Q matrix can be calculated. As a result of this procedure there will be no need to calculate the covariance matrix for each input image and the speed of the new operator will be almost the same as the original LBP operator. The procedure of extracting Decorrelated Local Binary Pattern is summarized in figure (4). After applying the DLBP operator on every pixel of the input image, a histogram of generated labels is calculated as the feature vector of the whole image. In order to increase the descriptive power of the operator, the input image can be segmented into smaller sections and concatenate the histograms of all the sections. This process is shown in Figure (5). An example of applying the original LBP operator and the DLBP operator and extracting the final histogram on face images are shown in Figure (6) and (7), respectively. Fig (5): Applying texture descriptor on image segments in order to increase the recognition rate In the next section, experimental results of comparing the proposed method with the stateof-the-art methods are presented. Fig (4): Procedure of extracting Decorrelated Local Binary Pattern Vahid Ghanbari and Hamid Sadeghi 1286

5 Fig (6): The result of original LBP operator. Left: input image. Middle: resulting image after applying LBP operator. Right: histogram of the generated labels by considering the whole image as one segment using Equation (1) Fig (7): The result of DLBP operator. Left: input image. Middle: resulting image after applying DLBP operator. Right: histogram of the generated labels by considering the whole image as one segment using Equation (1) 4. Experiments To evaluate the proposed method compared with other methods, decorrelated LBP along with basic LBP [1] and combined POEM method [18] are tested in this section. For this reason, recognition rate, feature extraction time, and feature length of these methods are compared. Moreover, to evaluate the robustness of the algorithms against such variation as pose, expression, and illumination, several datasets are utilized in the experiment. In this section, at first, the datasets are described. Then, the experimental results on these dataset are compared with the mentioned methods. 4.1 Datasets Asian dataset: Asian Face Image DataBase PF01 [5] contains 107 Asian subjects (56 males and 51 females). Each subject has 17 images: 1 frontal image, 4 images with varied illumination, 8 images for pose variations, and 4 images with facial expression. The dataset has different variations make it useful for evaluation of face recognition algorithms under these conditions. For this purpose, the frontal image of each subject is used as gallery and the other ones are used as probe images. Some examples of these images are shown in Figure (8). Vahid Ghanbari and Hamid Sadeghi 1287

6 Fig (8): Example images of Asian dataset JAFFE dataset: JAFFE (The Japanese Female Facial Expression) dataset contains 213 images of 10 Japanese females with different facial expressions. Each subject has 3 or 4 images for six basic facial expressions as well as neutral one. The image resolution is pixels in frontal view. The dataset is proposed for evaluation of facial expression recognition algorithms [10]; however, it can be used in face recognition algorithm. Some samples of the images are shown in Figure (9). Yale-B dataset: this dataset contains 2432 images of 38 subjects captured under 64 illumination conditions. All images were manually aligned and cropped in pixels [6, 8]. Therefore, the dataset can be used to evaluate different feature extraction methods against illumination variations. Figure (10) shows some sample images from Yale-B dataset. 4.2 Experimental setup Due to different image sizes in the described datasets, the images should be normalized to a fixed size. Consequently, all images are aligned and resized into pixels based on two eye locations. Then, in each dataset, one frontal image from each subject is used as gallery image and the other ones (with different variations) are used as probes images. For feature extraction, each image is divided into several local regions and LBP [1], POEM [18], and the proposed decorrelated LBP operators are applied to each region. The histogram of the patterns of each operator in the regions is calculated. The calculated histograms are concatenated in the final feature vector. Each facial region is pixels in the experiments. 2 To compare two feature vector, Chi-square ( ) [1], which is a suitable histogram based distance method, is employed in this paper as Equation (6). 2 2 xi y (6) i X, Y x y i i i Where X and Y are two feature vectors and i shows the ith bin of histogram. Chi-square distance of each probe image to all gallery images are calculated, and the nearest neighbor gallery image is used as the match result. 4.3 The results on different datasets As mentioned previously, Asian dataset has various illumination, pose, and expression condition. The results of three algorithms are summarized in Table (1). The experiments were performed on an Intel Core i5-2.6 GHz with 6GB RAM computer on Matlab. Fig (10): Example images of Yale-B dataset Vahid Ghanbari and Hamid Sadeghi 1288

7 Fig (9): Example images of JAFFE dataset Table (1) the results of different methods on Asian dataset method length Recognition rate (%) extraction time (ms) LBP [1] POEM [18] DLBP As can be seen from Table (1), DLBP operator has the highest recognition rate compared with the other ones on Asian dataset. Moreover, the feature extraction time of DLBP is not significantly increased compared with LBP. JAFFE dataset is used to investigate the mentioned method against facial expression. The results of three algorithms on JAFFE dataset are summarized in Table (2). Table (2) the results of different methods on JAFFE dataset method length Recognition rate (%) extraction time (ms) LBP [1] POEM [18] DLBP As can be seen from Table (2), the proposed method has the highest robustness against facial expressions. POEM has the most computation time and the lowest recognition rate in this experiment. As mentioned previously, Yale-B dataset is used to evaluate three methods against illumination variations. The results of three algorithms on Yale-B dataset are summarized in Table (3). As can be seen from Table (3), POEM has the highest computational time compared with the other methods. DLBP has the highest recognition rate and an acceptable feature extraction time on this dataset. Table (3) the results of different methods on Yale-B dataset method LBP [1] POEM [18] DLBP length Recognition rate (%) extraction time (ms) CONCLUSION In this paper, a method is proposed to increase the accuracy and robustness of face recognition algorithm against pose, illumination and expression variations. This method is obtained by an alteration in the LBP operator which reduces the lost information in the quantization step of LBP by removing the correlation between adjacent pixels. Experimental results on various Vahid Ghanbari and Hamid Sadeghi 1289

8 datasets prove this claim that the proposed method increases recognition rate in addition to increased robustness against pose, illuminations and expression and has low computational complexity compared to state-of-the-art algorithms. For future work, decorrelation process can be deployed for other feature extraction methods to increase their accuracy and robustness. 6. REFERENCES 1. Ahonen, T., Hadid, A., & Pietikäinen, M. (2004). Face recognition with local binary patterns. In Computer vision-eccv 2004 (pp ). Springer Berlin Heidelberg. 2. Belhumeur, P. N., Hespanha, J. P., & Kriegman, D. J. (1997). Eigenfaces vs. fisherfaces: Recognition using class specific linear projection. Pattern Analysis and Machine Intelligence, IEEE Transactions on, 19(7), Bishop, C. M. (2006). Pattern Recognition. Machine Learning. 4. Déniz, O., Bueno, G., Salido, J., & De la Torre, F. (2011). Face recognition using histograms of oriented gradients. Pattern Recognition Letters, 32(12), Dong, H., & Gu, N. (2001). Asian face image database PF01. In Technical Report. Pohang University of Science and Technology. 6. Georghiades, A. S., Belhumeur, P. N., & Kriegman, D. J. (2001). From few to many: Illumination cone models for face recognition under variable lighting and pose. Pattern Analysis and Machine Intelligence, IEEE Transactions on, 23(6), Heisele, B., Ho, P., Wu, J., & Poggio, T. (2003). Face recognition: component-based versus global approaches. Computer vision and image understanding, 91(1), Lee, K. C., Ho, J., & Kriegman, D. J. (2005). Acquiring linear subspaces for face recognition under variable lighting. Pattern Analysis and Machine Intelligence, IEEE Transactions on, 27(5), Liu, C., & Wechsler, H. (2002). Gabor feature based classification using the enhanced fisher linear discriminant model for face recognition. Image processing, IEEE Transactions on, 11(4), Lyons, M. J., Budynek, J., & Akamatsu, S. (1999). Automatic classification of single facial images. IEEE Transactions on Pattern Analysis & Machine Intelligence, (12), Meyers, E., & Wolf, L. (2008). Using biologically inspired features for face processing. International Journal of Computer Vision, 76(1), Murphy, K. P. (2012). Machine learning: a probabilistic perspective. MIT press. 13. Ojala, T., Pietikäinen, M., & Harwood, D. (1996). A comparative study of texture measures with classification based on featured distributions. Pattern recognition, 29(1), Ojala, T., Pietikäinen, M., & Mäenpää, T. (2002). Multiresolution gray-scale and rotation invariant texture classification with local binary patterns. Pattern Analysis and Machine Intelligence, IEEE Transactions on, 24(7), Shu, C., Ding, X., & Fang, C. (2011). Histogram of the oriented gradient for face recognition. Tsinghua Science & Technology, 16(2), Tan, X., & Triggs, B. (2010). Enhanced local texture feature sets for face recognition under difficult lighting conditions. Image Processing, IEEE Transactions on, 19(6), Turk, M., & Pentland, A. (1991). Eigenfaces for recognition. Journal of cognitive neuroscience, 3(1), Vu, N. S., & Caplier, A. (2012). Enhanced patterns of oriented edge magnitudes for face recognition and image matching. Image Vahid Ghanbari and Hamid Sadeghi 1290

9 Processing, IEEE Transactions on, 21(3), Wiskott, L., Fellous, J. M., Kuiger, N., & Von Der Malsburg, C. (1997). Face recognition by elastic bunch graph matching. Pattern Analysis and Machine Intelligence, IEEE Transactions on, 19(7), Wolf, L., Hassner, T., & Taigman, Y. (2008). Descriptor based methods in the wild. In Workshop on faces in'real-life'images: Detection, alignment, and recognition. Vahid Ghanbari and Hamid Sadeghi 1291

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

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

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

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

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

An Acceleration Scheme to The Local Directional Pattern

An Acceleration Scheme to The Local Directional Pattern An Acceleration Scheme to The Local Directional Pattern Y.M. Ayami Durban University of Technology Department of Information Technology, Ritson Campus, Durban, South Africa ayamlearning@gmail.com A. Shabat

More information

A comparative study of Four Neighbour Binary Patterns in Face Recognition

A comparative study of Four Neighbour Binary Patterns in Face Recognition A comparative study of Four Neighbour Binary Patterns in Face Recognition A. Geetha, 2 Y. Jacob Vetha Raj,2 Department of Computer Applications, Nesamony Memorial Christian College,Manonmaniam Sundaranar

More information

Face Recognition Under varying Lighting Conditions and Noise Using Texture Based and SIFT Feature Sets

Face Recognition Under varying Lighting Conditions and Noise Using Texture Based and SIFT Feature Sets IJCST Vo l. 3, Is s u e 4, Oc t - De c 2012 ISSN : 0976-8491 (Online) ISSN : 2229-4333 (Print) Face Recognition Under varying Lighting Conditions and Noise Using Texture Based and SIFT Feature Sets 1 Vishnupriya.

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

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

Local Gradient Order Pattern for Face Representation and Recognition

Local Gradient Order Pattern for Face Representation and Recognition Local Gradient Order Pattern for Face Representation and Recognition Zhen Lei, Dong Yi, and Stan Z. Li Center for Biometrics and Security Research & National Laboratory of Pattern Recognition, Institute

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

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

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 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

Countermeasure for the Protection of Face Recognition Systems Against Mask Attacks

Countermeasure for the Protection of Face Recognition Systems Against Mask Attacks Countermeasure for the Protection of Face Recognition Systems Against Mask Attacks Neslihan Kose, Jean-Luc Dugelay Multimedia Department EURECOM Sophia-Antipolis, France {neslihan.kose, jean-luc.dugelay}@eurecom.fr

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

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

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

A Real Time Facial Expression Classification System Using Local Binary Patterns

A Real Time Facial Expression Classification System Using Local Binary Patterns A Real Time Facial Expression Classification System Using Local Binary Patterns S L Happy, Anjith George, and Aurobinda Routray Department of Electrical Engineering, IIT Kharagpur, India Abstract Facial

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

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

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

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

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

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

Face Recognition with Local Binary Patterns

Face Recognition with Local Binary Patterns Face Recognition with Local Binary Patterns Bachelor Assignment B.K. Julsing University of Twente Department of Electrical Engineering, Mathematics & Computer Science (EEMCS) Signals & Systems Group (SAS)

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

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

[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

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

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

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

Component-based Face Recognition with 3D Morphable Models

Component-based Face Recognition with 3D Morphable Models Component-based Face Recognition with 3D Morphable Models B. Weyrauch J. Huang benjamin.weyrauch@vitronic.com jenniferhuang@alum.mit.edu Center for Biological and Center for Biological and Computational

More information

ROBUST PARTIAL FACE RECOGNITION USING INSTANCE-TO-CLASS DISTANCE

ROBUST PARTIAL FACE RECOGNITION USING INSTANCE-TO-CLASS DISTANCE ROBUST PARTIAL FACE RECOGNITION USING INSTANCE-TO-CLASS DISTANCE Junlin Hu 1, Jiwen Lu 2, and Yap-Peng Tan 1 1 School of Electrical and Electronic Engineering, Nanyang Technological University, Singapore

More information

Dynamic Human Fatigue Detection Using Feature-Level Fusion

Dynamic Human Fatigue Detection Using Feature-Level Fusion Dynamic Human Fatigue Detection Using Feature-Level Fusion Xiao Fan, Bao-Cai Yin, and Yan-Feng Sun Beijing Key Laboratory of Multimedia and Intelligent Software, College of Computer Science and Technology,

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

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

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

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

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

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

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

Informative Census Transform for Ver Resolution Image Representation. Author(s)Jeong, Sungmoon; Lee, Hosun; Chong,

Informative Census Transform for Ver Resolution Image Representation. Author(s)Jeong, Sungmoon; Lee, Hosun; Chong, JAIST Reposi https://dspace.j Title Informative Census Transform for Ver Resolution Image Representation Author(s)Jeong, Sungmoon; Lee, Hosun; Chong, Citation IEEE International Symposium on Robo Interactive

More information

LBP Based Facial Expression Recognition Using k-nn Classifier

LBP Based Facial Expression Recognition Using k-nn Classifier ISSN 2395-1621 LBP Based Facial Expression Recognition Using k-nn Classifier #1 Chethan Singh. A, #2 Gowtham. N, #3 John Freddy. M, #4 Kashinath. N, #5 Mrs. Vijayalakshmi. G.V 1 chethan.singh1994@gmail.com

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

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

Face Recognition under varying illumination with Local binary pattern

Face Recognition under varying illumination with Local binary pattern Face Recognition under varying illumination with Local binary pattern Ms.S.S.Ghatge 1, Prof V.V.Dixit 2 Department of E&TC, Sinhgad College of Engineering, University of Pune, India 1 Department of E&TC,

More information

Texture Classification using a Linear Configuration Model based Descriptor

Texture Classification using a Linear Configuration Model based Descriptor STUDENT, PROF, COLLABORATOR: BMVC AUTHOR GUIDELINES 1 Texture Classification using a Linear Configuration Model based Descriptor Yimo Guo guoyimo@ee.oulu.fi Guoying Zhao gyzhao@ee.oulu.fi Matti Pietikäinen

More information

A REVIEW ON FEATURE EXTRACTION TECHNIQUES IN FACE RECOGNITION

A REVIEW ON FEATURE EXTRACTION TECHNIQUES IN FACE RECOGNITION A REVIEW ON FEATURE EXTRACTION TECHNIQUES IN FACE RECOGNITION Rahimeh Rouhi 1, Mehran Amiri 2 and Behzad Irannejad 3 1 Department of Computer Engineering, Islamic Azad University, Science and Research

More information

Learning Discriminative Local Patterns with Unrestricted Structure for Face Recognition

Learning Discriminative Local Patterns with Unrestricted Structure for Face Recognition Learning Discriminative Local Patterns with Unrestricted Structure for Face Recognition Douglas Brown, Yongsheng Gao, Jun Zhou School of Engineering Griffith University Brisbane, Australia {douglas.brown,

More information

Face Description with Local Binary Patterns: Application to Face Recognition

Face Description with Local Binary Patterns: Application to Face Recognition IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 28, NO. 12, DECEMBER 2006 2037 Face Description with Local Binary Patterns: Application to Face Recognition Timo Ahonen, Student Member,

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

ILLUMINATION NORMALIZATION USING LOCAL GRAPH STRUCTURE

ILLUMINATION NORMALIZATION USING LOCAL GRAPH STRUCTURE 3 st January 24. Vol. 59 No.3 25-24 JATIT & LLS. All rights reserved. ILLUMINATION NORMALIZATION USING LOCAL GRAPH STRUCTURE HOUSAM KHALIFA BASHIER, 2 LIEW TZE HUI, 3 MOHD FIKRI AZLI ABDULLAH, 4 IBRAHIM

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

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

Image Processing and Image Representations for Face Recognition

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

More information

MORPH-II: Feature Vector Documentation

MORPH-II: Feature Vector Documentation MORPH-II: Feature Vector Documentation Troy P. Kling NSF-REU Site at UNC Wilmington, Summer 2017 1 MORPH-II Subsets Four different subsets of the MORPH-II database were selected for a wide range of purposes,

More information

HUMAN S FACIAL PARTS EXTRACTION TO RECOGNIZE FACIAL EXPRESSION

HUMAN S FACIAL PARTS EXTRACTION TO RECOGNIZE FACIAL EXPRESSION HUMAN S FACIAL PARTS EXTRACTION TO RECOGNIZE FACIAL EXPRESSION Dipankar Das Department of Information and Communication Engineering, University of Rajshahi, Rajshahi-6205, Bangladesh ABSTRACT Real-time

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

Robust Facial Expression Classification Using Shape and Appearance Features

Robust Facial Expression Classification Using Shape and Appearance Features Robust Facial Expression Classification Using Shape and Appearance Features S L Happy and Aurobinda Routray Department of Electrical Engineering, Indian Institute of Technology Kharagpur, India Abstract

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

Local Edge/Corner Feature Integration for Illumination Invariant Face Recognition

Local Edge/Corner Feature Integration for Illumination Invariant Face Recognition Local Edge/Corner Feature Integration for Illumination Invariant Face Recognition Almabrok Essa and Vijayan Asari Department of Electrical and Computer Engineering University of Dayton, Dayton, Ohio, USA

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

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

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

Person-Independent Facial Expression Recognition Based on Compound Local Binary Pattern (CLBP)

Person-Independent Facial Expression Recognition Based on Compound Local Binary Pattern (CLBP) The International Arab Journal of Information Technology, Vol. 11, No. 2, March 2014 195 Person-Independent Facial Expression Recognition Based on Compound Local Binary Pattern (CLBP) Faisal Ahmed 1, Hossain

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

Exploring Bag of Words Architectures in the Facial Expression Domain

Exploring Bag of Words Architectures in the Facial Expression Domain Exploring Bag of Words Architectures in the Facial Expression Domain Karan Sikka, Tingfan Wu, Josh Susskind, and Marian Bartlett Machine Perception Laboratory, University of California San Diego {ksikka,ting,josh,marni}@mplab.ucsd.edu

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

SUBMITTED TO IEEE TRANSACTIONS ON IMAGE PROCESSING 1

SUBMITTED TO IEEE TRANSACTIONS ON IMAGE PROCESSING 1 SUBMITTED TO IEEE TRANSACTIONS ON IMAGE PROCESSING 1 Noise-Resistant Local Binary Pattern with an Embedded Error-Correction Mechanism Jianfeng Ren, Student Member, IEEE, Xudong Jiang, Senior Member, IEEE,

More information

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

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

More information

Face 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

Dealing with Inaccurate Face Detection for Automatic Gender Recognition with Partially Occluded Faces

Dealing with Inaccurate Face Detection for Automatic Gender Recognition with Partially Occluded Faces Dealing with Inaccurate Face Detection for Automatic Gender Recognition with Partially Occluded Faces Yasmina Andreu, Pedro García-Sevilla, and Ramón A. Mollineda Dpto. Lenguajes y Sistemas Informáticos

More information

Multiple Kernel Learning for Emotion Recognition in the Wild

Multiple Kernel Learning for Emotion Recognition in the Wild Multiple Kernel Learning for Emotion Recognition in the Wild Karan Sikka, Karmen Dykstra, Suchitra Sathyanarayana, Gwen Littlewort and Marian S. Bartlett Machine Perception Laboratory UCSD EmotiW Challenge,

More information

Saliency based Person Re-Identification in Video using Colour Features

Saliency based Person Re-Identification in Video using Colour Features GRD Journals- Global Research and Development Journal for Engineering Volume 1 Issue 10 September 2016 ISSN: 2455-5703 Saliency based Person Re-Identification in Video using Colour Features Srujy Krishna

More information

Video Based Face Recognition Using Graph Matching

Video Based Face Recognition Using Graph Matching 1 2 Video Based Face Recognition Using Graph Matching 3 4 5 6 Gayathri Mahalingam and Chandra Kambhamettu Video/Image Modeling and Synthesis (VIMS) Laboratory, Department of Computer and Information Sciences,

More information

FACIAL RECOGNITION BASED ON THE LOCAL BINARY PATTERNS MECHANISM

FACIAL RECOGNITION BASED ON THE LOCAL BINARY PATTERNS MECHANISM FACIAL RECOGNITION BASED ON THE LOCAL BINARY PATTERNS MECHANISM ABSTRACT Alexandru Blanda 1 This work presents a method of facial recognition, based on Local Binary Models. The idea of using this algorithm

More information

Content Based Image Retrieval Using Color Quantizes, EDBTC and LBP Features

Content Based Image Retrieval Using Color Quantizes, EDBTC and LBP Features Content Based Image Retrieval Using Color Quantizes, EDBTC and LBP Features 1 Kum Sharanamma, 2 Krishnapriya Sharma 1,2 SIR MVIT Abstract- To describe the image features the Local binary pattern (LBP)

More information

Invariant Features of Local Textures a rotation invariant local texture descriptor

Invariant Features of Local Textures a rotation invariant local texture descriptor Invariant Features of Local Textures a rotation invariant local texture descriptor Pranam Janney and Zhenghua Yu 1 School of Computer Science and Engineering University of New South Wales Sydney, Australia

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

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

Face detection and recognition. Detection Recognition Sally

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

More information

Recognition of facial expressions in presence of partial occlusion

Recognition of facial expressions in presence of partial occlusion Recognition of facial expressions in presence of partial occlusion Ioan Buciu, 1 Irene Kotsia 1 and Ioannis Pitas 1 AIIA Laboratory Computer Vision and Image Processing Group Department of Informatics

More information

Complete Local Binary Pattern for Representation of Facial Expression Based on Curvelet Transform

Complete Local Binary Pattern for Representation of Facial Expression Based on Curvelet Transform Proc. of Int. Conf. on Multimedia Processing, Communication& Info. Tech., MPCIT Complete Local Binary Pattern for Representation of Facial Expression Based on Curvelet Transform Nagaraja S., Prabhakar

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

A Complementary Local Feature Descriptor for Face Identification

A Complementary Local Feature Descriptor for Face Identification A Complementary Local Feature Descriptor for Face Identification Jonghyun Choi, William Robson Schwartz, Huimin Guo and Larry S. Davis Institute for Advanced Computer Studies University of Maryland, College

More information

Face Recognition Using Phase-Based Correspondence Matching

Face Recognition Using Phase-Based Correspondence Matching Face Recognition Using Phase-Based Correspondence Matching Koichi Ito Takafumi Aoki Graduate School of Information Sciences, Tohoku University, 6-6-5, Aramaki Aza Aoba, Sendai-shi, 98 8579 Japan ito@aoki.ecei.tohoku.ac.jp

More information

Classification of Face Images for Gender, Age, Facial Expression, and Identity 1

Classification of Face Images for Gender, Age, Facial Expression, and Identity 1 Proc. Int. Conf. on Artificial Neural Networks (ICANN 05), Warsaw, LNCS 3696, vol. I, pp. 569-574, Springer Verlag 2005 Classification of Face Images for Gender, Age, Facial Expression, and Identity 1

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

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

Unconstrained Face Recognition using MRF Priors and Manifold Traversing

Unconstrained Face Recognition using MRF Priors and Manifold Traversing Unconstrained Face Recognition using MRF Priors and Manifold Traversing Ricardo N. Rodrigues, Greyce N. Schroeder, Jason J. Corso and Venu Govindaraju Abstract In this paper, we explore new methods to

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

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

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

Dimensionality Reduction and Classification through PCA and LDA

Dimensionality Reduction and Classification through PCA and LDA International Journal of Computer Applications (09 8887) Dimensionality Reduction and Classification through and Telgaonkar Archana H. PG Student Department of CS and IT Dr. BAMU, Aurangabad Deshmukh Sachin

More information

arxiv: v3 [cs.cv] 3 Oct 2012

arxiv: v3 [cs.cv] 3 Oct 2012 Combined Descriptors in Spatial Pyramid Domain for Image Classification Junlin Hu and Ping Guo arxiv:1210.0386v3 [cs.cv] 3 Oct 2012 Image Processing and Pattern Recognition Laboratory Beijing Normal University,

More information

Multi-view Gender Classification based on Local Gabor Binary Mapping Pattern and Support Vector Machines

Multi-view Gender Classification based on Local Gabor Binary Mapping Pattern and Support Vector Machines Multi-view Gender Classification based on Local Gabor Binary Mapping Pattern and Support Vector Machines Bin Xia, He Sun and Bao-Liang Lu Senior Member, IEEE Abstract This paper proposes a novel face representation

More information