Disguised Face Identification Based Gabor Feature and SVM Classifier

Size: px
Start display at page:

Download "Disguised Face Identification Based Gabor Feature and SVM Classifier"

Transcription

1 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 Research Institute 18 Gaeongno, Yuseong-gu, Daeeon, KOREA {kyekyung, kss, ykchung, Abstract: - This paper proposes the identification method of disguised faces wearing a mask or a sunglass using the SVM (Support Vector Machine) classifier and Gabor features, which are derived from eyes, nose and mouth of a face. The face features are extracted from the feature points of a face graph on a face rectangle image, which is detected by Adaboost face detection algorithm. The face graph is matched on a face image by a LMM (land mark model) algorithm using PSO (Particle Swarm Optimization) that represents whole feature points of a face image whether a part of face is hidden or not. SVM classifier distinguishes between normal face and disguised face wearing a mask or a sunglass. SVM is designed for classifying normal face from disguised face using some features on the mouth area of the face graph. The experimental result of the proposed method shows the classification performance of 96% on face image database, which have 150 normal faces, 100 disguised faces and 460 training sample faces. Key-Words: - Disguised face recognition, Gabor features, Support Vector Machine, Adaboost face detection 1 Introduction Face recognition [1-4] is an efficient and a competitive biometric technology because the face recognition does not need recognition subect s cooperation in contrast to finger print recognition and iris recognition. Face recognition technology has used to control gate access by personal identification and verification. This kind of gate access control method has great advantage for preventing criminals and tracking suspicious human using the gate access records with face images and access time in the gate. Especially, face recognition technology also can be used in identification of disguised people, wearing mask or sunglass, who tries to access a restricted area, a banking machine or a computer account. The study on access control using face recognition is mainly focused on face detection capability of normal face images, while disguised face images wearing mask or sunglass could not be detected using normal face detection algorithms. If face could not be detected, it is considered that the face does not exist in the image or the face is assumed by disguised with mask or sunglass. The disguised face is hard to detect and identify due to the lake of face features using normal technologies. The face detection algorithms [6] are made by skin color detection, PCA (Principal Component Analysis), neural network, AAM (Active Appearance Model), ASM (Active Shape Model) and Adaboost technologies. The face identification algorithms are implemented by PCA, EBGM (Elastic Bunch Graph Model), LBP (Local Binary Pattern) and other face graph matching technologies such as AAM, ASM and LMM. Because disguised face images are normally hidden a part of face region, Adaboost face detection algorithm has used that is well known for detection of occluded faces. Also face graph matching technology using LMM is good for extracting feature points of occluded faces. As a face feature, Gabor features are great for identification of face due to similar model of human being s eye model. In this paper, the identification algorithm of disguised faces wearing mask is presented using Adaboost for face detection, LMM [9] for face graph generation to extract Gabor features of faces and SVM for classification of disguised faces. Adaboost algorithm is applied to detect a face region even for the occluded face images. LMM algorithm is used for obtaining a face graph matched on face image. Gabor features are calculated from the points of face graph, which is derived by LMM optimization algorithm. Two classes of face images between normal faces and disguised faces are classified using SVM [5] classifier with Gabor features of face image. The idea of identification for disguised faces is that we derive the answer about whether the area of mouth and nose on face image is occluded by mask or not by using SVM classifier ISBN:

2 with feature values of points on the mouth and nose area of a face graph derived by LMM using PSO. The proposed method can be used in real-time application for identification of disguised people because the algorithms using in this paper are very fast. In this paper, overview of the algorithm is explained in section, face detection, face graph extraction and disguised face identification by using SVM are introduced in section 3 and experimental results are introduced in section 4. Overview of Disguised face Identification The algorithm flow of disguised face identification according to the face detection includes the face graph extraction, the Gabor feature extraction and the disguised face classification. The algorithm is consisted of three parts such as the face detection part using Adaboost, the Gabor feature extraction part using the face graph extracted by LMM, and the disguised face classification part using SVM as shown in Fig. 1. Fig. 1 An algorithm flow of disguised face identification. In the part of face detection, Adaboost algorithm is trained for positive samples and negative samples. This face detection result is used for SVM training procedures and SVM classification procedures are composed of face graph matching, Gabor feature extraction, disguised face classification. In the part of Gabor feature extraction, the initial location of a face graph on face image is derived using the rectangle area of Adaboost face detection result. LMM optimization algorithm is used to match a face graph on a face image. A standard face graph is composed of average location of feature points and average Gabor et values of each feature points. The disguised face is influenced decisively by features, which are derived from the mouth area in the LMM face graph matching result. The Gabor feature values of disguised face are calculated from the feature points including mouth area in the face image. In the part of SVM classification, the Gabor features are used for classification whether wear a mask or not. In the training step of SVM classifier, two classes of face images are used that is categorized into normal face images which does not wear mask and disguised face images which wear mask. The Gabor features of the points on mouth area are extracted from two classes of face images. The SVM is trained for classification of these two different classes of face images. The best classification hyper-plan of SVM is obtained using these two different classes of mouth features in face images. Un-known face image can be identified whether normal face or masked disguised face after implementation of disguised face identification algorithm that includes processes such as face detection using Adaboost algorithm, Gabor feature extraction on face graph, SVM classification. 3. Disguised face Identification algorithm 3.1 Face detection by MCT-Adaboost Modified MCT (Modified Census Transform) algorithm [8] is implemented based on Adaboost training procedures. In the Adaboost training step, face images wearing mask or sunglass are used for positive samples. After Adaboost training procedures, face detection algorithm is implemented for detecting face rectangle whether wearing mask or not. The face detector analyzes image patches W of size pixel. The first stage has the lowest complexity but it is able to reect more than 99% of all windows as background while retaining almost all of the face locations. Let H (Γ) be the classifier of the -th stage, which classifies the current analysis window, represented by the modified census features Γ, H ( ) x ' xw h ( ( x)) where x denotes the location within the analysis window and W W is the set of pixel-locations with an associated pixel-classifier h(x). The pixelclassifier h(x) also called elementary classifier consists of a lookup table of length 511 which is the number of the possible kernel indices of the Modified Census Transform. The lookup table holds a weight for each kernel index. A response from an (1) ISBN:

3 elementary classifier is the weight addressed by the kernel index. As the features are integer indices of the active structure kernel they are lying in the range [0..511] and are directly feed into the lookup table. Basically Adaboost searches several candidates of face rectangles in a face image that resizes face detection scales for adopting different size of faces. The average size of face rectangles are decided as a final face rectangle area of an image as shown in Fig..This face rectangle information is used for the initial location of graph matching algorithm. Positive samples Negative samples Normal face Disguised face Training samples Cascade Adaboost training Adaboost Face Detector Fig. Adaboost face detection steps. 3. Face model graph generation A face model graph [9] is made by using average point locations and average Gabor et values of each point for 10 training face graph on images where marked 44 feature points manually as shown in Fig. 3. The feature points are composed of 44 points such as13 points on face edge, 8 points on mouth area, 9 points on nose area and 14 points on eyes area as shown in Fig. 3. Fig. 3 A manually marked face graphs on face image. Gabor feature [9] vector J i ( x 0 ) is defined as follows with respect to an intensity value I (x) at pixel location x ( x, y). J ( x 0 ) I(x) ( x x d i 0 ) x k ( x) k x (exp( ))(exp( ik x) exp( )) () In order to reflect the various faces, 10 training sample face images are selected from the FERET face image with respect to gender, race and age Gabor feature vectors for a single face graph are derived with 40 Gabor ets for each 44 points. Finally the face model graph is made by average feature locations and average Gabor ets for each point. 3.3 Face graph matching and Gabor feature extraction In order to extract optimal face graph by matching face model graph on a face image, the initial location of face graph is very important. The face rectangle information of Adaboost face detection result is used for initial face graph location. Face model graph is resized and located on a face image for fitting a face graph of the face using the face rectangle information. The four points of face model graph are matched on the face rectangle edge as shown in Fig. 4 (a). The face graph is modified repeatedly by searching best graph matching result between face model graph and face graph using PSO algorithm. The face graph can be modified using model parameters such as graph size scaling, down area scaling, up area scaling and distance scaling of two eyes with respect to the center point which is defined at the middle point between two eyes. After calculating the similarity between a face model graph and a face graph with respect to Gabor et, the face graph size and location are modified using PSO algorithm to find a best matching result between two graphs. FMG FG The face graph similarity S a ( J, J ) between FMG FG face model graph J and face graph J is calculated with et value a at feature point as follows. S (J a FMG,J FG 40 ' a a / a 1 ' ) a (3) 1 1 Even some feature points of face are occluded by mask or sunglass, face graph can be extracted feature points as shown in Fig. 4(b). ISBN:

4 Uy Dy Lx Rx (a) Initial location of face graph (b) Face graph of partly occluded face Fig. 4 Examples of face graph extraction. 3.4 SVM identification of disguised faces SVM is a classifier model which is able to classify feature vectors using optimal classification hyper-plane derived from high dimensional feature space in which feature vectors are mapping. SVM is a statistical learning model which can classify two classes optimally with respect to optimal classification hyper-plane. Because the complicated feature vectors such as normal faces and disguised faces could not be separated using linear discriminate plane, in order to classify lineally, the feature vector should be mapped on high dimensional space using Kernel function. The feature points on mouth and nose area between the normal faces and masked faces have different statistical characteristics as shown in Fig. 4. SVM is trained using training face samples with masked faces and non-masked normal faces. A 1,000 dimensional feature vector is derived from 5 points on mouth and nose area with respect to 40 Gabor ets per point using face graph on face image. SVM can classify two classes according to a 1,000 dimensional feature vector of each face graph on face image. 4 Experiment MCT-Adaboost face detection algorithm is implemented to locate a face rectangle. MCT features of s single face image are extracted from 484 pixel positions in x size face image. Each feature can be defined at center pixel of a 3x3 area in face image with 511 structural elements. MCT feature vector is very short than Viola-Jones Haar features with 180,000 dimensional feature vectors. The masked face images are also included in training procedures in order to detect disguised face images. Face graph matching algorithm is implemented using 10 selected training face image samples of color FERET face database with respected to manually marked 44 feature points. The face model graph is derived from each face graph of training face images. A disguised face database is created with respect to 339 normal face images and 11 masked face images to evaluate the proposed algorithm. 1,000 dimensional SVM feature vectors are derived from 5 points of face graph for each 460 face images. SVM classifier is modeled to classify two classes between normal faces and masked face images using 1,000 dimensional feature vectors for 460 faces. The trained samples of 460 faces are perfectly classified between normal faces and masked face images. Test database is also composed of other 50 face images with 150 normal face images and 100 masked face images. Among 50 face images, 10 face images could not be detected on face detection step. So we have tested 96% of test samples on masked or not. The simulation results show that 100% of 40 face images are classified into normal face or masked face classes perfectly. Therefore, the disguised faces are classified successfully if face is detected successfully. 5 Conclusions In this paper, the disguised face identification algorithm is presented using Adaboost for face detection, LMM for face graph generation to extract Gabor features of faces and SVM for identification of masked faces. Several face databases are used for experiments such as face rectangle samples for face detection, 10 color FERET samples for face graph extraction, 460 face samples with masked and not-masked faces in SVM training and 50 face samples for disguised face identification. Experimental results show that 96% of test face samples are classified successfully whether masked faces or not. The performance is mainly related on ISBN:

5 face detection algorithm. While face is successfully detected, face image samples could be successfully identified whether masked face or not. Therefore, face graph extracting method for obtaining SVM feature vectors is the excellent method for identifying disguised faces from normal face images. Acknowledgement This work was supported by the IT R&D program of MSIP & KEIT [ ], Development of the 5-senses convergence sports simulator based on multi-axis motion platform. References: [1] M. Turk, and A. Pentland, Eigenfaces for Recognition, Journal of Cognitive Neuroscience, Vol. 3, No. 1, pp , March [] L. Wiskott, J. M. Fellous, N. Kruger and C. Malsburg, Face Recognition by Elastic Graph Matching, IEEE Trans. on Pattern Analysis & Machine Intelligence, Vol. 19, No. 7, pp , [3] P. S. Penev and J. J. Atick, Local Feature Analysis: A General Ststistical Theory for obect Representation, Computation in Neural Systems, Vol. 7, No. 3, pp , [4] K. Etermad and R. Chellappa, Discriminant Analysis for Recognition of Human Face Images, Journal of Optical Society of America, Vol.14, pp , [5] C. J. C. Burges, A tutorial on support vector machines for pattern recognition, Data Mining & Knowledge Discovery, Vol.. No.. pp , [6] M. Yang, D. Kriegman, and N. Ahua, Detecting Faces in Images: A survey," IEEE Trans. PAMI, Vol. 4, No. 1, pp , 00. [7] R. Viola and M. Jones, Robust Real-Time Face Detection, Int'l Journal of Computer Vision, Vol. 57, No., pp , 004. [8] B. Froba and A. Ernst, Face Detection with the Modified Census Transform, Proceedings of the Sixth IEEE International Conference on Automatic Face and Gesture Recognition, pp. 1-6, 004. [9] R. Ramadan and R. Abdel-kader, Face Recognition Using Particle Swarm Optimization-Based Selected Features, Int'l Journal of Signal Processing, Image Processing and Pattern Recognition, Vol., No., pp.51-65, June 009. ISBN:

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

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

Tiny and Blurred Face Alignment for Long Distance Face Recognition

Tiny and Blurred Face Alignment for Long Distance Face Recognition Tiny and Blurred Face Alignment for Long Distance Face Recognition Kyu-Dae Ban, Jaeyeon Lee, DoHyung Kim, Jaehong Kim, and Yun Koo Chung Applying face alignment after face detection exerts a heavy influence

More information

GENDER CLASSIFICATION USING SUPPORT VECTOR MACHINES

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

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

A Survey of Various Face Detection Methods

A Survey of Various Face Detection Methods A Survey of Various Face Detection Methods 1 Deepali G. Ganakwar, 2 Dr.Vipulsangram K. Kadam 1 Research Student, 2 Professor 1 Department of Engineering and technology 1 Dr. Babasaheb Ambedkar Marathwada

More information

Automatic local Gabor features extraction for face recognition

Automatic local Gabor features extraction for face recognition Automatic local Gabor features extraction for face recognition Yousra BEN JEMAA National Engineering School of Sfax Signal and System Unit Tunisia yousra.benjemaa@planet.tn Sana KHANFIR National Engineering

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

Robust Real-Time Face Detection Using Face Certainty Map

Robust Real-Time Face Detection Using Face Certainty Map Robust Real-Time Face Detection Using Face Certainty Map BongjinJunandDaijinKim Department of Computer Science and Engineering Pohang University of Science and Technology, {simple21,dkim}@postech.ac.kr

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

Face Alignment Under Various Poses and Expressions

Face Alignment Under Various Poses and Expressions Face Alignment Under Various Poses and Expressions Shengjun Xin and Haizhou Ai Computer Science and Technology Department, Tsinghua University, Beijing 100084, China ahz@mail.tsinghua.edu.cn Abstract.

More information

Real-time facial feature point extraction

Real-time facial feature point extraction University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2007 Real-time facial feature point extraction Ce Zhan University of Wollongong,

More information

Progress Report of Final Year Project

Progress Report of Final Year Project Progress Report of Final Year Project Project Title: Design and implement a face-tracking engine for video William O Grady 08339937 Electronic and Computer Engineering, College of Engineering and Informatics,

More information

A face recognition system based on local feature analysis

A face recognition system based on local feature analysis A face recognition system based on local feature analysis Stefano Arca, Paola Campadelli, Raffaella Lanzarotti Dipartimento di Scienze dell Informazione Università degli Studi di Milano Via Comelico, 39/41

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

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

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

More information

FACE DETECTION BY HAAR CASCADE CLASSIFIER WITH SIMPLE AND COMPLEX BACKGROUNDS IMAGES USING OPENCV IMPLEMENTATION

FACE DETECTION BY HAAR CASCADE CLASSIFIER WITH SIMPLE AND COMPLEX BACKGROUNDS IMAGES USING OPENCV IMPLEMENTATION FACE DETECTION BY HAAR CASCADE CLASSIFIER WITH SIMPLE AND COMPLEX BACKGROUNDS IMAGES USING OPENCV IMPLEMENTATION Vandna Singh 1, Dr. Vinod Shokeen 2, Bhupendra Singh 3 1 PG Student, Amity School of Engineering

More information

PARALLEL GABOR PCA WITH FUSION OF SVM SCORES FOR FACE VERIFICATION

PARALLEL GABOR PCA WITH FUSION OF SVM SCORES FOR FACE VERIFICATION PARALLEL GABOR WITH FUSION OF SVM SCORES FOR FACE VERIFICATION Ángel Serrano, Cristina Conde, Isaac Martín de Diego, Enrique Cabello 1 Face Recognition & Artificial Vision Group, Universidad Rey Juan Carlos

More information

Efficient and Fast Multi-View Face Detection Based on Feature Transformation

Efficient and Fast Multi-View Face Detection Based on Feature Transformation Efficient and Fast Multi-View Face Detection Based on Feature Transformation Dongyoon Han*, Jiwhan Kim*, Jeongwoo Ju*, Injae Lee**, Jihun Cha**, Junmo Kim* *Department of EECS, Korea Advanced Institute

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

Better than best: matching score based face registration

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

More information

Algorithm for Efficient Attendance Management: Face Recognition based approach

Algorithm for Efficient Attendance Management: Face Recognition based approach www.ijcsi.org 146 Algorithm for Efficient Attendance Management: Face Recognition based approach Naveed Khan Balcoh, M. Haroon Yousaf, Waqar Ahmad and M. Iram Baig Abstract Students attendance in the classroom

More information

Multi-Modal Human- Computer Interaction

Multi-Modal Human- Computer Interaction Multi-Modal Human- Computer Interaction Attila Fazekas University of Debrecen, Hungary Road Map Multi-modal interactions and systems (main categories, examples, benefits) Face detection, facial gestures

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

An Image Region Selection with Local Binary Pattern based for Face Recognition

An Image Region Selection with Local Binary Pattern based for Face Recognition American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-4, Issue-12, pp-58-63 www.ajer.org Research Paper Open Access An Image Region Selection with Local Binary Pattern

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

FPGA Implementation of High Performance Face Detection Using MCT and Adaboost Algorithm

FPGA Implementation of High Performance Face Detection Using MCT and Adaboost Algorithm FPGA Implementation of High Performance Face Detection Using MCT and Adaboost Algorithm Ramya N P.G.Scholar, ECE, SKP Engineering College, Tiruvannamalai India E-mail : ramyamevlsi@gmail.com Srimathi Mathiazhagan

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

Detection of a Single Hand Shape in the Foreground of Still Images

Detection of a Single Hand Shape in the Foreground of Still Images CS229 Project Final Report Detection of a Single Hand Shape in the Foreground of Still Images Toan Tran (dtoan@stanford.edu) 1. Introduction This paper is about an image detection system that can detect

More information

Color-based Face Detection using Combination of Modified Local Binary Patterns and embedded Hidden Markov Models

Color-based Face Detection using Combination of Modified Local Binary Patterns and embedded Hidden Markov Models SICE-ICASE International Joint Conference 2006 Oct. 8-2, 2006 in Bexco, Busan, Korea Color-based Face Detection using Combination of Modified Local Binary Patterns and embedded Hidden Markov Models Phuong-Trinh

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 Hybrid Face Detection System using combination of Appearance-based and Feature-based methods

A Hybrid Face Detection System using combination of Appearance-based and Feature-based methods IJCSNS International Journal of Computer Science and Network Security, VOL.9 No.5, May 2009 181 A Hybrid Face Detection System using combination of Appearance-based and Feature-based methods Zahra Sadri

More information

Criminal Identification System Using Face Detection and Recognition

Criminal Identification System Using Face Detection and Recognition Criminal Identification System Using Face Detection and Recognition Piyush Kakkar 1, Mr. Vibhor Sharma 2 Information Technology Department, Maharaja Agrasen Institute of Technology, Delhi 1 Assistant Professor,

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

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

Enhanced Active Shape Models with Global Texture Constraints for Image Analysis

Enhanced Active Shape Models with Global Texture Constraints for Image Analysis Enhanced Active Shape Models with Global Texture Constraints for Image Analysis Shiguang Shan, Wen Gao, Wei Wang, Debin Zhao, Baocai Yin Institute of Computing Technology, Chinese Academy of Sciences,

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

Face Detection using Hierarchical SVM

Face Detection using Hierarchical SVM Face Detection using Hierarchical SVM ECE 795 Pattern Recognition Christos Kyrkou Fall Semester 2010 1. Introduction Face detection in video is the process of detecting and classifying small images extracted

More information

Dr. Enrique Cabello Pardos July

Dr. Enrique Cabello Pardos July Dr. Enrique Cabello Pardos July 20 2011 Dr. Enrique Cabello Pardos July 20 2011 ONCE UPON A TIME, AT THE LABORATORY Research Center Contract Make it possible. (as fast as possible) Use the best equipment.

More information

Learning to Recognize Faces in Realistic Conditions

Learning to Recognize Faces in Realistic Conditions 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050

More information

Active Wavelet Networks for Face Alignment

Active Wavelet Networks for Face Alignment Active Wavelet Networks for Face Alignment Changbo Hu, Rogerio Feris, Matthew Turk Dept. Computer Science, University of California, Santa Barbara {cbhu,rferis,mturk}@cs.ucsb.edu Abstract The active appearance

More information

Face Recognition-based Automatic Tagging Scheme for SNS

Face Recognition-based Automatic Tagging Scheme for SNS Face Recognition-based Automatic Tagging Scheme for SNS Outline Introduction Motivation Related Work Methodology Face Detection Face Matching Experimental Results Conclusion 01 Introduction Tag is Metadata

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

FACE DETECTION AND RECOGNITION OF DRAWN CHARACTERS HERMAN CHAU

FACE DETECTION AND RECOGNITION OF DRAWN CHARACTERS HERMAN CHAU FACE DETECTION AND RECOGNITION OF DRAWN CHARACTERS HERMAN CHAU 1. Introduction Face detection of human beings has garnered a lot of interest and research in recent years. There are quite a few relatively

More information

Generic Face Alignment Using an Improved Active Shape Model

Generic Face Alignment Using an Improved Active Shape Model Generic Face Alignment Using an Improved Active Shape Model Liting Wang, Xiaoqing Ding, Chi Fang Electronic Engineering Department, Tsinghua University, Beijing, China {wanglt, dxq, fangchi} @ocrserv.ee.tsinghua.edu.cn

More information

An Automatic Face Recognition System in the Near Infrared Spectrum

An Automatic Face Recognition System in the Near Infrared Spectrum An Automatic Face Recognition System in the Near Infrared Spectrum Shuyan Zhao and Rolf-Rainer Grigat Technical University Hamburg Harburg Vision Systems, 4-08/1 Harburger Schloßstr 20 21079 Hamburg, Germany

More information

Face Identification by a Cascade of Rejection Classifiers

Face Identification by a Cascade of Rejection Classifiers Boston U. Computer Science Tech. Report No. BUCS-TR-2005-022, Jun. 2005. To appear in Proc. IEEE Workshop on Face Recognition Grand Challenge Experiments, Jun. 2005. Face Identification by a Cascade of

More information

Face Objects Detection in still images using Viola-Jones Algorithm through MATLAB TOOLS

Face Objects Detection in still images using Viola-Jones Algorithm through MATLAB TOOLS Face Objects Detection in still images using Viola-Jones Algorithm through MATLAB TOOLS Dr. Mridul Kumar Mathur 1, Priyanka Bhati 2 Asst. Professor (Selection Grade), Dept. of Computer Science, LMCST,

More information

Age Group Estimation using Face Features Ranjan Jana, Debaleena Datta, Rituparna Saha

Age Group Estimation using Face Features Ranjan Jana, Debaleena Datta, Rituparna Saha Estimation using Face Features Ranjan Jana, Debaleena Datta, Rituparna Saha Abstract Recognition of the most facial variations, such as identity, expression and gender has been extensively studied. Automatic

More information

Enhance ASMs Based on AdaBoost-Based Salient Landmarks Localization and Confidence-Constraint Shape Modeling

Enhance ASMs Based on AdaBoost-Based Salient Landmarks Localization and Confidence-Constraint Shape Modeling Enhance ASMs Based on AdaBoost-Based Salient Landmarks Localization and Confidence-Constraint Shape Modeling Zhiheng Niu 1, Shiguang Shan 2, Xilin Chen 1,2, Bingpeng Ma 2,3, and Wen Gao 1,2,3 1 Department

More information

Mouse Pointer Tracking with Eyes

Mouse Pointer Tracking with Eyes Mouse Pointer Tracking with Eyes H. Mhamdi, N. Hamrouni, A. Temimi, and M. Bouhlel Abstract In this article, we expose our research work in Human-machine Interaction. The research consists in manipulating

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

Spoofing Face Recognition Using Neural Network with 3D Mask

Spoofing Face Recognition Using Neural Network with 3D Mask Spoofing Face Recognition Using Neural Network with 3D Mask REKHA P.S M.E Department of Computer Science and Engineering, Gnanamani College of Technology, Pachal, Namakkal- 637018. rekhaps06@gmail.com

More information

Recognition problems. Face Recognition and Detection. Readings. What is recognition?

Recognition problems. Face Recognition and Detection. Readings. What is recognition? Face Recognition and Detection Recognition problems The Margaret Thatcher Illusion, by Peter Thompson Computer Vision CSE576, Spring 2008 Richard Szeliski CSE 576, Spring 2008 Face Recognition and Detection

More information

Face Recognition Using Phase-Based Correspondence Matching

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

More information

Discriminative classifiers for image recognition

Discriminative classifiers for image recognition Discriminative classifiers for image recognition May 26 th, 2015 Yong Jae Lee UC Davis Outline Last time: window-based generic object detection basic pipeline face detection with boosting as case study

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: 2-4 July, 2015

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: 2-4 July, 2015 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 2-4 July, 2015 FACE RECOGNITION IN ANDROID K.M. Sanghavi 1, Agrawal Mohini 2,Bafna Khushbu

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

Expression Detection in Video. Abstract Expression detection is useful as a non-invasive method of lie detection and

Expression Detection in Video. Abstract Expression detection is useful as a non-invasive method of lie detection and Wes Miller 5/11/2011 Comp Sci 534 Expression Detection in Video Abstract Expression detection is useful as a non-invasive method of lie detection and behavior prediction, as many facial expressions are

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

A REVIEW ON FEATURE EXTRACTION TECHNIQUES IN FACE RECOGNITION

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

More information

Last week. Multi-Frame Structure from Motion: Multi-View Stereo. Unknown camera viewpoints

Last week. Multi-Frame Structure from Motion: Multi-View Stereo. Unknown camera viewpoints Last week Multi-Frame Structure from Motion: Multi-View Stereo Unknown camera viewpoints Last week PCA Today Recognition Today Recognition Recognition problems What is it? Object detection Who is it? Recognizing

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

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

Pattern Recognition 45 (2012) Contents lists available at SciVerse ScienceDirect. Pattern Recognition

Pattern Recognition 45 (2012) Contents lists available at SciVerse ScienceDirect. Pattern Recognition Pattern Recognition 45 (2012) 1899 1914 Contents lists available at SciVerse ScienceDirect Pattern Recognition journal homepage: www.elsevier.com/locate/pr Recognizability assessment of facial images for

More information

CHAPTER 4 FACE RECOGNITION DESIGN AND ANALYSIS

CHAPTER 4 FACE RECOGNITION DESIGN AND ANALYSIS CHAPTER 4 FACE RECOGNITION DESIGN AND ANALYSIS As explained previously in the scope, this thesis will also create a prototype about face recognition system. The face recognition system itself has several

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 Long Haar-like Filters

Face Recognition Using Long Haar-like Filters Face Recognition Using Long Haar-like Filters Y. Higashijima 1, S. Takano 1, and K. Niijima 1 1 Department of Informatics, Kyushu University, Japan. Email: {y-higasi, takano, niijima}@i.kyushu-u.ac.jp

More information

MPSO- PCA Based Facial Recognition

MPSO- PCA Based Facial Recognition International Journal of Innovative Research in Electronics and Communications (IJIREC) Volume 1, Issue 1, April 2014, pp.27-32 www.arcjournal.org MPSO- PCA Based Facial Recognition Pushparaj Pa pushprajpal@gmail.com

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

Principal Component Analysis and Neural Network Based Face Recognition

Principal Component Analysis and Neural Network Based Face Recognition Principal Component Analysis and Neural Network Based Face Recognition Qing Jiang Mailbox Abstract People in computer vision and pattern recognition have been working on automatic recognition of human

More information

Face Detection and Recognition in an Image Sequence using Eigenedginess

Face Detection and Recognition in an Image Sequence using Eigenedginess Face Detection and Recognition in an Image Sequence using Eigenedginess B S Venkatesh, S Palanivel and B Yegnanarayana Department of Computer Science and Engineering. Indian Institute of Technology, Madras

More information

Face Detection Using Convolutional Neural Networks and Gabor Filters

Face Detection Using Convolutional Neural Networks and Gabor Filters Face Detection Using Convolutional Neural Networks and Gabor Filters Bogdan Kwolek Rzeszów University of Technology W. Pola 2, 35-959 Rzeszów, Poland bkwolek@prz.rzeszow.pl Abstract. This paper proposes

More information

Estimation of Age Group using Histogram of Oriented gradients and Neural Network

Estimation of Age Group using Histogram of Oriented gradients and Neural Network International Journal Of Engineering Research And Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 13, Issue 11 (November 2017), PP. 43-49 Estimation of Age Group using Histogram

More information

Face Detection System Based on MLP Neural Network

Face Detection System Based on MLP Neural Network Face Detection System Based on MLP Neural Network NIDAL F. SHILBAYEH and GAITH A. AL-QUDAH Computer Science Department Middle East University Amman JORDAN n_shilbayeh@yahoo.com gaith@psut.edu.jo Abstract:

More information

Fast Face Detection Assisted with Skin Color Detection

Fast Face Detection Assisted with Skin Color Detection IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 18, Issue 4, Ver. II (Jul.-Aug. 2016), PP 70-76 www.iosrjournals.org Fast Face Detection Assisted with Skin Color

More information

Face Recognition based Only on Eyes Information and Local Binary Pattern

Face Recognition based Only on Eyes Information and Local Binary Pattern Face Recognition based Only on Eyes Information and Local Binary Pattern Francisco Rosario-Verde, Joel Perez-Siles, Luis Aviles-Brito, Jesus Olivares-Mercado, Karina Toscano-Medina, and Hector Perez-Meana

More information

Available online at ScienceDirect. Procedia Computer Science 46 (2015 )

Available online at   ScienceDirect. Procedia Computer Science 46 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 46 (2015 ) 1754 1761 International Conference on Information and Communication Technologies (ICICT 2014) Age Estimation

More information

Hierarchical Ensemble of Gabor Fisher Classifier for Face Recognition

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

More information

Discriminative Feature Co-occurrence Selection for Object Detection

Discriminative Feature Co-occurrence Selection for Object Detection JOURNAL OF L A TEX CLASS FILES, VOL. 1, NO. 8, AUGUST 22 1 Discriminative Feature Co-occurrence Selection for Object Detection Takeshi Mita, Member, IEEE, Toshimitsu Kaneko, Björn Stenger, Member, IEEE,

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

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 1 Face detection and its applications Mrs. Sunita Roy 1 and Mr. Susanta Podder 2 1 Ph.D. scholar in the Dept. of Computer Science & Engineering, University of Calcutta, Kolkata, India. 2 Ph.D. scholar, CMJ

More information

Aalborg Universitet. Haar-like Features for Robust Real-Time Face Recognition Nasrollahi, Kamal; Moeslund, Thomas B.

Aalborg Universitet. Haar-like Features for Robust Real-Time Face Recognition Nasrollahi, Kamal; Moeslund, Thomas B. Aalborg Universitet Haar-like Features for Robust Real-Time Face Recognition Nasrollahi, Kamal; Moeslund, Thomas B. Published in: IEEE International Conference on Image Processing DOI (link to publication

More information

Face Recognition Using Adjacent Pixel Intensity Difference Quantization Histogram

Face Recognition Using Adjacent Pixel Intensity Difference Quantization Histogram IJCSNS International Journal of Computer Science and Network Security, VOL.9 No.8, August 2009 147 Face Recognition Using Adjacent Pixel Intensity Difference Quantization Histogram Feifei Lee, Koji Kotani,

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

Facial Recognition Using Active Shape Models, Local Patches and Support Vector Machines

Facial Recognition Using Active Shape Models, Local Patches and Support Vector Machines Facial Recognition Using Active Shape Models, Local Patches and Support Vector Machines Utsav Prabhu ECE Department Carnegie Mellon University 5000 Forbes Avenue Pittsburgh, PA-15213 uprabhu@andrew.cmu.edu

More information

Multi-Pose Face Recognition And Tracking System

Multi-Pose Face Recognition And Tracking System Available online at www.sciencedirect.com Procedia Computer Science 6 (2011) 381 386 Complex Adaptive Systems, Volume 1 Cihan H. Dagli, Editor in Chief Conference Organized by Missouri University of Science

More information

Multi-angle Face Detection Based on DP-Adaboost

Multi-angle Face Detection Based on DP-Adaboost International Journal of Automation and Computing 12(4), August 2015, 421-431 DOI: 10.1007/s11633-014-0872-8 Multi-angle Face Detection Based on DP-Adaboost Ying-Ying Zheng Jun Yao School of Mechanical

More information

A Study on Similarity Computations in Template Matching Technique for Identity Verification

A Study on Similarity Computations in Template Matching Technique for Identity Verification A Study on Similarity Computations in Template Matching Technique for Identity Verification Lam, S. K., Yeong, C. Y., Yew, C. T., Chai, W. S., Suandi, S. A. Intelligent Biometric Group, School of Electrical

More information

World Journal of Engineering Research and Technology WJERT

World Journal of Engineering Research and Technology WJERT wjert, 2017, Vol. 3, Issue 3, 49-60. Original Article ISSN 2454-695X Divya et al. WJERT www.wjert.org SJIF Impact Factor: 4.326 MULTIPLE FACE DETECTION AND TRACKING FROM VIDEO USING HAAR CLASSIFICATION

More information

A robust method for automatic player detection in sport videos

A robust method for automatic player detection in sport videos A robust method for automatic player detection in sport videos A. Lehuger 1 S. Duffner 1 C. Garcia 1 1 Orange Labs 4, rue du clos courtel, 35512 Cesson-Sévigné {antoine.lehuger, stefan.duffner, christophe.garcia}@orange-ftgroup.com

More information

Face Recognition using Local Binary Pattern

Face Recognition using Local Binary Pattern e-issn 2455 1392 Volume 2 Issue 4, April 2016 pp. 127-132 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Face Recognition using Local Binary Pattern Abin Stanly 1, Krishnapriya M. Mohan

More information

FACE DETECTION USING PRINCIPAL COMPONENT ANALYSIS

FACE DETECTION USING PRINCIPAL COMPONENT ANALYSIS International Journal of Computer Engineering & Technology (IJCET) Volume 7, Issue 3, May-June 2016, pp. 174 178, Article ID: IJCET_07_03_016 Available online at http://www.iaeme.com/ijcet/issues.asp?jtype=ijcet&vtype=7&itype=3

More information

[2008] IEEE. Reprinted, with permission, from [Yan Chen, Qiang Wu, Xiangjian He, Wenjing Jia,Tom Hintz, A Modified Mahalanobis Distance for Human

[2008] IEEE. Reprinted, with permission, from [Yan Chen, Qiang Wu, Xiangjian He, Wenjing Jia,Tom Hintz, A Modified Mahalanobis Distance for Human [8] IEEE. Reprinted, with permission, from [Yan Chen, Qiang Wu, Xiangian He, Wening Jia,Tom Hintz, A Modified Mahalanobis Distance for Human Detection in Out-door Environments, U-Media 8: 8 The First IEEE

More information

Pattern Recognition Letters

Pattern Recognition Letters Pattern Recognition Letters 29 (2008) 1544 1556 Contents lists available at ScienceDirect Pattern Recognition Letters journal homepage: www.elsevier.com/locate/patrec An experimental comparison of gender

More information

Eye Detection by Haar wavelets and cascaded Support Vector Machine

Eye Detection by Haar wavelets and cascaded Support Vector Machine Eye Detection by Haar wavelets and cascaded Support Vector Machine Vishal Agrawal B.Tech 4th Year Guide: Simant Dubey / Amitabha Mukherjee Dept of Computer Science and Engineering IIT Kanpur - 208 016

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

Image enhancement for face recognition using color segmentation and Edge detection algorithm

Image enhancement for face recognition using color segmentation and Edge detection algorithm Image enhancement for face recognition using color segmentation and Edge detection algorithm 1 Dr. K Perumal and 2 N Saravana Perumal 1 Computer Centre, Madurai Kamaraj University, Madurai-625021, Tamilnadu,

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

Illumination Invariant Face Recognition Based on Neural Network Ensemble

Illumination Invariant Face Recognition Based on Neural Network Ensemble Invariant Face Recognition Based on Network Ensemble Wu-Jun Li 1, Chong-Jun Wang 1, Dian-Xiang Xu 2, and Shi-Fu Chen 1 1 National Laboratory for Novel Software Technology Nanjing University, Nanjing 210093,

More information