Dynamic Local Ternary Pattern for Face Recognition and Verification

Size: px
Start display at page:

Download "Dynamic Local Ternary Pattern for Face Recognition and Verification"

Transcription

1 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 University of Dhaka, Bangladesh ibrahim M. Abdullah-Al-Wadud Department of Industrial and Management Engineering Hankuk University of Foreign Studies, South Korea Abstract: Face recognition and verification algorithms use a variety of features that describe a face. Many of them are affected by the change of illumination and intensity fluctuation due to noise. Inspired by the properties of human visual system, a dynamic local ternary pattern has been proposed that allow not only encoding important texture features but also reduction of the effect of noises for face recognition and/or verification. This descriptor is constructed with the aid of Weber s law, and has been experimented on a benchmark face verification dataset, named Labeled Faces in the Wild (LFW) resulting very promising performances even in uncontrolled environment. Key Words: Face recognition, Local Ternary Pattern, Human vision constant, LFW dataset 1 Introduction Local image descriptors have long been surveyed in the area of machine learning and computer vision. There are enormous applications that rely on local feature descriptors such as visual registration, reconstruction and object recognition. A face verification system can be affected by various things such as noise, illumination, facial expression, occlusion, rotation and size. A descriptor should be robust against these issues. The existing descriptors can be divided mainly into two types: sparse descriptor, which first perceives the significant points in a given image, illustrate them and then depicts the features; and dense descriptor, which extracts local characteristics of each pixel in the input image. One of the most widely used local feature descriptors is SIFT [1], which uses automatic scale selection, orientation normalization and gradient information. SIFT is recognized for its usefulness and trustworthy recognition. However it involves a soaring computational cost. Among the dense descriptors, Gabor wavelet [2] and Local Binary Pattern (LBP) [3, 4] are the most popular. Gabor, nevertheless, has a huge computational complexity. On the other hand, LBP is very efficient with acceptable accuracy and can handle illumination variation well. LBP, however, is very sensitive in uniform and near-uniform image regions. Addressing this issue, an extension of LBP called Lo- Figure 1: Images from the same person may look quite different due to pose (upper left), occlusion (upper right), illumination (lower left), and expression (lower right) ISBN:

2 cal Ternary Patterns (LTP), has been proposed. LTP [5], a 3-valued coding system, includes a constant ±5 threshold for improved resistance to noise. However a fixed threshold might not appropriate in many cases. To overcome this potential limitation of LTP, we intend to focus on a simple but a dynamic local descriptor which will able to recognize near frontal images taken under uncontrolled conditions shows few such examples in Figure 1. To achieve this, we adopt the essence of Weber s Law [6] for calculating the thresholds. With the hope that it will easily distinguish the similarity/dissimilarity to the neighbors and thus encode proper textures. The rest of this paper is structured as follows: in Section 2, some state of the art descriptors including their pros and cons are investigated. In Section 3, we present the proposed local descriptor with dynamic threshold values that produces potentially significant texture for face recognition. Experimental results are presented in Sections 4. Finally, in Section 5 we conclude the paper. 2 Related Work Face verification and recognition has been a top researched problem in the last few years. A number of algorithms have been proposed to address and mitigate the problem. These algorithms can broadly be categorized in three categories as follows: Holistic based approaches, Feature based approaches and Hybrid approaches. Holistic based method generally consider the whole face, feature based method consider parts of face separately and hybrid method consider both of the aforementioned framework. For face image analysis, a face might be processed in different ways. For example Matthew et al. [7] presents an approach that detects and identifies faces based on variations in known features. The process treats human faces as a collection of two dimensional characteristics and projects face images into a feature space called eigenfaces. This face space is used to extract the variations among faces. However, the Eigenface method, which uses principal components analysis (PCA) for dimensionality reduction, yields projection directions that maximize the total scatter across all classes, i.e., across all images of all faces. In choosing the projection which maximizes total scatter, PCA might retain unwanted variations. The method described in [8] each face is represented in terms of multi-region probabilistic histograms of visual words, followed by a normalized distance calculation between the histograms of two faces. They also proposed a fast histogram approximation method which minimizes the computational burden with minimal impact on discrimination performance. Additionally, the use of multiple regions increases accuracy in most of the cases. For face verification One-Shot Similarity (OSS) is proposed in [9] and extended to Two-Shot Similarity (TSS) in [10] which shows comparatively poor performance on LFW dataset [11]. But, in combination with the baseline similarities and the OSS, the TSS improve performance considerably. The proposed algorithm in [12] measures the similarity between pair images by finding corresponding local regions. Then images are clustered in a collection of randomized trees. A global similarity measure between the two images is computed by combining cluster memberships. The algorithm automatically selects and combines geometry and SIFT features while measuring similarity. The positioning of features is important for most of the face recognition algorithms. Method proposed in [13] reduces this dependency. It achieves this positioning for poorly aligned examples of a class with no additional labeling. They calculated the SIFT descriptor over an 8 8 window for each pixel and this SIFT [1] gives additional robustness in lighting. Illumination variations are big obstacles for face recognition. In recent years, a variety of approaches has been proposed as solutions to the illumination variation problem in face recognition contexts. In general, those approaches fall into three categories: face modeling [14], pre-processing and normalization, and invariant feature extraction [4]. The disadvantage of face modeling-based approaches is the requirement of training images under varying lighting conditions or 3-D shape information [15]. This disadvantage leads to the limitation of its application in practical face recognition systems. In holistic approaches the features of the entire face is extracted and used as a single vector for classification. In this approach, the face is usually divided to a number of non-zero blocks. Different types of features such as: Gabor jet, LBP, LTP, etc. are extracted and used as a whole for verification and/or recognition purposes. Among the holistic approaches, Eigenface [16] and Fisher-faces [17, 18], LBP [4, 19], LTP [5] based face recognition produced competitive results. Among them LBP [4, 19] based on Holistic approaches have became popular for being simple in terms of computational complexity and higher accuracy. The LBP based method usually compare a pixel with its neighbor pixel for generating the code. However, real world images with varieties of noises originated from various sources even from the camera sensor itself, causes fluctuation of intensities that degrade the performance. To handle this issue different ISBN:

3 method such as LTP and Noise Tolerant Ternary Pattern (NTTP) [20] introduced three level quantization. However, these quantization might not work appropriately in many cases, specially in face recognition. Thus the focus of this paper is to introduce a dynamic threshold which is inspired by human visual system to obtain better performance. 3 Proposed Method Prior to the recognition of faces, it is necessary to extract facial characteristics which is usually termed as features. In general a feature based holistic face verification system consists of three parts: Face detection, Feature extraction and Feature classification. This process is summarized in Figure 2. In this paper, we contribute in the phases of Face extraction and Face recognition, strongly outlined in Figure (2); t HV C (x c ) = x c γ (1) This t HV C is used to generate DLT P code using Equation (2) where the pixel values within x c ±t DLT P are set to 0, those above x c + t HV C are set to +1 and those below x c t HV C are set to 1. +1, a (x c + t HV C ) DLT P (a) = 1, a (x c t HV C ) 0, otherwise (2) Here, a is a neighboring gray level of x c, x i is the center pixel value and t HV C is the dynamic threshold for the center pixel x c. The DLTP code generation process is shown in Figure 3(a-b) where we consider the value of γ is 0.1 so the threshold value for this center pixel is Considering this threshold value DLT P code has been generated in the Figure 3(c-d). Figure 2: The three stages of a face processing system Our proposal in this paper is inspired by the fact that even though human eye can not distinguish minute intensity variation on an object surface, human can recognize the object confidently. The observation led us to conceive the hypothesis that the slight intensity variation on the surface of an object may be discarded even in machine vision. This is also reconfirmed by Weber s law. The Weber s law is described by I I = k, where I is a noticeable difference for discrimination, I represents the initial stimulus intensity thus remains constant. We assume that identification of an object is independent of a fixed amount of intensity variation. Therefore, in case of LBP or it s variants, the calculation of difference between the center pixel x c and its neighbor x i should obey the Weber s law and thus I is generalized as x i x c when I is considered as x c. We develop our proposal, a dynamic LTP (DLTP), in the light of aforementioned observation. In this dynamic LTP the difference x i x c produces an important texture, if its value is reasonably high. The question, however, is what value of this difference is reasonable enough to produce a significant texture. We claim that this difference threshold depends on the pixel intensity. Therefore, in this proposal a dynamic process of threshold calculation is obtained by x c k. We adopt notation γ for constant k in the case of computer vision. The threshold value (t HV C, threshold for human-vision constant) calculation in this case is presented Equation (1). Figure 3: Illustration of DLTP operator (a) Original Image, (b) DLTP Code = (-1)(-1) (c) Positive code = (d) Negative code = Each DLTP code is further split into its corresponding positive and negative parts and are treated as two separate binary patterns.this reduces the feature size from 3 n to 2 2 n. The generations of Positive and Negative code is shown in Figure 3(c-d). Further the value of t HV C should not range unlimited, which is a natural assumption from Weber s law and thus we restrict it to the range γ 1 and γ 2. For example, if the center pixel value is 200 and the constant is 0.1 then the threshold becomes 20. Similarly, ISBN:

4 if the center pixel value is 10 and constant is 0.1 then the threshold becomes 1. In both cases performances of DLT P degrade which goes with our previous assumption. Now, for feature classification let us assume P A, P B are a face image pair. Suppose we have a boolean decision function φ, which returns true if P A and P B belongs to the same person or false otherwise. Thus we define the train image set T consisting of P j T, P j = {P ja, P jb, φ}. We apply Algorithm 1 to produce a classification-feature vector for face verification. Algorithm 1 Classification-feature generation Input: Image pair {P A, P B} Output: Classification-feature vector V Begin Step 1. Divide P A and P B into n blocks B i(p A), B i(p B) respectively for i = 1,..., n Step 2. Calculate histograms H i(p A), H i(p B) for each block B i(p A), B i(p B) respectively using dynamiclt P, for i = 1,..., n Step 3. Calculate the square-root of χ 2 distances between histograms H i(p A) and H i(p B) (i = 1,..., n) to obtain classification-feature vector V of length n. End Algorithm 1 produces feature vector V j for each P j T and a classification information φ j for all j = 1,..., m. Thus we have a set ξ contains tuples {V j, φ j } for the matched and unmatched metrics. We use the set ξ to train a Support Vector Machine (SVM) [21] and thereby classify V j s in accordance with φ j. The test data comprises a pair of images {Q A, Q B }. Algorithm 1 on the test data produces a classification-feature vector ν and produce a boolean decision σ that tells whether Q A and Q B belong to the same person or not. 4 Experimental Results and Discussion In this section we present a comprehensive experimental evaluation on the Labeled Faces in the Wild (LFW) dataset which is designed for unconstrained face verification [11] and compared our results with previous approaches. In the dataset there are two parts: View 1 for training the algorithm and View 2 for testing the performance. View 1 comprises with matched pair 1100 and mismatched pair 1100 for training and 500 matched and 500 mismatched for test. On the other hand, the View 2 has 10 sets of data each carries 300 pairs of images. For performance checking 9 sets are used for training and rest 1 is for testing. Table 1: Accuracy with different values of γ Value of γ Accuracy % % % % % % Table 2: State-of-the-art Accuracies on LFW Dataset Approach/Method Accuracy LTP, funneled ± Eigenfaces, original [7] ± Nowak, original [12] ± Nowak, funneled [13] ± Hybrid descriptor-based, funneled* [22] ± x3 Multi-Region Histograms (1024) [8] ± Pixels/MKL, funneled [23] ± DLTP with HVC value, funneled ± The main goal of this proposal is to achieve a dynamic threshold value for LTP, which is able to generate same code for same feature of the image irrespective of the presence of noisy fluctuations. To show the robustness of the proposed scheme as compared to the state-of-the-art methods, all the parameters are kept the same, Here we compare the basic coding schemes only. In the experimentation, eight neighbors at two pixel apart (n = 8 and r = 2) are considered and uniform patterns are used for all the methods. No preprocessing is performed on the images unless stated otherwise. In case of LTP, we use pre-processes as suggested in [5]. The main reason behind the better performances of LTP is its fixed band definition. This helps to manage some noisy intensity fluctuations during the similarity classification. For different values of γ we have examined the accuracy of proposed method, this is presented in Table 1. We see that 0.1 threshold gives better result. However, rigorous experiments need to fix the value which will be done in future. Table 2 describes the accuracy of different methods for threshold value in feature extraction on the LFW dataset (view 2). For each case 10 fold cross validation is performed. From the result of the methods presented in Table 2 it is easily observed that our proposed method outperform all except the hybrid methods (marked with *). Thus it is assumed that such a hybrid method will give higher accuracy at the cost of computation. Therefore it can be claimed that compared to the standard performance, the proposed DLT P with Human Vision Constant value is better. Further, Figure 4 shows the effect of various thresh- ISBN:

5 old in LTP. [3] T. Ojala, M. Pietikainen, and T. Maenpaa, Multiresolution gray-scale and rotation invariant texture classification with local binary patterns, Pattern Analysis and Machine Intelligence, IEEE Transactions on, vol. 24, no. 7, pp , [4] T. Ahonen, A. Hadid, and M. Pietikäinen, Face recognition with local binary patterns, Computer Vision-ECCV 2004, pp , [5] X. Tan and B. Triggs, Enhanced local texture feature sets for face recognition under difficult lighting conditions, Analysis and Modeling of Faces and Gestures, pp , Figure 4: Output of LTP with different Threshold values 5 Conclusion and Future Research In this paper, we proposed a human vision inspired coding system for texture based facial feature extraction. This descriptor is robust against different types of noise and monotonic illumination change. The performance of the proposed method may be further enhanced by incorporating with other facial feature information. It can be even improved by using variable sized block instead of fixed size. Further research on this work may be driven towards using the proposed method for different texture based recognition and classification problems, such as: content based object recognition, defect detection, medical image diagnosis and facial expression recognition. References: [1] Y. Ke and R. Sukthankar, Pca-sift: A more distinctive representation for local image descriptors, in Computer Vision and Pattern Recognition, CVPR Proceedings of the 2004 IEEE Computer Society Conference on, vol. 2, pp. II 506, IEEE, [2] B. Manjunath and W. Ma, Texture features for browsing and retrieval of image data, Pattern Analysis and Machine Intelligence, IEEE Transactions on, vol. 18, no. 8, pp , [6] J. Chen, S. Shan, C. He, G. Zhao, M. Pietikainen, X. Chen, and W. Gao, Wld: a robust local image descriptor, Pattern Analysis and Machine Intelligence, IEEE Transactions on, vol. 32, no. 9, pp , [7] M. Turk and A. Pentland, Face recognition using eigenfaces, in Computer Vision and Pattern Recognition, Proceedings CVPR 91., IEEE Computer Society Conference on, pp , IEEE, [8] C. Sanderson and B. Lovell, Multi-region probabilistic histograms for robust and scalable identity inference, Advances in Biometrics, pp , [9] L. Wolf, T. Hassner, and Y. Taigman, The one-shot similarity kernel, in Computer Vision, 2009 IEEE 12th International Conference on, pp , IEEE, [10] L. Wolf, T. Hassner, and Y. Taigman, Similarity scores based on background samples, Computer Vision ACCV 2009, pp , [11] G. Huang, M. Mattar, T. Berg, E. Learned- Miller, et al., Labeled faces in the wild: A database forstudying face recognition in unconstrained environments, in Workshop on Faces in Real-Life Images: Detection, Alignment, and Recognition, [12] E. Nowak and F. Jurie, Learning visual similarity measures for comparing never seen objects, in Computer Vision and Pattern Recognition, CVPR 07. IEEE Conference on, pp. 1 8, IEEE, [13] G. Huang, V. Jain, and E. Learned-Miller, Unsupervised joint alignment of complex images, in Computer Vision, ICCV IEEE 11th International Conference on, pp. 1 8, IEEE, ISBN:

6 [14] R. Basri and D. Jacobs, Lambertian reflectance and linear subspaces, Pattern Analysis and Machine Intelligence, IEEE Transactions on, vol. 25, no. 2, pp , [15] J. Ruiz-del Solar and J. Quinteros, Illumination compensation and normalization in eigenspacebased face recognition: A comparative study of different pre-processing approaches, Pattern Recognition Letters, vol. 29, no. 14, pp , [16] M. Turk and A. Pentland, Eigenfaces for recognition, Journal of cognitive neuroscience, vol. 3, no. 1, pp , [17] P. Belhumeur, J. Hespanha, and D. Kriegman, Eigenfaces vs. fisherfaces: Recognition using class specific linear projection, Pattern Analysis and Machine Intelligence, IEEE Transactions on, vol. 19, no. 7, pp , [18] K. Etemad and R. Chellappa, Discriminant analysis for recognition of human face images, JOSA A, vol. 14, no. 8, pp , [19] T. Ahonen, A. Hadid, and M. Pietikainen, Face description with local binary patterns: Application to face recognition, Pattern Analysis and Machine Intelligence, IEEE Transactions on, vol. 28, no. 12, pp , [20] M. Shoyaib, M. Abdullah-Al-Wadud, and O. Chae, A noise-aware coding scheme for texture classification, Sensors, vol. 11, no. 8, pp , [21] C. Cortes and V. Vapnik, Support-vector networks, Machine Learning, vol. 20, no. 3, pp , [22] L. Wolf, T. Hassner, Y. Taigman, et al., Descriptor based methods in the wild, in Workshop on Faces in Real-Life Images: Detection, Alignment, and Recognition, [23] N. Pinto, J. DiCarlo, and D. Cox, How far can you get with a modern face recognition test set using only simple features?, in Computer Vision and Pattern Recognition, CVPR IEEE Conference on, pp , IEEE, ISBN:

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

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

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

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

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

A Hierarchical Face Identification System Based on Facial Components

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

More information

A 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

Linear Discriminant Analysis for 3D Face Recognition System

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

More information

Local 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

Face Recognition Based On Granular Computing Approach and Hybrid Spatial Features

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

More information

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

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

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

On Modeling Variations for Face Authentication

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

More information

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

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

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

Illumination-Robust Face Recognition based on Gabor Feature Face Intrinsic Identity PCA Model

Illumination-Robust Face Recognition based on Gabor Feature Face Intrinsic Identity PCA Model Illumination-Robust Face Recognition based on Gabor Feature Face Intrinsic Identity PCA Model TAE IN SEOL*, SUN-TAE CHUNG*, SUNHO KI**, SEONGWON CHO**, YUN-KWANG HONG*** *School of Electronic Engineering

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

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

An Associate-Predict Model for Face Recognition FIPA Seminar WS 2011/2012

An Associate-Predict Model for Face Recognition FIPA Seminar WS 2011/2012 An Associate-Predict Model for Face Recognition FIPA Seminar WS 2011/2012, 19.01.2012 INSTITUTE FOR ANTHROPOMATICS, FACIAL IMAGE PROCESSING AND ANALYSIS YIG University of the State of Baden-Wuerttemberg

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

Face Recognition in Unconstrained Environments: A Comparative Study

Face Recognition in Unconstrained Environments: A Comparative Study Face Recognition in Unconstrained Environments: A Comparative Study Rodrigo Verschae, Javier Ruiz-Del-Solar, Mauricio Correa To cite this version: Rodrigo Verschae, Javier Ruiz-Del-Solar, Mauricio Correa.

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

FACE RECOGNITION USING SUPPORT VECTOR MACHINES

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

More information

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

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

Digital Vision Face recognition

Digital Vision Face recognition Ulrik Söderström ulrik.soderstrom@tfe.umu.se 27 May 2007 Digital Vision Face recognition 1 Faces Faces are integral to human interaction Manual facial recognition is already used in everyday authentication

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

AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing)

AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing) AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing) J.Nithya 1, P.Sathyasutha2 1,2 Assistant Professor,Gnanamani College of Engineering, Namakkal, Tamil Nadu, India ABSTRACT

More information

Face Recognition At-a-Distance Based on Sparse-Stereo Reconstruction

Face Recognition At-a-Distance Based on Sparse-Stereo Reconstruction Face Recognition At-a-Distance Based on Sparse-Stereo Reconstruction Ham Rara, Shireen Elhabian, Asem Ali University of Louisville Louisville, KY {hmrara01,syelha01,amali003}@louisville.edu Mike Miller,

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

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

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

Implementation of Face Recognition Using STASM and Matching Algorithm for Differing Pose and Brightness

Implementation of Face Recognition Using STASM and Matching Algorithm for Differing Pose and Brightness Implementation of Face Recognition Using STASM and Matching Algorithm for Differing Pose and Brightness 1 Savitha G, 2 Chaitra K, 3 Dr.Vibha L 1 Associate professor, 2 PG Scholar, 3 Professor 1 Department

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

Vignette: Reimagining the Analog Photo Album

Vignette: Reimagining the Analog Photo Album Vignette: Reimagining the Analog Photo Album David Eng, Andrew Lim, Pavitra Rengarajan Abstract Although the smartphone has emerged as the most convenient device on which to capture photos, it lacks the

More information

Automated Canvas Analysis for Painting Conservation. By Brendan Tobin

Automated Canvas Analysis for Painting Conservation. By Brendan Tobin Automated Canvas Analysis for Painting Conservation By Brendan Tobin 1. Motivation Distinctive variations in the spacings between threads in a painting's canvas can be used to show that two sections of

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

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

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

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

Periocular Biometrics: When Iris Recognition Fails

Periocular Biometrics: When Iris Recognition Fails Periocular Biometrics: When Iris Recognition Fails Samarth Bharadwaj, Himanshu S. Bhatt, Mayank Vatsa and Richa Singh Abstract The performance of iris recognition is affected if iris is captured at a distance.

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

arxiv: v1 [cs.cv] 4 Aug 2011

arxiv: v1 [cs.cv] 4 Aug 2011 arxiv:1108.1122v1 [cs.cv] 4 Aug 2011 Leveraging Billions of Faces to Overcome Performance Barriers in Unconstrained Face Recognition Yaniv Taigman and Lior Wolf face.com {yaniv, wolf}@face.com Abstract

More information

A Survey on Face-Sketch Matching Techniques

A Survey on Face-Sketch Matching Techniques A Survey on Face-Sketch Matching Techniques Reshma C Mohan 1, M. Jayamohan 2, Arya Raj S 3 1 Department of Computer Science, SBCEW 2 Department of Computer Science, College of Applied Science 3 Department

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

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

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

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

Haresh D. Chande #, Zankhana H. Shah *

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

More information

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

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

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

More information

Image Processing Pipeline for Facial Expression Recognition under Variable Lighting

Image Processing Pipeline for Facial Expression Recognition under Variable Lighting Image Processing Pipeline for Facial Expression Recognition under Variable Lighting Ralph Ma, Amr Mohamed ralphma@stanford.edu, amr1@stanford.edu Abstract Much research has been done in the field of automated

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

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

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

Probabilistic Elastic Matching for Pose Variant Face Verification

Probabilistic Elastic Matching for Pose Variant Face Verification Probabilistic Elastic Matching for Pose Variant Face Verification Haoxiang Li, Gang Hua Stevens Institute of Technology Hoboken, NJ 07030 {hli18, ghua}@stevens.edu Zhe Lin, Jonathan Brandt, Jianchao Yang

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

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

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

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

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

FACE-GRAB: Face Recognition with General Region Assigned to Binary Operator

FACE-GRAB: Face Recognition with General Region Assigned to Binary Operator 1 FACE-GRAB: Face Recognition with General Region Assigned to Binary Operator Archana Sapkota 1, Brian Parks 1, Walter Scheirer 1,2, Terrance Boult 1,2 1 University of Colorado at Colorado Springs, 2 Securics,

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

COMPOUND LOCAL BINARY PATTERN (CLBP) FOR PERSON-INDEPENDENT FACIAL EXPRESSION RECOGNITION

COMPOUND LOCAL BINARY PATTERN (CLBP) FOR PERSON-INDEPENDENT FACIAL EXPRESSION RECOGNITION COMPOUND LOCAL BINARY PATTERN (CLBP) FOR PERSON-INDEPENDENT FACIAL EXPRESSION RECOGNITION Priyanka Rani 1, Dr. Deepak Garg 2 1,2 Department of Electronics and Communication, ABES Engineering College, Ghaziabad

More information

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

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

More information

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

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

String distance for automatic image classification

String distance for automatic image classification String distance for automatic image classification Nguyen Hong Thinh*, Le Vu Ha*, Barat Cecile** and Ducottet Christophe** *University of Engineering and Technology, Vietnam National University of HaNoi,

More information

PEOPLE naturally recognize others from their face appearance.

PEOPLE naturally recognize others from their face appearance. JOURNAL OF L A TEX CLASS FILES, VOL. X, NO. X, MONTH YEAR 1 On the Use of Discriminative Cohort Score Normalization for Unconstrained Face Recognition Massimo Tistarelli, Senior Member, IEEE, Yunlian Sun,

More information

Extracting Spatio-temporal Local Features Considering Consecutiveness of Motions

Extracting Spatio-temporal Local Features Considering Consecutiveness of Motions Extracting Spatio-temporal Local Features Considering Consecutiveness of Motions Akitsugu Noguchi and Keiji Yanai Department of Computer Science, The University of Electro-Communications, 1-5-1 Chofugaoka,

More information

on learned visual embedding patrick pérez Allegro Workshop Inria Rhônes-Alpes 22 July 2015

on learned visual embedding patrick pérez Allegro Workshop Inria Rhônes-Alpes 22 July 2015 on learned visual embedding patrick pérez Allegro Workshop Inria Rhônes-Alpes 22 July 2015 Vector visual representation Fixed-size image representation High-dim (100 100,000) Generic, unsupervised: BoW,

More information

Figure 1. Example sample for fabric mask. In the second column, the mask is worn on the face. The picture is taken from [5].

Figure 1. Example sample for fabric mask. In the second column, the mask is worn on the face. The picture is taken from [5]. ON THE VULNERABILITY OF FACE RECOGNITION SYSTEMS TO SPOOFING MASK ATTACKS Neslihan Kose, Jean-Luc Dugelay Multimedia Department, EURECOM, Sophia-Antipolis, France {neslihan.kose, jean-luc.dugelay}@eurecom.fr

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

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

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

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

Part-based and local feature models for generic object recognition

Part-based and local feature models for generic object recognition Part-based and local feature models for generic object recognition May 28 th, 2015 Yong Jae Lee UC Davis Announcements PS2 grades up on SmartSite PS2 stats: Mean: 80.15 Standard Dev: 22.77 Vote on piazza

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

Mobile Face Recognization

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

More information

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

CS229: Action Recognition in Tennis

CS229: Action Recognition in Tennis CS229: Action Recognition in Tennis Aman Sikka Stanford University Stanford, CA 94305 Rajbir Kataria Stanford University Stanford, CA 94305 asikka@stanford.edu rkataria@stanford.edu 1. Motivation As active

More information

ROBUST REAL TIME FACE RECOGNITION AND TRACKING ON GPU USING FUSION OF RGB AND DEPTH IMAGE.

ROBUST REAL TIME FACE RECOGNITION AND TRACKING ON GPU USING FUSION OF RGB AND DEPTH IMAGE. ROBUST REAL TIME FACE RECOGNITION AND TRACKING ON GPU USING FUSION OF RGB AND DEPTH IMAGE. Narmada Naik 1 and Dr.G.N Rathna 2 1 Department of Electrical Engineering, Indian Institute of science, Bangalore,

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

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

Previously. Part-based and local feature models for generic object recognition. Bag-of-words model 4/20/2011

Previously. Part-based and local feature models for generic object recognition. Bag-of-words model 4/20/2011 Previously Part-based and local feature models for generic object recognition Wed, April 20 UT-Austin Discriminative classifiers Boosting Nearest neighbors Support vector machines Useful for object recognition

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

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

arxiv: v1 [cs.cv] 12 Mar 2014

arxiv: v1 [cs.cv] 12 Mar 2014 Learning Deep Face Representation Haoqiang Fan Megvii Inc. fhq@megvii.com Zhimin Cao Megvii Inc. czm@megvii.com Yuning Jiang Megvii Inc. jyn@megvii.com Qi Yin Megvii Inc. yq@megvii.com arxiv:1403.2802v1

More information

Disguised Face Identification Based Gabor Feature and SVM Classifier

Disguised Face Identification Based Gabor Feature and SVM Classifier Disguised Face Identification Based Gabor Feature and SVM Classifier KYEKYUNG KIM, SANGSEUNG KANG, YUN KOO CHUNG and SOOYOUNG CHI Department of Intelligent Cognitive Technology Electronics and Telecommunications

More information

Improving Recognition through Object Sub-categorization

Improving Recognition through Object Sub-categorization Improving Recognition through Object Sub-categorization Al Mansur and Yoshinori Kuno Graduate School of Science and Engineering, Saitama University, 255 Shimo-Okubo, Sakura-ku, Saitama-shi, Saitama 338-8570,

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

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

Face Recognition using Principle Component Analysis, Eigenface and Neural Network

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

More information

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

Recognition: Face Recognition. Linda Shapiro EE/CSE 576

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

More information

II. LITERATURE REVIEW

II. LITERATURE REVIEW Matlab Implementation of Face Recognition Using Local Binary Variance Pattern N.S.Gawai 1, V.R.Pandit 2, A.A.Pachghare 3, R.G.Mundada 4, S.A.Fanan 5 1,2,3,4,5 Department of Electronics & Telecommunication

More information