SlideShare a Scribd company logo
ACEEE Int. J. on Information Technology, Vol. 01, No. 02, Sep 2011



                          Race Identification for Face Images
                                      Hlaing Htake Khaung Tin1 and Myint Myint Sein2
                                       1
                                         University of Computer Studies, Yangon, Myanmar
                                                hlainghtakekhaungtin@gmail.com
                                       2
                                         University of Computer Studies, Yangon, Myanmar
                                                       myintucsy@gmail.com

Abstract—Humans are able to process a face in a variety of               system based on a boosted classifier. The same structure is
ways to categorize it by its identity, along with a number of            used for demographic information extraction, including gender
other demographic characteristics, including race, gender ,              and race. Two categories of race are defined, Asian and non-
and age. Experimental results are based on a face database               Asian. Again, their system is focused on low resolution
containing subjects. Race and gender also play an important              (24824) images with face data weakly aligned. Their reported
role in face-related applications. Experimental results are
                                                                         accuracy is about 80%. The other-race effect for face
indicated that participants categorized the race of the face
and this categorization drives the perceptual process. A face            recognition has been established in numerous human memory
image data set is collected from Internet, and divided into a            studies and in meta-analyses of these studies [11],[12],[13].
training dataset and a test dataset. Experimental results based          In fact, the other-race effect in humans can be measured in
on a face database containing 250 subjects. The proposed                 infants as a decrease in their ability to detect differences in
system can also be applied to other image-based classification           individual other-race faces as early as three to nine months
tasks.                                                                   of age [13].

Index Terms— race identification, PCA, face recognition                                        II. PRE-PROCESSING

                          I. INTRODUCTION                                    The first step of pre-processing is the face region
                                                                         extraction. Face region extraction means the input face image
    Race refers to classifications of humans into relatively             is extracted from input image by using cropping tool. The
large and distinct populations or groups often based on                  input color image is converted to gray image and stored in
factors such as appearance based on heritable phenotypical               database for processing. The input image may be current
characteristics or geographic ancestry, but also often                   scanned image or realities input image. And then enhancing
influenced by and correlated with traits such as culture, race           state occurs. The proposed system allows the free size and
and socio-economic status. As a biological term, race denotes            format of color image. Enhancing state is included the noise
genetically divergent human populations that can be marked               filtering, gray scale converting, and histogram equalization.
by common phenotypic traits. Humans are able to process a                Histogram equalization is mapped the input image’s intensity
face in a variety of ways to categorize it by its identity, along        values so that the histogram of the resulting image will have
with a number of other demographic characteristics, including            an approximately uniform distribution. The histogram of a
race, gender, and age. Over the past few decades, a lot of               digital image with gray levels in the range [0, L-1] is a discrete
effort has been devoted in the biological, psychological, and            function.
cognitive sciences areas, to discover how the human brain
perceives, represents and remembers faces. Computational
models have also been developed to gain some insight into
this problem. The demographic features, such as race and
gender, are involved in human face identity recognition.                 where L is the total number of gray levels , rk is the kth gray
Humans are better at recognizing faces of their own race than            level, nk is the number of pixels in the image with that gray
faces of other races [3] [4]. Golby et al. Show that same-race           level, n is the total number of pixels in the image, and k = 0, 1,
faces elicit more activity in brain regions linked to face               2, . . . , L - 1. p(rk) is given an estimate of the probability of
recognition [5]. They use functional magnetic resonance                  occurrence of gray level rk. By histogram equalization, the
imaging (fMRI) to examine if the same-race advantage for                 local contrast of the object in the image is increased, especially
face identification involves the fusiform face area (FFA), which         when the usable data of the image is represented by close
is known to be important for face recognition [6]. Compared              contrast values. Through this adjustment, the intensity can
to race identification, the gender classification has received           be better distributed on the histogram. This allows for areas
more attention [7] [8] [9]. Gutta et al [9] proposed a hybrid            of lower local contrast to gain a higher contrast without
classifier based on RBF networks and inductive decision trees            affecting the global contrast.
for classification of gender and race origin, using a 64*72
image resolution. They achieved an average accuracy rate of
92% for the ethnic classification part of the task. Experimental
results for gender classification in Moghaddam and Yang [7]
are based on 21*12 image resolution. Shakhnarovich et al
[10] presented a real-time face detection and recognition
                                                                    35
© 2011 ACEEE
DOI: 01.IJIT.01.02. 214
ACEEE Int. J. on Information Technology, Vol. 01, No. 02, Sep 2011


                                                                        This new subspace is normally lower dimensional (M<< M
                                                                        << N2). New basis vectors are defined a subspace of face
                                                                        images called face space. All images of known faces are
                                                                        projected onto the face space to find sets of weights that
                                                                        described the contribution of each vector. By comparing a
                                                                        set of weights for the unknown face to sets of weights of
                                                                        known faces, the face can be identified. PCA basis vectors
                                                                        are defined as eigenvectors of the scatter matrix S defined as:




                                                                        where  is the mean of all images in the training set and xi is
                                                                        the ith face image represented as a vector i. The eigenvector
                                                                        associated with the largest eigenvalue is one that reflects the
                                                                        greatest variance in the image. That is, the smallest eigenvalue
                                                                        is associated with the eigenvector that finds the least
                                                                        variance. A facial image can be projected onto M  M 
                                                                        dimensions by computing



                                                                        The vectors are also images, so called, eigenimages, or
                                                                        eigenfaces.They can be viewed as images and indeed look
                                                                        like faces. Face space forms a cluster in image space and PCA
                                                                        gives suitable representation.
                                                                        B. Nearest Neighbor Classification
                                                                            One of the most popular non-parametric techniques is
                                                                        the Nearest Neighbor classification (NNC). NNC asymptotic
                                                                        or infinite sample size error is less than twice of the Bayes
                                                                        error [15]. NNC gives a trade-off between the distributions of
                                                                        the training data with a priori probability of the classes
                                                                        involved [14]. KNN (Kth nearest neighbor classifier) classifier
                                                                        is easy to compute and very efficient. KNN is very compatible
                                                                        and obtain less memory storage. So it has good discriminative
                                                                        power. Also, KNN is very robust to image distortions (e.g.
                                                                        rotation, illumination). Euclidian distance is determined
                                                                        whether the input face is near a known face. The problem of
                                                                        automatic face recognition is a composite task that involves
                                                                        detection and location of faces in a cluttered background,
    Figure 1. PCA on Myanmar and Non-Myanmar datasets. (a)
   “average” Myanmar face; (b) top 12 eigenfaces of Myanmar             normalization, recognition and verification.
dataset;(c) “average” Non-Myanmar face; (d) top 12 eigenfaces of
                      Non-Myanmar dataset.                                                     IV. CONCLUSIONS

                   III. FEATURE EXTRACTION                                 This paper has addressed the race identification problem
                                                                        based on facial images. The Principal Component Analysis
A. Subspace Face Recognition                                            (PCA) based scheme has been developed for the two-class
    The Principal Component Analysis (PCA) can do                       (Myanmar vs. non-Myanmar) race classification task. An
prediction, redundancy removal, feature extraction, data                ensemble framework, which integrates the PCA for the input
compression, etc. Because PCA is a classical technique which            face images at multiple scales, is proposed to further improve
can do something in the linear domain, applications having              the classification performance of the race identification
linear models are suitable. Let us consider the PCA procedure           system. Experimental results based on a face database
in a training set of M face images. Let a face image be                 containing 250 subjects are encouraging. The normalized
represented as a two dimensional N by N array of intensity              classification scores can be used as the confidence with
values, or a vector of dimension N2. Then PCA tends to find             which each image belongs to a race class. This confidence is
a M-dimensional subspace whose basis vectors correspond                 helpful to the image-based face recognition, and cross-race
to the maximum variance direction in the original image space.          face recognition. Separating the race factor from the other
                                                                   36
© 2011 ACEEE
DOI: 01.IJIT.01.02. 214
ACEEE Int. J. on Information Technology, Vol. 01, No. 02, Sep 2011


factors can help the recognition system to extract more                                            ACKNOWLEDGMENT
identity-sensitive features, thereby enhancing the
                                                                             The authors would like to thank Dr. Yunhong Wang for
performance of the current face identity recognition systems.
                                                                          providing us the NLPR database.
The proposed system can also be applied to other image-
based classification tasks. Future experiments using racially
                                                                                                       REFERENCES
ambiguous faces need to involve participants of other races.
                                                                          [1] P.Jonathon Phillips, Fang jiang, Abhijit Narvekar, Julianne
                   V. EXPERIMENTAL RESULTS                                Ayyad, and Alice J.C’ Toole, “An Other-Race Effect for Face
                                                                          Recognition Algorithms”.
    A face image data set is collected from Internet, and                 [2] Serena Holguin, dawn E. McQuiston, Otto H. MacLin, and
divided into a training dataset and a test dataset. Using face            Roy S. Malpass, “Racial Classification of Racially Ambiguous
detector and face alignment tool, these faces are automatically           Faces”, Arpil 13, 2000.
cropped and normalized in grey level and geometry as in [6],              [3] R. Malpass and J. Kravitz, “ Recognition for faces of own and
and each face is manually labeled with an age value estimated             other rae”, pp.330-334,1969.
by human subjectively. The dataset is separated into two                  [4] J. Brigham and P. Barkowitz, “Do’they all look alike?’ the
                                                                          effect of race, sex, experience and attitudes on the ability to recognize
race groups, Myanmar and Non-Myanmar. The Non-Myanmar
                                                                          faces,” J. Appl. Soc. Phychol 8, pp, 306-318, 1978.
database is composed of research papers. Most of the                      [5] A Golby, J. Gabrieli, J. Chiao and J.Eberhardt, “Differential
Myanmar faces are of Kachin, Kayah, etc. origins. These                   responses in the fusiform region to same-race and other-race faces,”
face images are contained variations in pose, illumination                Nautre Neuroscience 4(8), pp. 845-850, 2001.
and expression. Sample images from the databases are shown                [6] A . Puce, T.Allison, J. Gore and G. McCarthy, “Face-sensitive
in Fig. 3.                                                                regions in human extrastriate cortex studied by functional mri,” J.
                                                                          Neurophysicol. 74, pp. 1192-1199,1995.
                                                                          [7] B. Moghaddam and M. Yang, “Learning gender with support
                                                                          faces,” IEEE trans. Pattern Analysis and Machine Intelligence 24,
                                                                          pp. 707-711, May. 2002.
                                                                          [8] B.Glolomb, D. Lawrence, and T.Sejnowski, “Sexnet: A neural
                                                                          network identifies sex from human faces,” in Advances in Neural
                                                                          Information Processing Systems (NIPS), 3, pp. 572-577, 1990.
                                                                          [9] S.Gutta, J. Huang, P. Phillips, and H. Wechsler, “Mixture of
                                                                          experts for classification of gender, ethnic origin, and pose of human
                                                                          faces”, IEEE Trans. Neural Networks 11, pp. 948-960, Jul.2000.
                                                                          [10] G.Shakhnarovich, P.a.viola, and B. Moghaddam, “A unified
                                                                          learning framework for real time face detection and classification,”
                                                                          in Proc. IEEE International Conference on Automatic Face and
                                                                          Gesture Recognition, 2002.
                                                                          [11] R.K. Bothwell, J. C. Brigham , and R.S. Malpass, “Cross-
                                                                          racial identification,” Personality & Social Psychology Bulletin, Vol.
                                                                          15,pp. 19-25, 1989.
                                                                          [12] C.A. Meissner and J. C .Brigham, “Thirty years of investigating
                                                                          the own-race bias in memory for faces: A meta-analytic review,”
                                                                          Psychology, Public Policy, and Law, vol.7, pp. 3-35, 2001.
                                                                          [13] D.J.Kelly, P.C. Quinn, A. M. Slater, K.Lee, L.. Ge and O.P
                                                                          ascalis, “The other-race effect develops during infancy: Evidence
                                                                          of perceptual narrowing,” Psychological Science, vol. 18, pp. 1084-
 Figure 3. Representative faces in the database . (a) Myanmar; (b)        1089,2007.
                          Non-Mya nma r.                                  [14] M . J . Er , W . Chen , S . Wu “ High Speed Face Recognition
                                                                          based on discrete cosine transform and RBF neural network” IEEE
                                                                          Trans on Neural Network Vol . 16 (2007), No . 3 , PP . 679,691.
                                                                          [15] Kwon, Y.H. and da Vitoria Lobo, N.1993. “Locating Facial
                                                                          Features for Age Classification”, In Proceedings of SPIE-the
                                                                          International Society for Optical Engineering Conference. 62-72.
                                                                          [16] Hayashi, J., Yasumoto, M., Ito, H., Niwa, Y.and Koshimizu,
                                                                          H.2002. Age and Gender Estimation from Facial Image Processing.
                                                                          In Proceedings of the 41 st SICE Annual Conference. 13-18
                                                                          [17] Lanitis, A. 2002. On the Significance of Different Facial Parts
                                                                          for Automatic Age Estimation. In Proceedings of the 14 the
                                                                          International Conference on Digital Signal Processing. 1027-1030




                Figure 4. Performance comparison
                                                                     37
© 2011 ACEEE
DOI: 01.IJIT.01.02. 214

More Related Content

What's hot

IMAGE COMPOSITE DETECTION USING CUSTOMIZED
IMAGE COMPOSITE DETECTION USING CUSTOMIZEDIMAGE COMPOSITE DETECTION USING CUSTOMIZED
IMAGE COMPOSITE DETECTION USING CUSTOMIZEDijcga
 
Blind Image Quality Assessment with Local Contrast Features
Blind Image Quality Assessment with Local Contrast Features Blind Image Quality Assessment with Local Contrast Features
Blind Image Quality Assessment with Local Contrast Features ijcisjournal
 
Intellectual Person Identification Using 3DMM, GPSO and Genetic Algorithm
Intellectual Person Identification Using 3DMM, GPSO and Genetic AlgorithmIntellectual Person Identification Using 3DMM, GPSO and Genetic Algorithm
Intellectual Person Identification Using 3DMM, GPSO and Genetic AlgorithmIJCSIS Research Publications
 
Fcv scene hebert
Fcv scene hebertFcv scene hebert
Fcv scene hebertzukun
 
ttA sign language recognition approach for
ttA sign language recognition approach forttA sign language recognition approach for
ttA sign language recognition approach forijcseit
 
A Novel Approach to Fingerprint Identification Using Gabor Filter-Bank
A Novel Approach to Fingerprint Identification Using Gabor Filter-BankA Novel Approach to Fingerprint Identification Using Gabor Filter-Bank
A Novel Approach to Fingerprint Identification Using Gabor Filter-BankIDES Editor
 
Remote Sensing Image Scene Classification
Remote Sensing Image Scene ClassificationRemote Sensing Image Scene Classification
Remote Sensing Image Scene ClassificationGaurav Singh
 
Perceptual image distortion
Perceptual image distortionPerceptual image distortion
Perceptual image distortionPatrick Teo
 
SIGGRAPH ASIA 2012 Stereoscopic Cloning Presentation Slide
SIGGRAPH ASIA 2012 Stereoscopic Cloning Presentation SlideSIGGRAPH ASIA 2012 Stereoscopic Cloning Presentation Slide
SIGGRAPH ASIA 2012 Stereoscopic Cloning Presentation SlideI-Chao Shen
 
A HYBRID COPY-MOVE FORGERY DETECTION TECHNIQUE USING REGIONAL SIMILARITY INDICES
A HYBRID COPY-MOVE FORGERY DETECTION TECHNIQUE USING REGIONAL SIMILARITY INDICESA HYBRID COPY-MOVE FORGERY DETECTION TECHNIQUE USING REGIONAL SIMILARITY INDICES
A HYBRID COPY-MOVE FORGERY DETECTION TECHNIQUE USING REGIONAL SIMILARITY INDICESijcsit
 
Machine Learning
Machine LearningMachine Learning
Machine Learningbutest
 
R sprojec3
R sprojec3R sprojec3
R sprojec3Qust04
 
Understanding user intention in image retrieval: generalization selection usi...
Understanding user intention in image retrieval: generalization selection usi...Understanding user intention in image retrieval: generalization selection usi...
Understanding user intention in image retrieval: generalization selection usi...TELKOMNIKA JOURNAL
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceresearchinventy
 
Grindinger Group Wise Similarity And Classification Of Aggregate Scanpaths
Grindinger Group Wise Similarity And Classification Of Aggregate ScanpathsGrindinger Group Wise Similarity And Classification Of Aggregate Scanpaths
Grindinger Group Wise Similarity And Classification Of Aggregate ScanpathsKalle
 

What's hot (19)

IMAGE COMPOSITE DETECTION USING CUSTOMIZED
IMAGE COMPOSITE DETECTION USING CUSTOMIZEDIMAGE COMPOSITE DETECTION USING CUSTOMIZED
IMAGE COMPOSITE DETECTION USING CUSTOMIZED
 
Q01754118128
Q01754118128Q01754118128
Q01754118128
 
Blind Image Quality Assessment with Local Contrast Features
Blind Image Quality Assessment with Local Contrast Features Blind Image Quality Assessment with Local Contrast Features
Blind Image Quality Assessment with Local Contrast Features
 
Intellectual Person Identification Using 3DMM, GPSO and Genetic Algorithm
Intellectual Person Identification Using 3DMM, GPSO and Genetic AlgorithmIntellectual Person Identification Using 3DMM, GPSO and Genetic Algorithm
Intellectual Person Identification Using 3DMM, GPSO and Genetic Algorithm
 
Fcv scene hebert
Fcv scene hebertFcv scene hebert
Fcv scene hebert
 
ttA sign language recognition approach for
ttA sign language recognition approach forttA sign language recognition approach for
ttA sign language recognition approach for
 
A Novel Approach to Fingerprint Identification Using Gabor Filter-Bank
A Novel Approach to Fingerprint Identification Using Gabor Filter-BankA Novel Approach to Fingerprint Identification Using Gabor Filter-Bank
A Novel Approach to Fingerprint Identification Using Gabor Filter-Bank
 
Remote Sensing Image Scene Classification
Remote Sensing Image Scene ClassificationRemote Sensing Image Scene Classification
Remote Sensing Image Scene Classification
 
Q0460398103
Q0460398103Q0460398103
Q0460398103
 
Perceptual image distortion
Perceptual image distortionPerceptual image distortion
Perceptual image distortion
 
Ga3111671172
Ga3111671172Ga3111671172
Ga3111671172
 
SIGGRAPH ASIA 2012 Stereoscopic Cloning Presentation Slide
SIGGRAPH ASIA 2012 Stereoscopic Cloning Presentation SlideSIGGRAPH ASIA 2012 Stereoscopic Cloning Presentation Slide
SIGGRAPH ASIA 2012 Stereoscopic Cloning Presentation Slide
 
A HYBRID COPY-MOVE FORGERY DETECTION TECHNIQUE USING REGIONAL SIMILARITY INDICES
A HYBRID COPY-MOVE FORGERY DETECTION TECHNIQUE USING REGIONAL SIMILARITY INDICESA HYBRID COPY-MOVE FORGERY DETECTION TECHNIQUE USING REGIONAL SIMILARITY INDICES
A HYBRID COPY-MOVE FORGERY DETECTION TECHNIQUE USING REGIONAL SIMILARITY INDICES
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Bx4301429434
Bx4301429434Bx4301429434
Bx4301429434
 
R sprojec3
R sprojec3R sprojec3
R sprojec3
 
Understanding user intention in image retrieval: generalization selection usi...
Understanding user intention in image retrieval: generalization selection usi...Understanding user intention in image retrieval: generalization selection usi...
Understanding user intention in image retrieval: generalization selection usi...
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Grindinger Group Wise Similarity And Classification Of Aggregate Scanpaths
Grindinger Group Wise Similarity And Classification Of Aggregate ScanpathsGrindinger Group Wise Similarity And Classification Of Aggregate Scanpaths
Grindinger Group Wise Similarity And Classification Of Aggregate Scanpaths
 

Viewers also liked

Accountable care and evidence based decision making
Accountable care and evidence based decision makingAccountable care and evidence based decision making
Accountable care and evidence based decision makingTrimed Media Group
 
RECOMENDACIONES PARA PRESENTACIONES PROFESIONALES
RECOMENDACIONES PARA PRESENTACIONES PROFESIONALES RECOMENDACIONES PARA PRESENTACIONES PROFESIONALES
RECOMENDACIONES PARA PRESENTACIONES PROFESIONALES Sol Balladares Naranjo
 
Using health-evidence.ca: A Canadian resource for facilitating evidence-infor...
Using health-evidence.ca: A Canadian resource for facilitating evidence-infor...Using health-evidence.ca: A Canadian resource for facilitating evidence-infor...
Using health-evidence.ca: A Canadian resource for facilitating evidence-infor...Health Evidence™
 
Fairfield University Faculty Publishing Celebration
Fairfield University Faculty Publishing CelebrationFairfield University Faculty Publishing Celebration
Fairfield University Faculty Publishing CelebrationJackie Kremer
 
Reducing paper liabilities creating lean health care opportunities
Reducing paper liabilities creating lean health care opportunitiesReducing paper liabilities creating lean health care opportunities
Reducing paper liabilities creating lean health care opportunitiesCompliancy Group
 
Integrated data to support service redesign decision making 19 01 2016 final
Integrated data to support service redesign decision making 19 01 2016 finalIntegrated data to support service redesign decision making 19 01 2016 final
Integrated data to support service redesign decision making 19 01 2016 finalNHS Improving Quality
 

Viewers also liked (6)

Accountable care and evidence based decision making
Accountable care and evidence based decision makingAccountable care and evidence based decision making
Accountable care and evidence based decision making
 
RECOMENDACIONES PARA PRESENTACIONES PROFESIONALES
RECOMENDACIONES PARA PRESENTACIONES PROFESIONALES RECOMENDACIONES PARA PRESENTACIONES PROFESIONALES
RECOMENDACIONES PARA PRESENTACIONES PROFESIONALES
 
Using health-evidence.ca: A Canadian resource for facilitating evidence-infor...
Using health-evidence.ca: A Canadian resource for facilitating evidence-infor...Using health-evidence.ca: A Canadian resource for facilitating evidence-infor...
Using health-evidence.ca: A Canadian resource for facilitating evidence-infor...
 
Fairfield University Faculty Publishing Celebration
Fairfield University Faculty Publishing CelebrationFairfield University Faculty Publishing Celebration
Fairfield University Faculty Publishing Celebration
 
Reducing paper liabilities creating lean health care opportunities
Reducing paper liabilities creating lean health care opportunitiesReducing paper liabilities creating lean health care opportunities
Reducing paper liabilities creating lean health care opportunities
 
Integrated data to support service redesign decision making 19 01 2016 final
Integrated data to support service redesign decision making 19 01 2016 finalIntegrated data to support service redesign decision making 19 01 2016 final
Integrated data to support service redesign decision making 19 01 2016 final
 

Similar to Race Identification for Face Images

Real time face recognition system using eigen faces
Real time face recognition system using eigen facesReal time face recognition system using eigen faces
Real time face recognition system using eigen facesIAEME Publication
 
Face Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCAFace Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCAIOSR Journals
 
Implementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen FacesImplementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen FacesIJERA Editor
 
Face Emotion Analysis Using Gabor Features In Image Database for Crime Invest...
Face Emotion Analysis Using Gabor Features In Image Database for Crime Invest...Face Emotion Analysis Using Gabor Features In Image Database for Crime Invest...
Face Emotion Analysis Using Gabor Features In Image Database for Crime Invest...Waqas Tariq
 
Image–based face-detection-and-recognition-using-matlab
Image–based face-detection-and-recognition-using-matlabImage–based face-detection-and-recognition-using-matlab
Image–based face-detection-and-recognition-using-matlabIjcem Journal
 
Happiness Expression Recognition at Different Age Conditions
Happiness Expression Recognition at Different Age ConditionsHappiness Expression Recognition at Different Age Conditions
Happiness Expression Recognition at Different Age ConditionsEditor IJMTER
 
Face Recognition for Different Facial Expressions Using Principal Component a...
Face Recognition for Different Facial Expressions Using Principal Component a...Face Recognition for Different Facial Expressions Using Principal Component a...
Face Recognition for Different Facial Expressions Using Principal Component a...AM Publications
 
Deep learning for pose-invariant face detection in unconstrained environment
Deep learning for pose-invariant face detection in unconstrained environmentDeep learning for pose-invariant face detection in unconstrained environment
Deep learning for pose-invariant face detection in unconstrained environmentIJECEIAES
 
Optimized Biometric System Based on Combination of Face Images and Log Transf...
Optimized Biometric System Based on Combination of Face Images and Log Transf...Optimized Biometric System Based on Combination of Face Images and Log Transf...
Optimized Biometric System Based on Combination of Face Images and Log Transf...sipij
 
Face recognition system
Face recognition systemFace recognition system
Face recognition systemYogesh Lamture
 
Face expression recognition using Scaled-conjugate gradient Back-Propagation ...
Face expression recognition using Scaled-conjugate gradient Back-Propagation ...Face expression recognition using Scaled-conjugate gradient Back-Propagation ...
Face expression recognition using Scaled-conjugate gradient Back-Propagation ...IJMER
 
Criminal Detection System
Criminal Detection SystemCriminal Detection System
Criminal Detection SystemIntrader Amit
 
LITERATURE SURVEY ON SPARSE REPRESENTATION FOR NEURAL NETWORK BASED FACE DETE...
LITERATURE SURVEY ON SPARSE REPRESENTATION FOR NEURAL NETWORK BASED FACE DETE...LITERATURE SURVEY ON SPARSE REPRESENTATION FOR NEURAL NETWORK BASED FACE DETE...
LITERATURE SURVEY ON SPARSE REPRESENTATION FOR NEURAL NETWORK BASED FACE DETE...csijjournal
 
Eigenface based recognition of emotion variant faces
Eigenface based recognition of emotion variant facesEigenface based recognition of emotion variant faces
Eigenface based recognition of emotion variant facesAlexander Decker
 
Design of face recognition system using principal
Design of face recognition system using principalDesign of face recognition system using principal
Design of face recognition system using principaleSAT Publishing House
 

Similar to Race Identification for Face Images (20)

human face counting
human face countinghuman face counting
human face counting
 
H0334749
H0334749H0334749
H0334749
 
Real time face recognition system using eigen faces
Real time face recognition system using eigen facesReal time face recognition system using eigen faces
Real time face recognition system using eigen faces
 
Bb32351355
Bb32351355Bb32351355
Bb32351355
 
Face Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCAFace Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCA
 
Cu31632635
Cu31632635Cu31632635
Cu31632635
 
Implementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen FacesImplementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen Faces
 
Face Emotion Analysis Using Gabor Features In Image Database for Crime Invest...
Face Emotion Analysis Using Gabor Features In Image Database for Crime Invest...Face Emotion Analysis Using Gabor Features In Image Database for Crime Invest...
Face Emotion Analysis Using Gabor Features In Image Database for Crime Invest...
 
Image–based face-detection-and-recognition-using-matlab
Image–based face-detection-and-recognition-using-matlabImage–based face-detection-and-recognition-using-matlab
Image–based face-detection-and-recognition-using-matlab
 
Happiness Expression Recognition at Different Age Conditions
Happiness Expression Recognition at Different Age ConditionsHappiness Expression Recognition at Different Age Conditions
Happiness Expression Recognition at Different Age Conditions
 
Face Recognition for Different Facial Expressions Using Principal Component a...
Face Recognition for Different Facial Expressions Using Principal Component a...Face Recognition for Different Facial Expressions Using Principal Component a...
Face Recognition for Different Facial Expressions Using Principal Component a...
 
Deep learning for pose-invariant face detection in unconstrained environment
Deep learning for pose-invariant face detection in unconstrained environmentDeep learning for pose-invariant face detection in unconstrained environment
Deep learning for pose-invariant face detection in unconstrained environment
 
495Poster
495Poster495Poster
495Poster
 
Optimized Biometric System Based on Combination of Face Images and Log Transf...
Optimized Biometric System Based on Combination of Face Images and Log Transf...Optimized Biometric System Based on Combination of Face Images and Log Transf...
Optimized Biometric System Based on Combination of Face Images and Log Transf...
 
Face recognition system
Face recognition systemFace recognition system
Face recognition system
 
Face expression recognition using Scaled-conjugate gradient Back-Propagation ...
Face expression recognition using Scaled-conjugate gradient Back-Propagation ...Face expression recognition using Scaled-conjugate gradient Back-Propagation ...
Face expression recognition using Scaled-conjugate gradient Back-Propagation ...
 
Criminal Detection System
Criminal Detection SystemCriminal Detection System
Criminal Detection System
 
LITERATURE SURVEY ON SPARSE REPRESENTATION FOR NEURAL NETWORK BASED FACE DETE...
LITERATURE SURVEY ON SPARSE REPRESENTATION FOR NEURAL NETWORK BASED FACE DETE...LITERATURE SURVEY ON SPARSE REPRESENTATION FOR NEURAL NETWORK BASED FACE DETE...
LITERATURE SURVEY ON SPARSE REPRESENTATION FOR NEURAL NETWORK BASED FACE DETE...
 
Eigenface based recognition of emotion variant faces
Eigenface based recognition of emotion variant facesEigenface based recognition of emotion variant faces
Eigenface based recognition of emotion variant faces
 
Design of face recognition system using principal
Design of face recognition system using principalDesign of face recognition system using principal
Design of face recognition system using principal
 

More from IDES Editor

Power System State Estimation - A Review
Power System State Estimation - A ReviewPower System State Estimation - A Review
Power System State Estimation - A ReviewIDES Editor
 
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...IDES Editor
 
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...IDES Editor
 
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...IDES Editor
 
Line Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCLine Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCIDES Editor
 
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...IDES Editor
 
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric ModelingAssessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric ModelingIDES Editor
 
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...IDES Editor
 
Selfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive ThresholdsSelfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive ThresholdsIDES Editor
 
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...IDES Editor
 
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...IDES Editor
 
Cloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkCloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkIDES Editor
 
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetGenetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetIDES Editor
 
Enhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyEnhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyIDES Editor
 
Low Energy Routing for WSN’s
Low Energy Routing for WSN’sLow Energy Routing for WSN’s
Low Energy Routing for WSN’sIDES Editor
 
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...IDES Editor
 
Rotman Lens Performance Analysis
Rotman Lens Performance AnalysisRotman Lens Performance Analysis
Rotman Lens Performance AnalysisIDES Editor
 
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesBand Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesIDES Editor
 
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...IDES Editor
 
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...IDES Editor
 

More from IDES Editor (20)

Power System State Estimation - A Review
Power System State Estimation - A ReviewPower System State Estimation - A Review
Power System State Estimation - A Review
 
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
 
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
 
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
 
Line Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCLine Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFC
 
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
 
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric ModelingAssessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
 
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
 
Selfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive ThresholdsSelfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive Thresholds
 
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
 
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
 
Cloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkCloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability Framework
 
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetGenetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
 
Enhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyEnhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through Steganography
 
Low Energy Routing for WSN’s
Low Energy Routing for WSN’sLow Energy Routing for WSN’s
Low Energy Routing for WSN’s
 
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
 
Rotman Lens Performance Analysis
Rotman Lens Performance AnalysisRotman Lens Performance Analysis
Rotman Lens Performance Analysis
 
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesBand Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
 
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
 
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
 

Recently uploaded

Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingThijs Feryn
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3DianaGray10
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backElena Simperl
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonDianaGray10
 
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptxUnpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptxDavid Michel
 
In-Depth Performance Testing Guide for IT Professionals
In-Depth Performance Testing Guide for IT ProfessionalsIn-Depth Performance Testing Guide for IT Professionals
In-Depth Performance Testing Guide for IT ProfessionalsExpeed Software
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualityInflectra
 
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlPeter Udo Diehl
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsPaul Groth
 
UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1DianaGray10
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)Ralf Eggert
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...Elena Simperl
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Tobias Schneck
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform EngineeringJemma Hussein Allen
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Thierry Lestable
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersSafe Software
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Ramesh Iyer
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Product School
 
UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2DianaGray10
 

Recently uploaded (20)

Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptxUnpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
 
In-Depth Performance Testing Guide for IT Professionals
In-Depth Performance Testing Guide for IT ProfessionalsIn-Depth Performance Testing Guide for IT Professionals
In-Depth Performance Testing Guide for IT Professionals
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2
 

Race Identification for Face Images

  • 1. ACEEE Int. J. on Information Technology, Vol. 01, No. 02, Sep 2011 Race Identification for Face Images Hlaing Htake Khaung Tin1 and Myint Myint Sein2 1 University of Computer Studies, Yangon, Myanmar hlainghtakekhaungtin@gmail.com 2 University of Computer Studies, Yangon, Myanmar myintucsy@gmail.com Abstract—Humans are able to process a face in a variety of system based on a boosted classifier. The same structure is ways to categorize it by its identity, along with a number of used for demographic information extraction, including gender other demographic characteristics, including race, gender , and race. Two categories of race are defined, Asian and non- and age. Experimental results are based on a face database Asian. Again, their system is focused on low resolution containing subjects. Race and gender also play an important (24824) images with face data weakly aligned. Their reported role in face-related applications. Experimental results are accuracy is about 80%. The other-race effect for face indicated that participants categorized the race of the face and this categorization drives the perceptual process. A face recognition has been established in numerous human memory image data set is collected from Internet, and divided into a studies and in meta-analyses of these studies [11],[12],[13]. training dataset and a test dataset. Experimental results based In fact, the other-race effect in humans can be measured in on a face database containing 250 subjects. The proposed infants as a decrease in their ability to detect differences in system can also be applied to other image-based classification individual other-race faces as early as three to nine months tasks. of age [13]. Index Terms— race identification, PCA, face recognition II. PRE-PROCESSING I. INTRODUCTION The first step of pre-processing is the face region extraction. Face region extraction means the input face image Race refers to classifications of humans into relatively is extracted from input image by using cropping tool. The large and distinct populations or groups often based on input color image is converted to gray image and stored in factors such as appearance based on heritable phenotypical database for processing. The input image may be current characteristics or geographic ancestry, but also often scanned image or realities input image. And then enhancing influenced by and correlated with traits such as culture, race state occurs. The proposed system allows the free size and and socio-economic status. As a biological term, race denotes format of color image. Enhancing state is included the noise genetically divergent human populations that can be marked filtering, gray scale converting, and histogram equalization. by common phenotypic traits. Humans are able to process a Histogram equalization is mapped the input image’s intensity face in a variety of ways to categorize it by its identity, along values so that the histogram of the resulting image will have with a number of other demographic characteristics, including an approximately uniform distribution. The histogram of a race, gender, and age. Over the past few decades, a lot of digital image with gray levels in the range [0, L-1] is a discrete effort has been devoted in the biological, psychological, and function. cognitive sciences areas, to discover how the human brain perceives, represents and remembers faces. Computational models have also been developed to gain some insight into this problem. The demographic features, such as race and gender, are involved in human face identity recognition. where L is the total number of gray levels , rk is the kth gray Humans are better at recognizing faces of their own race than level, nk is the number of pixels in the image with that gray faces of other races [3] [4]. Golby et al. Show that same-race level, n is the total number of pixels in the image, and k = 0, 1, faces elicit more activity in brain regions linked to face 2, . . . , L - 1. p(rk) is given an estimate of the probability of recognition [5]. They use functional magnetic resonance occurrence of gray level rk. By histogram equalization, the imaging (fMRI) to examine if the same-race advantage for local contrast of the object in the image is increased, especially face identification involves the fusiform face area (FFA), which when the usable data of the image is represented by close is known to be important for face recognition [6]. Compared contrast values. Through this adjustment, the intensity can to race identification, the gender classification has received be better distributed on the histogram. This allows for areas more attention [7] [8] [9]. Gutta et al [9] proposed a hybrid of lower local contrast to gain a higher contrast without classifier based on RBF networks and inductive decision trees affecting the global contrast. for classification of gender and race origin, using a 64*72 image resolution. They achieved an average accuracy rate of 92% for the ethnic classification part of the task. Experimental results for gender classification in Moghaddam and Yang [7] are based on 21*12 image resolution. Shakhnarovich et al [10] presented a real-time face detection and recognition 35 © 2011 ACEEE DOI: 01.IJIT.01.02. 214
  • 2. ACEEE Int. J. on Information Technology, Vol. 01, No. 02, Sep 2011 This new subspace is normally lower dimensional (M<< M << N2). New basis vectors are defined a subspace of face images called face space. All images of known faces are projected onto the face space to find sets of weights that described the contribution of each vector. By comparing a set of weights for the unknown face to sets of weights of known faces, the face can be identified. PCA basis vectors are defined as eigenvectors of the scatter matrix S defined as: where  is the mean of all images in the training set and xi is the ith face image represented as a vector i. The eigenvector associated with the largest eigenvalue is one that reflects the greatest variance in the image. That is, the smallest eigenvalue is associated with the eigenvector that finds the least variance. A facial image can be projected onto M  M  dimensions by computing The vectors are also images, so called, eigenimages, or eigenfaces.They can be viewed as images and indeed look like faces. Face space forms a cluster in image space and PCA gives suitable representation. B. Nearest Neighbor Classification One of the most popular non-parametric techniques is the Nearest Neighbor classification (NNC). NNC asymptotic or infinite sample size error is less than twice of the Bayes error [15]. NNC gives a trade-off between the distributions of the training data with a priori probability of the classes involved [14]. KNN (Kth nearest neighbor classifier) classifier is easy to compute and very efficient. KNN is very compatible and obtain less memory storage. So it has good discriminative power. Also, KNN is very robust to image distortions (e.g. rotation, illumination). Euclidian distance is determined whether the input face is near a known face. The problem of automatic face recognition is a composite task that involves detection and location of faces in a cluttered background, Figure 1. PCA on Myanmar and Non-Myanmar datasets. (a) “average” Myanmar face; (b) top 12 eigenfaces of Myanmar normalization, recognition and verification. dataset;(c) “average” Non-Myanmar face; (d) top 12 eigenfaces of Non-Myanmar dataset. IV. CONCLUSIONS III. FEATURE EXTRACTION This paper has addressed the race identification problem based on facial images. The Principal Component Analysis A. Subspace Face Recognition (PCA) based scheme has been developed for the two-class The Principal Component Analysis (PCA) can do (Myanmar vs. non-Myanmar) race classification task. An prediction, redundancy removal, feature extraction, data ensemble framework, which integrates the PCA for the input compression, etc. Because PCA is a classical technique which face images at multiple scales, is proposed to further improve can do something in the linear domain, applications having the classification performance of the race identification linear models are suitable. Let us consider the PCA procedure system. Experimental results based on a face database in a training set of M face images. Let a face image be containing 250 subjects are encouraging. The normalized represented as a two dimensional N by N array of intensity classification scores can be used as the confidence with values, or a vector of dimension N2. Then PCA tends to find which each image belongs to a race class. This confidence is a M-dimensional subspace whose basis vectors correspond helpful to the image-based face recognition, and cross-race to the maximum variance direction in the original image space. face recognition. Separating the race factor from the other 36 © 2011 ACEEE DOI: 01.IJIT.01.02. 214
  • 3. ACEEE Int. J. on Information Technology, Vol. 01, No. 02, Sep 2011 factors can help the recognition system to extract more ACKNOWLEDGMENT identity-sensitive features, thereby enhancing the The authors would like to thank Dr. Yunhong Wang for performance of the current face identity recognition systems. providing us the NLPR database. The proposed system can also be applied to other image- based classification tasks. Future experiments using racially REFERENCES ambiguous faces need to involve participants of other races. [1] P.Jonathon Phillips, Fang jiang, Abhijit Narvekar, Julianne V. EXPERIMENTAL RESULTS Ayyad, and Alice J.C’ Toole, “An Other-Race Effect for Face Recognition Algorithms”. A face image data set is collected from Internet, and [2] Serena Holguin, dawn E. McQuiston, Otto H. MacLin, and divided into a training dataset and a test dataset. Using face Roy S. Malpass, “Racial Classification of Racially Ambiguous detector and face alignment tool, these faces are automatically Faces”, Arpil 13, 2000. cropped and normalized in grey level and geometry as in [6], [3] R. Malpass and J. Kravitz, “ Recognition for faces of own and and each face is manually labeled with an age value estimated other rae”, pp.330-334,1969. by human subjectively. The dataset is separated into two [4] J. Brigham and P. Barkowitz, “Do’they all look alike?’ the effect of race, sex, experience and attitudes on the ability to recognize race groups, Myanmar and Non-Myanmar. The Non-Myanmar faces,” J. Appl. Soc. Phychol 8, pp, 306-318, 1978. database is composed of research papers. Most of the [5] A Golby, J. Gabrieli, J. Chiao and J.Eberhardt, “Differential Myanmar faces are of Kachin, Kayah, etc. origins. These responses in the fusiform region to same-race and other-race faces,” face images are contained variations in pose, illumination Nautre Neuroscience 4(8), pp. 845-850, 2001. and expression. Sample images from the databases are shown [6] A . Puce, T.Allison, J. Gore and G. McCarthy, “Face-sensitive in Fig. 3. regions in human extrastriate cortex studied by functional mri,” J. Neurophysicol. 74, pp. 1192-1199,1995. [7] B. Moghaddam and M. Yang, “Learning gender with support faces,” IEEE trans. Pattern Analysis and Machine Intelligence 24, pp. 707-711, May. 2002. [8] B.Glolomb, D. Lawrence, and T.Sejnowski, “Sexnet: A neural network identifies sex from human faces,” in Advances in Neural Information Processing Systems (NIPS), 3, pp. 572-577, 1990. [9] S.Gutta, J. Huang, P. Phillips, and H. Wechsler, “Mixture of experts for classification of gender, ethnic origin, and pose of human faces”, IEEE Trans. Neural Networks 11, pp. 948-960, Jul.2000. [10] G.Shakhnarovich, P.a.viola, and B. Moghaddam, “A unified learning framework for real time face detection and classification,” in Proc. IEEE International Conference on Automatic Face and Gesture Recognition, 2002. [11] R.K. Bothwell, J. C. Brigham , and R.S. Malpass, “Cross- racial identification,” Personality & Social Psychology Bulletin, Vol. 15,pp. 19-25, 1989. [12] C.A. Meissner and J. C .Brigham, “Thirty years of investigating the own-race bias in memory for faces: A meta-analytic review,” Psychology, Public Policy, and Law, vol.7, pp. 3-35, 2001. [13] D.J.Kelly, P.C. Quinn, A. M. Slater, K.Lee, L.. Ge and O.P ascalis, “The other-race effect develops during infancy: Evidence of perceptual narrowing,” Psychological Science, vol. 18, pp. 1084- Figure 3. Representative faces in the database . (a) Myanmar; (b) 1089,2007. Non-Mya nma r. [14] M . J . Er , W . Chen , S . Wu “ High Speed Face Recognition based on discrete cosine transform and RBF neural network” IEEE Trans on Neural Network Vol . 16 (2007), No . 3 , PP . 679,691. [15] Kwon, Y.H. and da Vitoria Lobo, N.1993. “Locating Facial Features for Age Classification”, In Proceedings of SPIE-the International Society for Optical Engineering Conference. 62-72. [16] Hayashi, J., Yasumoto, M., Ito, H., Niwa, Y.and Koshimizu, H.2002. Age and Gender Estimation from Facial Image Processing. In Proceedings of the 41 st SICE Annual Conference. 13-18 [17] Lanitis, A. 2002. On the Significance of Different Facial Parts for Automatic Age Estimation. In Proceedings of the 14 the International Conference on Digital Signal Processing. 1027-1030 Figure 4. Performance comparison 37 © 2011 ACEEE DOI: 01.IJIT.01.02. 214