Face recognition using Singular Value Decomposition and Hidden Markov Models

Size: px
Start display at page:

Download "Face recognition using Singular Value Decomposition and Hidden Markov Models"

Transcription

1 Face recognition using Singular Value Decomposition and Hidden Markov Models PETYA DINKOVA 1, PETIA GEORGIEVA 2, MARIOFANNA MILANOVA 3 1 Technical University of Sofia, Bulgaria 2 DETI, University of Aveiro, Portugal 3 Computer Science Department, UALR, USA petia@ua.pt; mgmilanova@ualr.edu Abstract: - In this paper we present a new approach face recognition using Singular Values Decomposition (SVD) to extract relevant face features and seven states Hidden Markov Model (HMM) as classifier. The SVD- HMM system has been evaluated on two databases - the Olivetti Research Laboratory (ORL) face database and YALE database. In order to gain more speed and higher recognition rate effective modifications of the original are proposed. Key-Words: face recognition, face detection, feature extraction, classification 1 Introduction Face Recognition is an active research area in the field of Computer Vision with increasing number of applications such as in security, robotics, humancomputer-interfaces, digital cameras, games, entertainment, [Samaria and Fallside 1993], [Cha Zhang et al., 2010], [Georgieva et al., 2013]. Popular recognition algorithms include Principal Component Analysis (PCA) using eigen-faces, Linear Discriminate Analysis (LDA), Elastic Bunch Graph Matching using the Fisher-face algorithm, Neural Networks, Hidden Markov Models (HMM), [H. Miar-Naimi et al., 2008]. HMM is a statistical model in which the system being modeled is assumed to be a Markov process with unobserved (hidden) states. The goal is to find, the best set of state transition and output probabilities. The task is usually to find the maximum likelihood estimate of the parameters of the HMM [Mark Stamp, 2012], [Phil Blunsom, 2004], [L. Rabiner, 1989] given the set of output sequences using Balm-Welch algorithm. In this paper we present a new approach face recognition using one dimensional HMM as classifier and Singular Values Decomposition (SVD) to extract relevant features face recognition. 2. Hidden Markov Model A generic HMM model is illustrated in Fig.1, where X i represents the hidden state sequence. The Markov process is determined by the current state with initial state distribution π and the transition probability matrix A. We observe only the O i (the observation sequence), which is related to the (hidden) states of the Markov process by the emission probability matrix B. The HMM model can be generally defined by these three probability matrices (π; A; B). The goal is to make an efficient use of the observable inmation so as to gain insight into various aspects of the Markov process. Fig. 1 Hidden Markov Model (HMM) 3 Data Sets and Image Preprocessing The SVD-HMM approach (described in section 4) is evaluated on ORL and YALE face databases. The Yale Database contains 165 grayscale in GIF mat of 15 individuals, which we first converted into PGM mat. There are 10 per subject with different facial expressions or configurations: with glasses, happy, left-light, without glasses, normal, right-light, sad, sleepy, ISBN:

2 surprised, and wink. The size of the is pixels. The Olivetti Research Laboratory (ORL) face database contains a set of face taken between at the lab. The database was used in the context of a face recognition project carried out in collaboration with the Speech, Vision and Robotics Group of the Cambridge University Engineering Department. There are ten different of each of the 40 persons. For some subjects, the were taken at different times, varying the lighting, facial expressions (open/closed eyes, smiling/not smiling) and facial details (glasses/no glasses). All were taken against a dark homogeneous background with the subjects in an upright, frontal position. The are in PGM mat. The size of each image is 112x92 pixels ( H=112 pixels is the image height and W=92 pixels is the width with 256 grey levels per pixel). The are organized in 40 folders (one each person). In each of these directories, there are ten different of the same person. Each image consists of only one face. First, the dataset is divided into two parts one training and one. For ORL and YALE datasets we use 5 from each folder training the system and the rest 5. Next, SVD is applied to extract features from the and HMM to build a recognition model. HMM is trained with half of the face and tested with a new face image not used training. The model returns probabilities of how likely the unseen face image looks like each one of the used training and the face with the highest probability is assigned as the recognized face. In order to reduce the computational complexity and memory consumption and improve the speed of the algorithm we propose an effective image preprocessing. First, each face image is transmed into a gray-scale image (only colored ). Then, it is resized to around 50% of its size, both ORL and YALE datasets. Originally the have 112x92 (ORL) or 231x195 (YALE) pixels, and after resizing the go down to 56x46, 115x82, or 64x64 pixels (Fig.2) Further to that, in order to compensate the flash effect and reduce the salt noise, a nonlinear minimum order-static filter is used (function ordfilt2 in Matlab). The filter has a smoothing role and reduces the image inmation, see [H. Miar-Naimi et al., 2008] more details. An example of the filter effect is depicted on Fig SVD-HMM face recognition algorithm The SVD-HMM algorithm face recognition consists of the following steps. Original image 112x92 56x46 64x64 Fig.2 An example of original and resized image Fig.3 An example of the effect of the smoothing filter. Left side the original image. Right side the same image after filtering. 4.1 Block extraction In order to create the HMM model the twodimensional has to be transmed into onedimensional observation sequence. For that each face image is divided into overlapping blocks with the same width W as the original image, and height L, different from the height H of the whole image. P = L-1 is the size of overlapping. The number of blocks T, extracted from each face image, is computed by the following mula, see Table 1. = +1 (1) ISBN:

3 Table.1 The computation of the overlapped blocks Size ORL database YALE database 56x46 = = x82-64x64 = = 60 = = = = Singular Values Decomposition (SVD) SVD is applied to each extracted block: - label = qt 1 *10*7 + qt 2 *7 + qt 3 + 1, (6) where qt 1, qt 2 and qt 3 are the quantized values. Note that if the coefficients (3) are all zero the label will be 1 and if they are 18, 10 and 7, the label will have the maximum value of As a result each face image is represented by an observation sequence with 52, 111 or 60 observed states, corresponding to the number of blocks. These observation vectors are input into the seven-state HMM model. 4.3 HMM model Recognition process is based on frontal face view. From top to bottom the face image can be divided into seven distinct regions: hair, ehead, eyebrows, eyes, nose, mouth and chin (Fig.4). These are the seven hidden states in the Markov model. X mxn = U mxm *Σ mxn *(V nxn ) T (2) where U and V are orthogonal matrices and Σ is a diagonal matrix of singular values. The coefficients U(1, 1), Σ(1,1) and Σ(2,2) are empirically chosen as the most relevant image features, [H. Miar-Naimi et al., 2008]. Each block is thus represented by an observation vector with n elements: C = (coeff 1, coeff 2,,coeff n ) (3) 4.3 Quantization Each element of (3) is quantized into Di distinct levels. The difference between two quantized values is: γ i =, (4) where coeff imax and coeff imin are the maximum and the minimum of the coefficients in all observation vectors. Every element from vector C is replaced with its quantized value: qt i = [ ] (5) γ The distinct values (Di) used in the present algorithm to quantize the coefficients U(1,1), Σ(1,1), Σ(2,2) are 18, 10 and 7. These values are chosen following the experimental results in [H. Miar- Naimi and all, 2008]. The next step is to represent each block by only one discrete value called label, Fig.4 Face regions from top to bottom Assuming a block which moves from top to bottom of the face image and in any time that block shows one of the seven regions. The block is moving consequently and it cannot miss a state. For example, if we have a block in the state eyes, the next state can never be head, it will always be the state nose. Hence the probability of moving from one state to the next one is 50% and staying in the same state is 50%. The initial state of the system is always head with a probability of 1. And the final state of the system is always chin. Thus the initial state distribution (π matrix) is: ISBN:

4 Head Forehead Eyebrows Eyes Nose Mouth Chin = The transition matrix A is: Head Forehead Eyebrow Eyes Nose Mouth Chin Head Forehead Eyebrows Eyes Nose Mouth Chin And the emission matrix B is B = / π, A and B matrices define the generic face model that is trained with the training sub-dataset. Table.3 The recognition rate YALE database parameters 56x46 115x82 params.blk_height = 5; params.blk_overlap = 4; params.coeff1_quant = 18; params.coeff2_quant = 10; params.coeff3_quant = 7; number_of_states = 7; params.face_height = 56; params.face_width = 46; Index of training = [ ]; Index of = [ ]; SVD features: U(1, 1), S(1, 1) and S(2, 2) 82.6% a % a 75 We have made an exhaustive study related with the influence of the recognition parameters. The results are summarised in the next tables. 5. Results The recognition system was implemented in Matlab 8.1 and tested on a machine with CPU Pentium 2.20 GHz with 3.89 GB Ram and 64-bit operating system. The best results are summarised in Table 2 and Table 3. Note that the YALE dataset the smaller size of the resized image (56x46) gives better recognition rate 82.6%. The intuition behind this result is that small face details are not important and may even worsen the recognition. Table.2 The recognition rate ORL database parameters 56x46 64x64 params.blk_height = 5; params.blk_overlap = 4; params.coeff1_quant = 18; params.coeff2_quant = 10; params.coeff3_quant = 7; number_of_states = 7; params.face_height = 56; params.face_width = 46; Index of training = [ ]; Index of = [ ]; SVD features: U(1, 1), S(1, 1) and S(2, 2). 96.6% a % a Remove the minimum order-static filter Table.4 Results without filter both databases. YALE database 19.02% 9.3% Without a a 75 filter Increase the number of training and reduce the number of The complete set of is 410 ORL database and 150 YALE database. Initially we have 5 training (5x41 = 205 training in total) and 5 each person (205 in total) the ORL dataset. For YALE database initially we have 5x15 = 75 face training and the same number purposes. ORL dataset is not that sensible with respect to the number of training/ compared to YALE dataset as it is shown on Table 5 and Table 6. ISBN:

5 Table.5 Recognition rate different number of training and ORL database Number of training Recognition rate(%) % % % % % Table.6 Recognition rate different number of training and YALE database Number of training Recognition rate (%) % % % % % 5.3 Change the selected SVD features The choice and the order of the SVD features is crucial the permance of the recognition system as it is demonstrated on Table 7 and Table 8. Table 7 rate different features (ORL data) Used values 1st 2nd 3rd Recognition rate (%) U(1, 1) S(1, 1) S(2, 2) 96.6% S(3, 3) S(1, 1) S(2, 2) 6.8% U(1, 1) S(1, 1) V(1, 1) 9.8% U(2, 2) S(1, 1) S(2, 2) 40.5% U(1, 1) S(1, 1) V(2, 2) 2.4% S(1, 1) S(2, 2) S(3, 3) 2.4% Table.8 rate different features (YALE data) Used values 1st 2nd 3rd Recognition rate (%) U(1, 1) S(1, 1) S(2, 2) 82.7% S(3, 3) S(1, 1) S(2, 2) 12% U(1, 1) S(1, 1) V(1, 1) 2.7% U(2, 2) S(1, 1) S(2, 2) 16% U(1, 1) S(1, 1) V(2, 2) 4% S(1, 1) S(2, 2) S(3, 3) 6.7% 5.4 Change the quantization levels The quantization levels (18, 10 and 7) make the algorithm faster, but with lower resolution. With such quantization levels it will be difficult or even impossible to recognize bad quality face (illumination, image noise, moving objects, etc ). However, increasing the resolution leads to lower recognition speed (important on-line recognition tasks) and is associated with computational, see Table 9 and Table 10. Table 9 rate different quantized values - ORL database Quantized values Possible 1st 2nd 3rd combinations rate(%) x10x7= % x7x7= % x18x18= % % Comput Computat Out of memory Table 10 rate different quantized values - YALE database Quantized values Possible 1st 2nd 3rd combinations rate(%) x10x7= % x7x7=343 72% x18x18= % % Comput Computat Out of memory 5.5 Change the block height As it is shown on Table 11 and Table 12 the recognition system is very sensitive with respect to the choice of the block height. ISBN:

6 Table 11 rate different block height - ORL database Block height Recognition rate (%) % % % Table 12 rate different block height - YALE database Block height Recognition rate (%) % 8 80% % & Electronic Engineering, Vol. 4, Nº 1 & 2, Jan. 2008, pp [5] Mark Stamp. A Revealing Introduction to Hidden Markov Models. Department of Computer Science, San Jose State University, [6] L. Rabiner. A tutorial on hidden markov models and selected applications in speech recognition. Proceedings of IEEE, [7] Phil Blunsom. Hidden Markov Models, Tutorial Lectures, [8] e/facedatabase.html [9] 5 Conclusions The proposed SVD-HMM system face recognition was tested on two databases ORL and YALE. The in both databases are taken from real subjects and have differences such as: number of, size of each image, illumination, etc The best recognition rate ORL database is 96.6% and YALE database is 82.7%. These results are obtained with optimized system parameters chosen after an exhaustive study of their influence discussed in the paper. The preprocessing (from color to grey scale transmation and original image size reduction) is crucial both datasets. The better results the ORL dataset can be intuitively explained with the availability of higher number of training. References: [1] Cha Zhang and Zhengyou Zhang. A Survey of Recent Advances in Face Detection. Technical Report MSR-TR , [2] Samaria F. and Fallside F., Face Identification and Feature Extraction Using Hidden Markov Models, Image Processing: Theory and Application, G. Vernazza, ed., Elsevier, [3] P. Georgieva, L. Mihaylova, L: Jain, Advances in Intelligent Signal Processing and Data Mining: Theory and Applications, Springer, 299 pages, [4] H. Miar-Naimi and P. Davari. A New Fast and Efficient HMM-Based Face Recognition System Using a 7-State HMM Along With SVD Coefficients. Iranian Journal of Electrical ISBN:

Face Recognition Using Singular Value Decomposition along with seven state HMM

Face Recognition Using Singular Value Decomposition along with seven state HMM IJCSNS International Journal of Computer Science and Network Security, VOL.13 No.12, December 2013 117 Face Recognition Using Singular Value Decomposition along with seven state HMM Anagha A. Shinde ME

More information

A New Fast and Efficient HMM-Based Face Recognition System Using a 7-State HMM Along With SVD Coefficients

A New Fast and Efficient HMM-Based Face Recognition System Using a 7-State HMM Along With SVD Coefficients A New Fast and Efficient HMM-Based Face Recognition System Using a 7-State HMM Along With SVD Coefficients H. Miar-Naimi* and P. Davari* Abstract: In this paper, a new Hidden Markov Model (HMM)-based face

More information

Research on Emotion Recognition for Facial Expression Images Based on Hidden Markov Model

Research on Emotion Recognition for Facial Expression Images Based on Hidden Markov Model e-issn: 2349-9745 p-issn: 2393-8161 Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com Research on Emotion Recognition for

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

International Journal of Engineering Research-Online A Peer Reviewed International Journal Articles available online

International Journal of Engineering Research-Online A Peer Reviewed International Journal Articles available online RESEARCH ARTICLE ISSN: 2321-7758 FACE RECOGNITION SYSTEM USING HMM-BASED TECHNIQUE WITH SVD PARAMETER SUNNY SHAHDADPURI 1, BHAGWAT KAKDE 2 1 PG Research Scholar, 2 Assistant Professor Department of Electronics

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

Image Variant Face Recognition System

Image Variant Face Recognition System Image Variant Face Recognition System Miss. Swati. B. Memane 1 Assistant Professor 1 Electronics & Telecommunication Department 1 SNJB S COE, Chandwad, India Abstract: Biometrics is an automatic method

More information

The Method of User s Identification Using the Fusion of Wavelet Transform and Hidden Markov Models

The Method of User s Identification Using the Fusion of Wavelet Transform and Hidden Markov Models The Method of User s Identification Using the Fusion of Wavelet Transform and Hidden Markov Models Janusz Bobulski Czȩstochowa University of Technology, Institute of Computer and Information Sciences,

More information

Face Image Data Acquisition and Database Creation

Face Image Data Acquisition and Database Creation Chapter 3 Face Image Data Acquisition and Database Creation 3.1 Introduction The availability of a database that contains an appropriate number of representative samples is a crucial part of any pattern

More information

Facial Feature Extraction Based On FPD and GLCM Algorithms

Facial Feature Extraction Based On FPD and GLCM Algorithms Facial Feature Extraction Based On FPD and GLCM Algorithms Dr. S. Vijayarani 1, S. Priyatharsini 2 Assistant Professor, Department of Computer Science, School of Computer Science and Engineering, Bharathiar

More information

Facial Expression Recognition using Principal Component Analysis with Singular Value Decomposition

Facial Expression Recognition using Principal Component Analysis with Singular Value Decomposition ISSN: 2321-7782 (Online) Volume 1, Issue 6, November 2013 International Journal of Advance Research in Computer Science and Management Studies Research Paper Available online at: www.ijarcsms.com Facial

More information

Face identification system using MATLAB

Face identification system using MATLAB Project Report ECE 09.341 Section #3: Final Project 15 December 2017 Face identification system using MATLAB Stephen Glass Electrical & Computer Engineering, Rowan University Table of Contents Introduction

More information

Face Recognition using Rectangular Feature

Face Recognition using Rectangular Feature Face Recognition using Rectangular Feature Sanjay Pagare, Dr. W. U. Khan Computer Engineering Department Shri G.S. Institute of Technology and Science Indore Abstract- Face recognition is the broad area

More information

Facial Expression Recognition Using Non-negative Matrix Factorization

Facial Expression Recognition Using Non-negative Matrix Factorization Facial Expression Recognition Using Non-negative Matrix Factorization Symeon Nikitidis, Anastasios Tefas and Ioannis Pitas Artificial Intelligence & Information Analysis Lab Department of Informatics Aristotle,

More information

Gender Classification Technique Based on Facial Features using Neural Network

Gender Classification Technique Based on Facial Features using Neural Network Gender Classification Technique Based on Facial Features using Neural Network Anushri Jaswante Dr. Asif Ullah Khan Dr. Bhupesh Gour Computer Science & Engineering, Rajiv Gandhi Proudyogiki Vishwavidyalaya,

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 and Facial Expression Detection Using Viola-Jones and PCA Algorithm

Face and Facial Expression Detection Using Viola-Jones and PCA Algorithm Face and Facial Expression Detection Using Viola-Jones and PCA Algorithm MandaVema Reddy M.Tech (Computer Science) Mailmv999@gmail.com Abstract Facial expression is a prominent posture beneath the skin

More information

Fuzzy Bidirectional Weighted Sum for Face Recognition

Fuzzy Bidirectional Weighted Sum for Face Recognition Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 447-452 447 Fuzzy Bidirectional Weighted Sum for Face Recognition Open Access Pengli Lu

More information

Eigenfaces and Fisherfaces A comparison of face detection techniques. Abstract. Pradyumna Desale SCPD, NVIDIA

Eigenfaces and Fisherfaces A comparison of face detection techniques. Abstract. Pradyumna Desale SCPD, NVIDIA Eigenfaces and Fisherfaces A comparison of face detection techniques Pradyumna Desale SCPD, NVIDIA pdesale@nvidia.com Angelica Perez Stanford University pereza77@stanford.edu Abstract In this project we

More information

Facial Expression Detection Using Implemented (PCA) Algorithm

Facial Expression Detection Using Implemented (PCA) Algorithm Facial Expression Detection Using Implemented (PCA) Algorithm Dileep Gautam (M.Tech Cse) Iftm University Moradabad Up India Abstract: Facial expression plays very important role in the communication with

More information

Human Face Classification using Genetic Algorithm

Human Face Classification using Genetic Algorithm Human Face Classification using Genetic Algorithm Tania Akter Setu Dept. of Computer Science and Engineering Jatiya Kabi Kazi Nazrul Islam University Trishal, Mymenshing, Bangladesh Dr. Md. Mijanur Rahman

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

Multi-Modal Human Verification Using Face and Speech

Multi-Modal Human Verification Using Face and Speech 22 Multi-Modal Human Verification Using Face and Speech Changhan Park 1 and Joonki Paik 2 1 Advanced Technology R&D Center, Samsung Thales Co., Ltd., 2 Graduate School of Advanced Imaging Science, Multimedia,

More information

FACE RECOGNITION USING INDEPENDENT COMPONENT

FACE RECOGNITION USING INDEPENDENT COMPONENT Chapter 5 FACE RECOGNITION USING INDEPENDENT COMPONENT ANALYSIS OF GABORJET (GABORJET-ICA) 5.1 INTRODUCTION PCA is probably the most widely used subspace projection technique for face recognition. A major

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

PATTERN RECOGNITION USING NEURAL NETWORKS

PATTERN RECOGNITION USING NEURAL NETWORKS PATTERN RECOGNITION USING NEURAL NETWORKS Santaji Ghorpade 1, Jayshree Ghorpade 2 and Shamla Mantri 3 1 Department of Information Technology Engineering, Pune University, India santaji_11jan@yahoo.co.in,

More information

Iris Recognition Using Singular Value Decomposition Along With Seven State Hidden Markov Model: A Review

Iris Recognition Using Singular Value Decomposition Along With Seven State Hidden Markov Model: A Review Iris Recognition Using Singular Value Decomposition Along With Seven State Hidden Markov Model: A Review Sneh Vishwakarma M.E Student, Electrical Engineering Department Jabalpur Engineering College, Jabalpur,

More information

A Realtime Face Recognition system using PCA and various Distance Classifiers

A Realtime Face Recognition system using PCA and various Distance Classifiers A Realtime Face Recognition system using PCA and various Distance Classifiers Project Report for the course CS676: Computer Vision and Image Processing by Deepesh Raj Roll: Y7027134 under the guidance

More information

Invariant Recognition of Hand-Drawn Pictograms Using HMMs with a Rotating Feature Extraction

Invariant Recognition of Hand-Drawn Pictograms Using HMMs with a Rotating Feature Extraction Invariant Recognition of Hand-Drawn Pictograms Using HMMs with a Rotating Feature Extraction Stefan Müller, Gerhard Rigoll, Andreas Kosmala and Denis Mazurenok Department of Computer Science, Faculty of

More information

A New Multi Fractal Dimension Method for Face Recognition with Fewer Features under Expression Variations

A New Multi Fractal Dimension Method for Face Recognition with Fewer Features under Expression Variations A New Multi Fractal Dimension Method for Face Recognition with Fewer Features under Expression Variations Maksud Ahamad Assistant Professor, Computer Science & Engineering Department, Ideal Institute of

More information

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

International Journal of Digital Application & Contemporary research Website: (Volume 1, Issue 8, March 2013)

International Journal of Digital Application & Contemporary research Website:   (Volume 1, Issue 8, March 2013) Face Recognition using ICA for Biometric Security System Meenakshi A.D. Abstract An amount of current face recognition procedures use face representations originate by unsupervised statistical approaches.

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

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 face recognition under the polar coordinate system

Robust face recognition under the polar coordinate system Robust face recognition under the polar coordinate system Jae Hyun Oh and Nojun Kwak Department of Electrical & Computer Engineering, Ajou University, Suwon, Korea Abstract In this paper, we propose a

More information

Dimension Reduction CS534

Dimension Reduction CS534 Dimension Reduction CS534 Why dimension reduction? High dimensionality large number of features E.g., documents represented by thousands of words, millions of bigrams Images represented by thousands of

More information

A STUDY OF FEATURES EXTRACTION ALGORITHMS FOR HUMAN FACE RECOGNITION

A STUDY OF FEATURES EXTRACTION ALGORITHMS FOR HUMAN FACE RECOGNITION A STUDY OF FEATURES EXTRACTION ALGORITHMS FOR HUMAN FACE RECOGNITION Ismaila W. O. Adetunji A. B. Falohun A. S. Ladoke Akintola University of Technology, Ogbomoso Iwashokun G. B. Federal University of

More information

Enhanced Facial Expression Recognition using 2DPCA Principal component Analysis and Gabor Wavelets.

Enhanced Facial Expression Recognition using 2DPCA Principal component Analysis and Gabor Wavelets. Enhanced Facial Expression Recognition using 2DPCA Principal component Analysis and Gabor Wavelets. Zermi.Narima(1), Saaidia.Mohammed(2), (1)Laboratory of Automatic and Signals Annaba (LASA), Department

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

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

Research Article International Journals of Advanced Research in Computer Science and Software Engineering ISSN: X (Volume-7, Issue-7)

Research Article International Journals of Advanced Research in Computer Science and Software Engineering ISSN: X (Volume-7, Issue-7) International Journals of Advanced Research in Computer Science and Software Engineering ISSN: 2277-128X (Volume-7, Issue-7) Research Article July 2017 A Novel Mechanism of Face Recognition Using Stepwise

More information

Face Recognition Using Eigen-Face Implemented On DSP Processor

Face Recognition Using Eigen-Face Implemented On DSP Processor Face Recognition Using Eigen-Face Implemented On DSP Processor Nawaf Hazim Barnouti E-mail-nawafhazim1987@gmail.com, nawafhazim1987@yahoo.com Abstract This paper focus to develop an automatic face recognition

More information

NOWADAYS, there are many human jobs that can. Face Recognition Performance in Facing Pose Variation

NOWADAYS, there are many human jobs that can. Face Recognition Performance in Facing Pose Variation CommIT (Communication & Information Technology) Journal 11(1), 1 7, 2017 Face Recognition Performance in Facing Pose Variation Alexander A. S. Gunawan 1 and Reza A. Prasetyo 2 1,2 School of Computer Science,

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

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

Linear Discriminant Analysis in Ottoman Alphabet Character Recognition

Linear Discriminant Analysis in Ottoman Alphabet Character Recognition Linear Discriminant Analysis in Ottoman Alphabet Character Recognition ZEYNEB KURT, H. IREM TURKMEN, M. ELIF KARSLIGIL Department of Computer Engineering, Yildiz Technical University, 34349 Besiktas /

More information

Face Recognition Using Gabor Wavelets

Face Recognition Using Gabor Wavelets PROCEEDINGS OF THE IEEE ASILOMAR CONFERENCE ON SIGNALS, SYSTEMS AND COMPUTERS, IEEE ISBN: -444-0785-0/06/$0.00 Face Recognition Using Gabor Wavelets Vinay Kumar. B Department of Electronics and Communication

More information

Facial expression recognition using shape and texture information

Facial expression recognition using shape and texture information 1 Facial expression recognition using shape and texture information I. Kotsia 1 and I. Pitas 1 Aristotle University of Thessaloniki pitas@aiia.csd.auth.gr Department of Informatics Box 451 54124 Thessaloniki,

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

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

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

More information

Combined Histogram-based Features of DCT Coefficients in Low-frequency Domains for Face Recognition

Combined Histogram-based Features of DCT Coefficients in Low-frequency Domains for Face Recognition Combined Histogram-based Features of DCT Coefficients in Low-frequency Domains for Face Recognition Qiu Chen, Koji Kotani *, Feifei Lee, and Tadahiro Ohmi New Industry Creation Hatchery Center, Tohoku

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

FACE RECOGNITION UNDER LOSSY COMPRESSION. Mustafa Ersel Kamaşak and Bülent Sankur

FACE RECOGNITION UNDER LOSSY COMPRESSION. Mustafa Ersel Kamaşak and Bülent Sankur FACE RECOGNITION UNDER LOSSY COMPRESSION Mustafa Ersel Kamaşak and Bülent Sankur Signal and Image Processing Laboratory (BUSIM) Department of Electrical and Electronics Engineering Boǧaziçi University

More information

Hidden Markov Model for Sequential Data

Hidden Markov Model for Sequential Data Hidden Markov Model for Sequential Data Dr.-Ing. Michelle Karg mekarg@uwaterloo.ca Electrical and Computer Engineering Cheriton School of Computer Science Sequential Data Measurement of time series: Example:

More information

RGB Digital Image Forgery Detection Using Singular Value Decomposition and One Dimensional Cellular Automata

RGB Digital Image Forgery Detection Using Singular Value Decomposition and One Dimensional Cellular Automata RGB Digital Image Forgery Detection Using Singular Value Decomposition and One Dimensional Cellular Automata Ahmad Pahlavan Tafti Mohammad V. Malakooti Department of Computer Engineering IAU, UAE Branch

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 10, October -2017 e-issn (O): 2348-4470 p-issn (P): 2348-6406 Face

More information

Short Survey on Static Hand Gesture Recognition

Short Survey on Static Hand Gesture Recognition Short Survey on Static Hand Gesture Recognition Huu-Hung Huynh University of Science and Technology The University of Danang, Vietnam Duc-Hoang Vo University of Science and Technology The University of

More information

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

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

More information

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

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

More information

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

EMOTIONAL BASED FACIAL EXPRESSION RECOGNITION USING SUPPORT VECTOR MACHINE

EMOTIONAL BASED FACIAL EXPRESSION RECOGNITION USING SUPPORT VECTOR MACHINE EMOTIONAL BASED FACIAL EXPRESSION RECOGNITION USING SUPPORT VECTOR MACHINE V. Sathya 1 T.Chakravarthy 2 1 Research Scholar, A.V.V.M.Sri Pushpam College,Poondi,Tamilnadu,India. 2 Associate Professor, Dept.of

More information

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 4, Issue 11, May 2015

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 4, Issue 11, May 2015 Face and Expression Recognition Techniques: A Review Rishin C. K, Aswani Pookkudi, A. Ranjith Ram Advanced Communication & Signal Processing Laboratory, Department of Electronics & Communication engineering,

More information

Wavelet Transform in Face Recognition

Wavelet Transform in Face Recognition J. Bobulski, Wavelet Transform in Face Recognition,In: Saeed K., Pejaś J., Mosdorf R., Biometrics, Computer Security Systems and Artificial Intelligence Applications, Springer Science + Business Media,

More information

Human Face Recognition Using Image Processing PCA and Neural Network

Human Face Recognition Using Image Processing PCA and Neural Network Human Face Recognition Using Image Processing PCA and Neural Network Yogesh B Sanap 1, Dr.Anilkumar N. Holambe 2 PG Student, Department of Computer Science & Engineering, TPCT s College of Engineering,

More information

Face Recognition for Different Facial Expressions Using Principal Component analysis

Face Recognition for Different Facial Expressions Using Principal Component analysis Face Recognition for Different Facial Expressions Using Principal Component analysis ASHISH SHRIVASTAVA *, SHEETESH SAD # # Department of Electronics & Communications, CIIT, Indore Dewas Bypass Road, Arandiya

More information

A Matlab based Face Recognition GUI system Using Principal Component Analysis and Artificial Neural Network

A Matlab based Face Recognition GUI system Using Principal Component Analysis and Artificial Neural Network A Matlab based Face Recognition GUI system Using Principal Component Analysis and Artificial Neural Network Achala Khandelwal 1 and Jaya Sharma 2 1,2 Asst Prof Department of Electrical Engineering, Shri

More information

Multidirectional 2DPCA Based Face Recognition System

Multidirectional 2DPCA Based Face Recognition System Multidirectional 2DPCA Based Face Recognition System Shilpi Soni 1, Raj Kumar Sahu 2 1 M.E. Scholar, Department of E&Tc Engg, CSIT, Durg 2 Associate Professor, Department of E&Tc Engg, CSIT, Durg Email:

More information

Subject-Oriented Image Classification based on Face Detection and Recognition

Subject-Oriented Image Classification based on Face Detection and Recognition 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

Computers and Mathematics with Applications. An embedded system for real-time facial expression recognition based on the extension theory

Computers and Mathematics with Applications. An embedded system for real-time facial expression recognition based on the extension theory Computers and Mathematics with Applications 61 (2011) 2101 2106 Contents lists available at ScienceDirect Computers and Mathematics with Applications journal homepage: www.elsevier.com/locate/camwa An

More information

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN 2016 International Conference on Artificial Intelligence: Techniques and Applications (AITA 2016) ISBN: 978-1-60595-389-2 Face Recognition Using Vector Quantization Histogram and Support Vector Machine

More information

EE368 Project Report CD Cover Recognition Using Modified SIFT Algorithm

EE368 Project Report CD Cover Recognition Using Modified SIFT Algorithm EE368 Project Report CD Cover Recognition Using Modified SIFT Algorithm Group 1: Mina A. Makar Stanford University mamakar@stanford.edu Abstract In this report, we investigate the application of the Scale-Invariant

More information

Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes

Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes 2009 10th International Conference on Document Analysis and Recognition Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes Alireza Alaei

More information

Detection of Facial Landmarks of North Eastern Indian People

Detection of Facial Landmarks of North Eastern Indian People International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 9 (2013), pp. 953-962 International Research Publications House http://www. irphouse.com /ijict.htm Detection

More information

Introduction to Machine Learning Prof. Anirban Santara Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur

Introduction to Machine Learning Prof. Anirban Santara Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Introduction to Machine Learning Prof. Anirban Santara Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture 14 Python Exercise on knn and PCA Hello everyone,

More information

Waleed Pervaiz CSE 352

Waleed Pervaiz CSE 352 Waleed Pervaiz CSE 352 Computer Vision is the technology that enables machines to see and obtain information from digital images. It is seen as an integral part of AI in fields such as pattern recognition

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

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

PCA and KPCA algorithms for Face Recognition A Survey

PCA and KPCA algorithms for Face Recognition A Survey PCA and KPCA algorithms for Face Recognition A Survey Surabhi M. Dhokai 1, Vaishali B.Vala 2,Vatsal H. Shah 3 1 Department of Information Technology, BVM Engineering College, surabhidhokai@gmail.com 2

More information

variations labeled graphs jets Gabor-wavelet transform

variations labeled graphs jets Gabor-wavelet transform Abstract 1 For a computer vision system, the task of recognizing human faces from single pictures is made difficult by variations in face position, size, expression, and pose (front, profile,...). We present

More information

Face Recognition System Using PCA

Face Recognition System Using PCA Face Recognition System Using PCA M.V.N.R. Pavan Kumar 1, Shaikh Arshad A. 2, Katwate Dhananjay P. 3,Jamdar Rohit N. 4 Department of Electronics and Telecommunication Engineering 1,2,3,4, LNBCIET, Satara-415020

More information

Application of 2DPCA Based Techniques in DCT Domain for Face Recognition

Application of 2DPCA Based Techniques in DCT Domain for Face Recognition Application of 2DPCA Based Techniques in DCT Domain for Face Recognition essaoud Bengherabi, Lamia ezai, Farid Harizi, Abderraza Guessoum 2, and ohamed Cheriet 3 Centre de Développement des Technologies

More information

Facial Expression Recognition Based on Local Directional Pattern Using SVM Decision-level Fusion

Facial Expression Recognition Based on Local Directional Pattern Using SVM Decision-level Fusion Facial Expression Recognition Based on Local Directional Pattern Using SVM Decision-level Fusion Juxiang Zhou 1, Tianwei Xu 2, Jianhou Gan 1 1. Key Laboratory of Education Informalization for Nationalities,

More information

Directional Derivative and Feature Line Based Subspace Learning Algorithm for Classification

Directional Derivative and Feature Line Based Subspace Learning Algorithm for Classification Journal of Information Hiding and Multimedia Signal Processing c 206 ISSN 2073-422 Ubiquitous International Volume 7, Number 6, November 206 Directional Derivative and Feature Line Based Subspace Learning

More information

Face Recognition Based on Multi Scale Low Resolution Feature Extraction and Single Neural Network

Face Recognition Based on Multi Scale Low Resolution Feature Extraction and Single Neural Network IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.6, June 2008 279 Recognition Based on Multi Scale Low Resolution Feature Extraction and Single Neural Network K.Rama Linga

More information

CSC 411: Lecture 14: Principal Components Analysis & Autoencoders

CSC 411: Lecture 14: Principal Components Analysis & Autoencoders CSC 411: Lecture 14: Principal Components Analysis & Autoencoders Richard Zemel, Raquel Urtasun and Sanja Fidler University of Toronto Zemel, Urtasun, Fidler (UofT) CSC 411: 14-PCA & Autoencoders 1 / 18

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

CHAPTER 3 PRINCIPAL COMPONENT ANALYSIS AND FISHER LINEAR DISCRIMINANT ANALYSIS

CHAPTER 3 PRINCIPAL COMPONENT ANALYSIS AND FISHER LINEAR DISCRIMINANT ANALYSIS 38 CHAPTER 3 PRINCIPAL COMPONENT ANALYSIS AND FISHER LINEAR DISCRIMINANT ANALYSIS 3.1 PRINCIPAL COMPONENT ANALYSIS (PCA) 3.1.1 Introduction In the previous chapter, a brief literature review on conventional

More information

Image-Based Face Recognition using Global Features

Image-Based Face Recognition using Global Features Image-Based Face Recognition using Global Features Xiaoyin xu Research Centre for Integrated Microsystems Electrical and Computer Engineering University of Windsor Supervisors: Dr. Ahmadi May 13, 2005

More information

FACE RECOGNITION USING PCA AND EIGEN FACE APPROACH

FACE RECOGNITION USING PCA AND EIGEN FACE APPROACH FACE RECOGNITION USING PCA AND EIGEN FACE APPROACH K.Ravi M.Tech, Student, Vignan Bharathi Institute Of Technology, Ghatkesar,India. M.Kattaswamy M.Tech, Asst Prof, Vignan Bharathi Institute Of Technology,

More information

Handwritten Digit Classification and Reconstruction of Marred Images Using Singular Value Decomposition

Handwritten Digit Classification and Reconstruction of Marred Images Using Singular Value Decomposition Virginia Tech Handwritten Digit Classification and Reconstruction of Marred Images Using Singular Value Decomposition Author: Andy Lassiter Supervisor: Dr. Serkan Gugercin May 8, 2013 Abstract Singular

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

CSC 411: Lecture 14: Principal Components Analysis & Autoencoders

CSC 411: Lecture 14: Principal Components Analysis & Autoencoders CSC 411: Lecture 14: Principal Components Analysis & Autoencoders Raquel Urtasun & Rich Zemel University of Toronto Nov 4, 2015 Urtasun & Zemel (UofT) CSC 411: 14-PCA & Autoencoders Nov 4, 2015 1 / 18

More information

Clustering K-means. Machine Learning CSEP546 Carlos Guestrin University of Washington February 18, Carlos Guestrin

Clustering K-means. Machine Learning CSEP546 Carlos Guestrin University of Washington February 18, Carlos Guestrin Clustering K-means Machine Learning CSEP546 Carlos Guestrin University of Washington February 18, 2014 Carlos Guestrin 2005-2014 1 Clustering images Set of Images [Goldberger et al.] Carlos Guestrin 2005-2014

More information

A Hybrid Face Recognition Approach Using GPUMLib

A Hybrid Face Recognition Approach Using GPUMLib A Hybrid Face Recognition Approach Using GPUMLib Noel Lopes 1,2 and Bernardete Ribeiro 1 1 CISUC - Center for Informatics and Systems of University of Coimbra, Portugal 2 UDI/IPG - Research Unit, Polytechnic

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

FACE RECOGNITION FROM A SINGLE SAMPLE USING RLOG FILTER AND MANIFOLD ANALYSIS

FACE RECOGNITION FROM A SINGLE SAMPLE USING RLOG FILTER AND MANIFOLD ANALYSIS FACE RECOGNITION FROM A SINGLE SAMPLE USING RLOG FILTER AND MANIFOLD ANALYSIS Jaya Susan Edith. S 1 and A.Usha Ruby 2 1 Department of Computer Science and Engineering,CSI College of Engineering, 2 Research

More information

Selection of Location, Frequency and Orientation Parameters of 2D Gabor Wavelets for Face Recognition

Selection of Location, Frequency and Orientation Parameters of 2D Gabor Wavelets for Face Recognition Selection of Location, Frequency and Orientation Parameters of 2D Gabor Wavelets for Face Recognition Berk Gökberk, M.O. İrfanoğlu, Lale Akarun, and Ethem Alpaydın Boğaziçi University, Department of Computer

More information

DSW Feature Based Hidden Marcov Model: An Application on Object Identification

DSW Feature Based Hidden Marcov Model: An Application on Object Identification DSW Feature Based Hidden Marcov Model: An Application on Obect Identification Zheng Liang 1, Wang Taiqing 1, Wang Shengin 1 and Ding Xiaoqing 1 1 State Key Laboratory of Intelligent Technology and Systems

More information

An Efficient LDA Algorithm for Face Recognition

An Efficient LDA Algorithm for Face Recognition An Efficient LDA Algorithm for Face Recognition Jie Yang, Hua Yu, William Kunz School of Computer Science Interactive Systems Laboratories Carnegie Mellon University Pittsburgh, PA 15213 Abstract It has

More information

Parallel Architecture & Programing Models for Face Recognition

Parallel Architecture & Programing Models for Face Recognition Parallel Architecture & Programing Models for Face Recognition Submitted by Sagar Kukreja Computer Engineering Department Rochester Institute of Technology Agenda Introduction to face recognition Feature

More information