SlideShare a Scribd company logo
1 of 4
Download to read offline
Murali Krishna kanala Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 6, ( Part - 5) June 2015, pp.46-49
www.ijera.com 46 | P a g e
Efficient Facial Expression and Face Recognition using Ranking
Method
Murali Krishna kanala1
, CH.D. Umasankar2
PG Student, Dept ECE, Acharya Nagarjuna University, Guntur, India1
.
Assistant Professor, Dept ECE, Acharya Nagarjuna University, Guntur, India2
.
ABSTRACT
Expression detection is useful as a non-invasive method of lie detection and behaviour prediction. However,
these facial expressions may be difficult to detect to the untrained eye. In this paper we implements facial
expression recognition techniques using Ranking Method. The human face plays an important role in our social
interaction, conveying people's identity. Using human face as a key to security, the biometrics face recognition
technology has received significant attention in the past several years. Experiments are performed using
standard database like surprise, sad and happiness. The universally accepted three principal emotions to be
recognized are: surprise, sad and happiness along with neutral.
I. INTRODUCTION
Expression is the most important mode of non-
verbal communication between people. Recently, the
facial expression recognition technology attracts
more and more attention with people’s growing
interesting in expression information. Facial
expression carries crucial information about the
mental, emotional and even physical states of the
conversation. Facial expression recognition has
practical significance; it has very broad application
prospects, such as user-friendly interface between
man and machine, humanistic design of goods, and
emotional robot etc. With facial expression
recognition systems, the computer will be able to
assess the human expressions depending on their
effective state in the same way that human’s senses
do [3]. T he intelligent computers will be able to
understand, interpret and respond to human
intentions, emotions and moods [3].
The facial expression recognition system
applied in different areas of life such as security and
surveillance, they can predict the offender or
criminal’s behavior by analyzing the images of their
faces that are captured by the control-camcorder.
Furthermore, the facial expression recognition
system has been used in communication to make the
answer machine more interactive with people.
The answer machine has become more
intelligent by analyzing the client’s voice and
dealing with the responses according to their
emotions. Moreover, it is powerful in signed
language recognition system that deals with the deaf
and dumb people. The facial expression recognition
system has a considerable impact on the game and
entertainment field besides its use to increase the
efficiency of robots for specific military tasks,
medical robots, and manufacturing servicing [7].
Generally, the intelligent computer with facial
expression recognition system has been used to
improve our daily lives.
Bartlett explores and compares techniques for
automatically recognizing facial actions in
sequences of images. These techniques include
analysis of facial motion through estimation of
optical flow; holistic spatial analysis, such as
independent component analysis, local feature
analysis, and linear discriminant analysis; and
methods based on the outputs of local filters, such as
Gabor wavelet representations and local principal
components [1].
Lien describes a system that recognizes various
action units based on dense flow, feature point
tracking and edge extraction. The system includes
three modules to extract feature information: dense-
flow extraction using a wavelet motion model, facial
feature tracking, and edge and line extraction [5].
The system that used color information,
Rajapaskse et al., (2004) proposes the use of non-
negative matrix normalization (NMF) with color
cannel encoding [4]. This process is performed by
representing the (RGB) color channel as a three
indexed data vector separately: red, green and blue
channel for each image. Then the color using non-
negative matrix (NMF), a decoding method, is
applied. This technique makes better use of the color
image because of the excessive iterative matrix and
the decoding operation that involves inverting the
matrix; the inherent processing cost was so big [4].
The work presented here provides a novel solution to
RESEARCH ARTICLE OPEN ACCESS
Murali Krishna kanala Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 6, ( Part - 5) June 2015, pp.46-49
www.ijera.com 47 | P a g e
the facial expression recognition problem, describing
a facial recognition system that can be used in
application of Human computer interface. There are
three main components to this system: a Feature
Extraction, Principal Component Analysis and
Euclidean Distance Classifier. To classify the
images final facial expression recognition system
uses Euclidean Distance Classifier.The system
developed is able to find and recognize the facial
expressions of database. It recognizes expression of
the seven basic emotions, namely happy, disgust,
neutral, anger, sad, surprise and fear.
II. PROPOSED FACIAL EXPRESSION
RECOGNITION SYSTEM
This section describes facial expression
recognition system architecture. Our system is
composed by four modules: Pre-processing,
Principal Component analysis and expression
classification using Ranking method. Pre-processing
is the next stage after entering the data into the facial
expression recognition system. The important data
that is needed for most facial expression recognition
methods is face position.
As the pattern often contains redundant
information, mapping it to a feature vector can get
rid of this redundancy and yet preserve most of the
intrinsic information content of the pattern. These
extracted features have great role in distinguishing
input patterns. Ranking method give the preference
of the database to decide the expression.
Face recognition technology utilizes the
Ranking method that provides high speed and high
accuracy for facial detection and facial features
extraction. The main logic for facial recognition
within ranking method which searches and selects
face area candidates after the generation of potential
eye pairs. Ranking method is based on a neural
network and is not easily fooled by attempts to
conceal identity via the usage of caps, hats,
sunglasses, etc.
As compared with other biometrics systems
using fingerprint/palm print and iris, face
recognition has distinct advantages because of its
non-contact process. Face images can be captured
from a distance without touching the person being
identified, and the identification does not require
interacting with the person. In addition, face
recognition serves the crime deterrent purpose
because face images that have been recorded and
archived can later help identify a person.
Facial Expression Classification
The proposed approach to the facial expression
recognition involves following steps.
1) The train images are utilized to create a low
dimensional face space. This is done by
performing Principal Component Analysis
in the training image set and taking the
principal components with greater Eigen. In
this process, projected versions of all the
train images are also created.
2) The test images also projected on face
space, all the test images are represented in
terms of the selected principal components.
3) In order to determine the intensity of the
particular expression its Euclidean distance
from the mean of the projected neutral
images is calculated.
4) The Euclidian distance of a projected test
image from all the projected train images are
calculated and the minimum value is chosen
in order to find out the train image which is
most similar to the test image.
5) The test image is assumed to fall in the
same class that the closest train image
belongs to.
EXPERIMENTAL RESULTS AND DISCUSSION
The main useful statistical measurements that were
utilized to evaluate the emotion recognition system
are: Recognition Rate, Precision and Accuracy.
These measures are useful in that they help judge
the performance of the emotion recognition system.
The recall rate measures and studies the relation
between the correct classification rates of specific
emotions and the wrong classification of this
specific emotion whereas precision measures the
relation between the correct classification rate of
specific emotions and the wrong classification of
other emotions that are classified as special
emotions. Finally, the accurate rate measures the
relation between the correct classification rate of
specific and other emotions and the total number of
testing images, i.e. the following convert of these
relations into a symbolic equation.
To reduce the impact of adverse local changes
(e.g., varying facial expression caused by smiling
and blinking eyes, and intentional changes caused by
the wearing of caps, hats and glasses), Ranking
Method face recognition technology utilizes the
algorithm, which reduces the impact of such local
changes during the matching process. The
Murali Krishna kanala Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 6, ( Part - 5) June 2015, pp.46-49
www.ijera.com 48 | P a g e
minimization of the local changes guarantees the
overall face recognition accuracy.
Where true positive for specific data set of
emotions is the correct classification rate of
emotion; while, false positive of emotion is the
wrong classification rate of other data set of
emotions that are classified as type whereas false
negative is the wrong classification of emotion.
Finally, true negative of emotion is the correct
classification for images whose label is not.
Additionally, it is noticed that the summation of
true positive, false positive, false negative and true
negative is the total number of the testing images.
Fig.1 Expression is surprise
The training set is consisted of 70 images (the set
contains 10 persons and each person contains 7
images). On the other hand, the test set contains 70
images that are consisted of random choosing 10
images from every expression. The experiment is
iterated 10 times. So, we can get the recognition rate
of every expression and average recognition rate of
all test samples. The average recognition rate of 70
test samples reveals the comparison of the
recognition rate for every expression with Ranking
methods about training set of 70 images and test set
of 70 images. The recognition rate of the neutral, sad
and anger with Algorithm is higher than other
expressions for 70 test images.
Fig.2 Expression is sad
Face recognition technology utilizes the Ranking
method that provides high speed and high accuracy
for facial detection and facial features extraction.
The main logic for facial recognition within ranking
method which searches and selects face area
candidates after the generation of potential eye pairs.
Ranking method is based on a neural network and is
not easily fooled by attempts to conceal identity via
the usage of caps, hats, sunglasses, etc.
Fig.3 Expression is happiness
Face recognition is also resulting in other dares, like
expression recognition or body motion recognition.
Overall, face recognition techniques and the
emerging methods can see use in other areas.
Therefore, it isn’t just a unresolved problem but also
the source of new applications and challenges.
III. CONCLUSION
We have implemented a facial expression
recognition system using Ranking method. This
approach has been studied using image database.
The experiment results demonstrate that the
accuracy of the images using Ranking method
analysis is 91.63%.
Murali Krishna kanala Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 6, ( Part - 5) June 2015, pp.46-49
www.ijera.com 49 | P a g e
REFERENCES
[1] Bartlett, M. S., Donato, G., Ekman, P.,
Hager, J. C., Sejnowski, T.J.,
1999,"Classifying Facial Actions", IEEE
Trans. Pattern Analysis and Machine
Intelligence, Vol. 21, No. 10, pp. 974-989.
[2] Yang, J., Zhang, D., 2004, “Two-
dimensional pca: a new approach to
appearance-based face representation and
recognition”, IEEE Trans. Pattern Anal.
Mach. Intel l.Vol.26, No. 1, pp. 131–137.
[3] Yi, J., R. Qiuqi et al. (2008),“Gabor-based
Orthog onal Locality Sensitive Discriminant
Analysis for face recognition’’, Signal
Processing, 2008. ICSP 2008. 9th
International Conference on.
[4] Menaka Rajapakse, Jeffrey Tan, Jagath
Rajapakse,“C olor Channel Encoding With
NMF for Face Recognition”, International
Conference on Image Processing;
Proceedings; ICIP, pp 2007-2010 (October
2004).
[5] Cohn, J.F., Kanade, T., Lien, J.J.,
1998,"Automated Facial Expression
Recognition Based on FACS Action Units",
Proc. Third EEE Int. Conf. Automatic Face
and Gesture Recognition, pp. 390-395.
[6] M. Turk, A. and Pentland, "Eigen faces for
face recognition ", Journal cognitive
neuroscience, Vol. 3, No.1, 1991.
[7] Ching-Chih, T., C. You-Zhu et al.
(2009),"Interactive emotion recognition
using Support Vector Machine for human-
robot interaction. Systems”, Man and
Cybernetics, 2009. S MC 2009. IEEE
International Conference on.M. Turk, A. and
Pentland, "Eigen faces for face recognition
", Journal cognitive neuroscience, Vol. 3,
No.1, 1991.
[8] Pantic, M. and Rothkrantz, L., 2000,
“Automatic an alysis of facial expressions:
The state of the art”, IEEE T ransactions on
Pattern Analysis and Machine Intelligence,
Vol. 22, No. 12, pp.1424–1445.
[9] Jain, A.K., Duin R.P.W., Mao J.,
2000,"Statistical Pattern Recognition: A
Review", IEEE Trans. Pattern Analysis and
Machine Intelligence, Vol. 22, No. 1, pp. 4-
37.
[10] Pantic, M. and Rothkrantz, L., 2000,
“Automatic ana lysis of facial expressions:
The state of the art”, IEEE T ransactions on
Pattern Analysis and Machine Intelligence,
Vol. 22, No. 12, pp.1424–1445.

More Related Content

What's hot

SPONTANEOUS SMILE DETECTION WITH APPLICATION OF LANDMARK POINTS SUPPORTED BY ...
SPONTANEOUS SMILE DETECTION WITH APPLICATION OF LANDMARK POINTS SUPPORTED BY ...SPONTANEOUS SMILE DETECTION WITH APPLICATION OF LANDMARK POINTS SUPPORTED BY ...
SPONTANEOUS SMILE DETECTION WITH APPLICATION OF LANDMARK POINTS SUPPORTED BY ...csandit
 
An interactive image segmentation using multiple user input’s
An interactive image segmentation using multiple user input’sAn interactive image segmentation using multiple user input’s
An interactive image segmentation using multiple user input’seSAT Publishing House
 
Local Descriptor based Face Recognition System
Local Descriptor based Face Recognition SystemLocal Descriptor based Face Recognition System
Local Descriptor based Face Recognition SystemIRJET Journal
 
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...inventionjournals
 
Automatic Emotion Recognition Using Facial Expression: A Review
Automatic Emotion Recognition Using Facial Expression: A ReviewAutomatic Emotion Recognition Using Facial Expression: A Review
Automatic Emotion Recognition Using Facial Expression: A ReviewIRJET Journal
 
Facial Expression Recognition
Facial Expression Recognition Facial Expression Recognition
Facial Expression Recognition Rupinder Saini
 
Emotion Recognition from Facial Expression Based on Fiducial Points Detection...
Emotion Recognition from Facial Expression Based on Fiducial Points Detection...Emotion Recognition from Facial Expression Based on Fiducial Points Detection...
Emotion Recognition from Facial Expression Based on Fiducial Points Detection...IJECEIAES
 
IRJET- An Overview on Automated Emotion Recognition System
IRJET-  	  An Overview on Automated Emotion Recognition SystemIRJET-  	  An Overview on Automated Emotion Recognition System
IRJET- An Overview on Automated Emotion Recognition SystemIRJET 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
 
An Approach to Face Recognition Using Feed Forward Neural Network
An Approach to Face Recognition Using Feed Forward Neural NetworkAn Approach to Face Recognition Using Feed Forward Neural Network
An Approach to Face Recognition Using Feed Forward Neural NetworkEditor IJCATR
 
A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...IJMER
 
Facial expression recognition using pca and gabor with jaffe database 11748
Facial expression recognition using pca and gabor with jaffe database 11748Facial expression recognition using pca and gabor with jaffe database 11748
Facial expression recognition using pca and gabor with jaffe database 11748EditorIJAERD
 
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...CSCJournals
 
Deep Neural NEtwork
Deep Neural NEtworkDeep Neural NEtwork
Deep Neural NEtworkVai Jayanthi
 
Predicting Emotions through Facial Expressions
Predicting Emotions through Facial Expressions  Predicting Emotions through Facial Expressions
Predicting Emotions through Facial Expressions twinkle singh
 

What's hot (19)

SPONTANEOUS SMILE DETECTION WITH APPLICATION OF LANDMARK POINTS SUPPORTED BY ...
SPONTANEOUS SMILE DETECTION WITH APPLICATION OF LANDMARK POINTS SUPPORTED BY ...SPONTANEOUS SMILE DETECTION WITH APPLICATION OF LANDMARK POINTS SUPPORTED BY ...
SPONTANEOUS SMILE DETECTION WITH APPLICATION OF LANDMARK POINTS SUPPORTED BY ...
 
An interactive image segmentation using multiple user input’s
An interactive image segmentation using multiple user input’sAn interactive image segmentation using multiple user input’s
An interactive image segmentation using multiple user input’s
 
An optimal face recoginition tool
An optimal face recoginition toolAn optimal face recoginition tool
An optimal face recoginition tool
 
Local Descriptor based Face Recognition System
Local Descriptor based Face Recognition SystemLocal Descriptor based Face Recognition System
Local Descriptor based Face Recognition System
 
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...
 
Automatic Emotion Recognition Using Facial Expression: A Review
Automatic Emotion Recognition Using Facial Expression: A ReviewAutomatic Emotion Recognition Using Facial Expression: A Review
Automatic Emotion Recognition Using Facial Expression: A Review
 
Facial Expression Recognition
Facial Expression Recognition Facial Expression Recognition
Facial Expression Recognition
 
Emotion Recognition from Facial Expression Based on Fiducial Points Detection...
Emotion Recognition from Facial Expression Based on Fiducial Points Detection...Emotion Recognition from Facial Expression Based on Fiducial Points Detection...
Emotion Recognition from Facial Expression Based on Fiducial Points Detection...
 
IRJET- An Overview on Automated Emotion Recognition System
IRJET-  	  An Overview on Automated Emotion Recognition SystemIRJET-  	  An Overview on Automated Emotion Recognition System
IRJET- An Overview on Automated Emotion Recognition System
 
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
 
2018 09
2018 092018 09
2018 09
 
An Approach to Face Recognition Using Feed Forward Neural Network
An Approach to Face Recognition Using Feed Forward Neural NetworkAn Approach to Face Recognition Using Feed Forward Neural Network
An Approach to Face Recognition Using Feed Forward Neural Network
 
A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...
 
Facial expression recognition using pca and gabor with jaffe database 11748
Facial expression recognition using pca and gabor with jaffe database 11748Facial expression recognition using pca and gabor with jaffe database 11748
Facial expression recognition using pca and gabor with jaffe database 11748
 
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
 
J01116164
J01116164J01116164
J01116164
 
Deep Neural NEtwork
Deep Neural NEtworkDeep Neural NEtwork
Deep Neural NEtwork
 
Predicting Emotions through Facial Expressions
Predicting Emotions through Facial Expressions  Predicting Emotions through Facial Expressions
Predicting Emotions through Facial Expressions
 
184-144342105039-43
184-144342105039-43184-144342105039-43
184-144342105039-43
 

Viewers also liked

Comparision Of Various Lossless Image Compression Techniques
Comparision Of Various Lossless Image Compression TechniquesComparision Of Various Lossless Image Compression Techniques
Comparision Of Various Lossless Image Compression TechniquesIJERA Editor
 
Modelling of runoff response in a semi-arid coastal watershed using SWAT
Modelling of runoff response in a semi-arid coastal watershed using SWATModelling of runoff response in a semi-arid coastal watershed using SWAT
Modelling of runoff response in a semi-arid coastal watershed using SWATIJERA Editor
 
Tertiary Treated Waste water as a Promising Alternative for Potable Water for...
Tertiary Treated Waste water as a Promising Alternative for Potable Water for...Tertiary Treated Waste water as a Promising Alternative for Potable Water for...
Tertiary Treated Waste water as a Promising Alternative for Potable Water for...IJERA Editor
 
Comparision of Clustering Algorithms usingNeural Network Classifier for Satel...
Comparision of Clustering Algorithms usingNeural Network Classifier for Satel...Comparision of Clustering Algorithms usingNeural Network Classifier for Satel...
Comparision of Clustering Algorithms usingNeural Network Classifier for Satel...IJERA Editor
 
Visible Light Induced Selective Photocatalytic Oxidation of Benzyl Amine to N...
Visible Light Induced Selective Photocatalytic Oxidation of Benzyl Amine to N...Visible Light Induced Selective Photocatalytic Oxidation of Benzyl Amine to N...
Visible Light Induced Selective Photocatalytic Oxidation of Benzyl Amine to N...IJERA Editor
 
Conventional Design Calculation &3D Modeling of Metal Forming Heavy duty Hydr...
Conventional Design Calculation &3D Modeling of Metal Forming Heavy duty Hydr...Conventional Design Calculation &3D Modeling of Metal Forming Heavy duty Hydr...
Conventional Design Calculation &3D Modeling of Metal Forming Heavy duty Hydr...IJERA Editor
 
Removal of Lignin from aqueous solution using Fe3O4 Nanoparticles as an effec...
Removal of Lignin from aqueous solution using Fe3O4 Nanoparticles as an effec...Removal of Lignin from aqueous solution using Fe3O4 Nanoparticles as an effec...
Removal of Lignin from aqueous solution using Fe3O4 Nanoparticles as an effec...IJERA Editor
 
Experimental Study and Optimisation of Mrr In CNC Plasma ARC Cutting
Experimental Study and Optimisation of Mrr In CNC Plasma ARC CuttingExperimental Study and Optimisation of Mrr In CNC Plasma ARC Cutting
Experimental Study and Optimisation of Mrr In CNC Plasma ARC CuttingIJERA Editor
 
Performance Analysis For Reaction Turbine – A Case Study
Performance Analysis For Reaction Turbine – A Case StudyPerformance Analysis For Reaction Turbine – A Case Study
Performance Analysis For Reaction Turbine – A Case StudyIJERA Editor
 
A review on: The influence of soil conditions on the seismic forces in RC bui...
A review on: The influence of soil conditions on the seismic forces in RC bui...A review on: The influence of soil conditions on the seismic forces in RC bui...
A review on: The influence of soil conditions on the seismic forces in RC bui...IJERA Editor
 
Impacts of Flooding on Road Transport Infrastructure In Enugu Metropolitan Ci...
Impacts of Flooding on Road Transport Infrastructure In Enugu Metropolitan Ci...Impacts of Flooding on Road Transport Infrastructure In Enugu Metropolitan Ci...
Impacts of Flooding on Road Transport Infrastructure In Enugu Metropolitan Ci...IJERA Editor
 
Conjugate Heat transfer Analysis of helical fins with airfoil cross-section a...
Conjugate Heat transfer Analysis of helical fins with airfoil cross-section a...Conjugate Heat transfer Analysis of helical fins with airfoil cross-section a...
Conjugate Heat transfer Analysis of helical fins with airfoil cross-section a...IJERA Editor
 
Importance of Building Code
Importance of Building CodeImportance of Building Code
Importance of Building CodeIJERA Editor
 
Rg luxury homes, a source of delightful lifestyle
Rg luxury homes, a source of delightful lifestyleRg luxury homes, a source of delightful lifestyle
Rg luxury homes, a source of delightful lifestyleGhanshyam Kumar
 

Viewers also liked (20)

Comparision Of Various Lossless Image Compression Techniques
Comparision Of Various Lossless Image Compression TechniquesComparision Of Various Lossless Image Compression Techniques
Comparision Of Various Lossless Image Compression Techniques
 
Hadits tentang keimanan kepada allah
Hadits tentang keimanan kepada allahHadits tentang keimanan kepada allah
Hadits tentang keimanan kepada allah
 
Modelling of runoff response in a semi-arid coastal watershed using SWAT
Modelling of runoff response in a semi-arid coastal watershed using SWATModelling of runoff response in a semi-arid coastal watershed using SWAT
Modelling of runoff response in a semi-arid coastal watershed using SWAT
 
Tertiary Treated Waste water as a Promising Alternative for Potable Water for...
Tertiary Treated Waste water as a Promising Alternative for Potable Water for...Tertiary Treated Waste water as a Promising Alternative for Potable Water for...
Tertiary Treated Waste water as a Promising Alternative for Potable Water for...
 
Comparision of Clustering Algorithms usingNeural Network Classifier for Satel...
Comparision of Clustering Algorithms usingNeural Network Classifier for Satel...Comparision of Clustering Algorithms usingNeural Network Classifier for Satel...
Comparision of Clustering Algorithms usingNeural Network Classifier for Satel...
 
Hadits tentang budi pekerti
Hadits tentang budi pekertiHadits tentang budi pekerti
Hadits tentang budi pekerti
 
Visible Light Induced Selective Photocatalytic Oxidation of Benzyl Amine to N...
Visible Light Induced Selective Photocatalytic Oxidation of Benzyl Amine to N...Visible Light Induced Selective Photocatalytic Oxidation of Benzyl Amine to N...
Visible Light Induced Selective Photocatalytic Oxidation of Benzyl Amine to N...
 
Conventional Design Calculation &3D Modeling of Metal Forming Heavy duty Hydr...
Conventional Design Calculation &3D Modeling of Metal Forming Heavy duty Hydr...Conventional Design Calculation &3D Modeling of Metal Forming Heavy duty Hydr...
Conventional Design Calculation &3D Modeling of Metal Forming Heavy duty Hydr...
 
Steal lady mailru
Steal lady mailruSteal lady mailru
Steal lady mailru
 
Removal of Lignin from aqueous solution using Fe3O4 Nanoparticles as an effec...
Removal of Lignin from aqueous solution using Fe3O4 Nanoparticles as an effec...Removal of Lignin from aqueous solution using Fe3O4 Nanoparticles as an effec...
Removal of Lignin from aqueous solution using Fe3O4 Nanoparticles as an effec...
 
Experimental Study and Optimisation of Mrr In CNC Plasma ARC Cutting
Experimental Study and Optimisation of Mrr In CNC Plasma ARC CuttingExperimental Study and Optimisation of Mrr In CNC Plasma ARC Cutting
Experimental Study and Optimisation of Mrr In CNC Plasma ARC Cutting
 
Performance Analysis For Reaction Turbine – A Case Study
Performance Analysis For Reaction Turbine – A Case StudyPerformance Analysis For Reaction Turbine – A Case Study
Performance Analysis For Reaction Turbine – A Case Study
 
Hadits pilihan
Hadits pilihanHadits pilihan
Hadits pilihan
 
A review on: The influence of soil conditions on the seismic forces in RC bui...
A review on: The influence of soil conditions on the seismic forces in RC bui...A review on: The influence of soil conditions on the seismic forces in RC bui...
A review on: The influence of soil conditions on the seismic forces in RC bui...
 
Impacts of Flooding on Road Transport Infrastructure In Enugu Metropolitan Ci...
Impacts of Flooding on Road Transport Infrastructure In Enugu Metropolitan Ci...Impacts of Flooding on Road Transport Infrastructure In Enugu Metropolitan Ci...
Impacts of Flooding on Road Transport Infrastructure In Enugu Metropolitan Ci...
 
Conjugate Heat transfer Analysis of helical fins with airfoil cross-section a...
Conjugate Heat transfer Analysis of helical fins with airfoil cross-section a...Conjugate Heat transfer Analysis of helical fins with airfoil cross-section a...
Conjugate Heat transfer Analysis of helical fins with airfoil cross-section a...
 
Importance of Building Code
Importance of Building CodeImportance of Building Code
Importance of Building Code
 
Form data-orang-tua
Form data-orang-tuaForm data-orang-tua
Form data-orang-tua
 
Rg luxury homes, a source of delightful lifestyle
Rg luxury homes, a source of delightful lifestyleRg luxury homes, a source of delightful lifestyle
Rg luxury homes, a source of delightful lifestyle
 
Contoh undangan nikah
Contoh undangan nikahContoh undangan nikah
Contoh undangan nikah
 

Similar to Efficient Facial Expression and Face Recognition using Ranking Method

IRJET- Prediction of Human Facial Expression using Deep Learning
IRJET- Prediction of Human Facial Expression using Deep LearningIRJET- Prediction of Human Facial Expression using Deep Learning
IRJET- Prediction of Human Facial Expression using Deep LearningIRJET Journal
 
EMOTION RECOGNITION SYSTEMS: A REVIEW
EMOTION RECOGNITION SYSTEMS: A REVIEWEMOTION RECOGNITION SYSTEMS: A REVIEW
EMOTION RECOGNITION SYSTEMS: A REVIEWIRJET Journal
 
Two Level Decision for Recognition of Human Facial Expressions using Neural N...
Two Level Decision for Recognition of Human Facial Expressions using Neural N...Two Level Decision for Recognition of Human Facial Expressions using Neural N...
Two Level Decision for Recognition of Human Facial Expressions using Neural N...IIRindia
 
IRJET- Intelligent Emotion Detection System using Facial Images
IRJET- Intelligent Emotion Detection System using Facial ImagesIRJET- Intelligent Emotion Detection System using Facial Images
IRJET- Intelligent Emotion Detection System using Facial ImagesIRJET Journal
 
IRJET- An Innovative Approach for Interviewer to Judge State of Mind of an In...
IRJET- An Innovative Approach for Interviewer to Judge State of Mind of an In...IRJET- An Innovative Approach for Interviewer to Judge State of Mind of an In...
IRJET- An Innovative Approach for Interviewer to Judge State of Mind of an In...IRJET Journal
 
Emotion Recognition using Image Processing
Emotion Recognition using Image ProcessingEmotion Recognition using Image Processing
Emotion Recognition using Image Processingijtsrd
 
Facial Emoji Recognition
Facial Emoji RecognitionFacial Emoji Recognition
Facial Emoji Recognitionijtsrd
 
Review of face detection systems based artificial neural networks algorithms
Review of face detection systems based artificial neural networks algorithmsReview of face detection systems based artificial neural networks algorithms
Review of face detection systems based artificial neural networks algorithmsijma
 
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMS
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMSREVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMS
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMSijma
 
An optimal face recoginition tool
An optimal face recoginition toolAn optimal face recoginition tool
An optimal face recoginition tooleSAT Journals
 
Facial Expression Identification System
Facial Expression Identification SystemFacial Expression Identification System
Facial Expression Identification SystemIRJET Journal
 
Human emotion detection and classification using modified Viola-Jones and con...
Human emotion detection and classification using modified Viola-Jones and con...Human emotion detection and classification using modified Viola-Jones and con...
Human emotion detection and classification using modified Viola-Jones and con...IAESIJAI
 
IRJET - Survey on Different Approaches of Depression Analysis
IRJET - Survey on Different Approaches of Depression AnalysisIRJET - Survey on Different Approaches of Depression Analysis
IRJET - Survey on Different Approaches of Depression AnalysisIRJET Journal
 
IRJET- An Effective System to Detect Face Drowsiness Status using Local F...
IRJET-  	  An Effective System to Detect Face Drowsiness Status using Local F...IRJET-  	  An Effective System to Detect Face Drowsiness Status using Local F...
IRJET- An Effective System to Detect Face Drowsiness Status using Local F...IRJET Journal
 
IRJET- Review on Mood Detection using Image Processing and Chatbot using Arti...
IRJET- Review on Mood Detection using Image Processing and Chatbot using Arti...IRJET- Review on Mood Detection using Image Processing and Chatbot using Arti...
IRJET- Review on Mood Detection using Image Processing and Chatbot using Arti...IRJET Journal
 
Review of facial expression recognition system and used datasets
Review of facial expression recognition system and used datasetsReview of facial expression recognition system and used datasets
Review of facial expression recognition system and used datasetseSAT Journals
 
Review of facial expression recognition system and
Review of facial expression recognition system andReview of facial expression recognition system and
Review of facial expression recognition system andeSAT Publishing House
 
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
 

Similar to Efficient Facial Expression and Face Recognition using Ranking Method (20)

IRJET- Prediction of Human Facial Expression using Deep Learning
IRJET- Prediction of Human Facial Expression using Deep LearningIRJET- Prediction of Human Facial Expression using Deep Learning
IRJET- Prediction of Human Facial Expression using Deep Learning
 
EMOTION RECOGNITION SYSTEMS: A REVIEW
EMOTION RECOGNITION SYSTEMS: A REVIEWEMOTION RECOGNITION SYSTEMS: A REVIEW
EMOTION RECOGNITION SYSTEMS: A REVIEW
 
Two Level Decision for Recognition of Human Facial Expressions using Neural N...
Two Level Decision for Recognition of Human Facial Expressions using Neural N...Two Level Decision for Recognition of Human Facial Expressions using Neural N...
Two Level Decision for Recognition of Human Facial Expressions using Neural N...
 
IRJET- Intelligent Emotion Detection System using Facial Images
IRJET- Intelligent Emotion Detection System using Facial ImagesIRJET- Intelligent Emotion Detection System using Facial Images
IRJET- Intelligent Emotion Detection System using Facial Images
 
IRJET- An Innovative Approach for Interviewer to Judge State of Mind of an In...
IRJET- An Innovative Approach for Interviewer to Judge State of Mind of an In...IRJET- An Innovative Approach for Interviewer to Judge State of Mind of an In...
IRJET- An Innovative Approach for Interviewer to Judge State of Mind of an In...
 
Emotion Recognition using Image Processing
Emotion Recognition using Image ProcessingEmotion Recognition using Image Processing
Emotion Recognition using Image Processing
 
184
184184
184
 
Facial Emoji Recognition
Facial Emoji RecognitionFacial Emoji Recognition
Facial Emoji Recognition
 
Review of face detection systems based artificial neural networks algorithms
Review of face detection systems based artificial neural networks algorithmsReview of face detection systems based artificial neural networks algorithms
Review of face detection systems based artificial neural networks algorithms
 
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMS
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMSREVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMS
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMS
 
An optimal face recoginition tool
An optimal face recoginition toolAn optimal face recoginition tool
An optimal face recoginition tool
 
Facial Expression Identification System
Facial Expression Identification SystemFacial Expression Identification System
Facial Expression Identification System
 
Lc3420022006
Lc3420022006Lc3420022006
Lc3420022006
 
Human emotion detection and classification using modified Viola-Jones and con...
Human emotion detection and classification using modified Viola-Jones and con...Human emotion detection and classification using modified Viola-Jones and con...
Human emotion detection and classification using modified Viola-Jones and con...
 
IRJET - Survey on Different Approaches of Depression Analysis
IRJET - Survey on Different Approaches of Depression AnalysisIRJET - Survey on Different Approaches of Depression Analysis
IRJET - Survey on Different Approaches of Depression Analysis
 
IRJET- An Effective System to Detect Face Drowsiness Status using Local F...
IRJET-  	  An Effective System to Detect Face Drowsiness Status using Local F...IRJET-  	  An Effective System to Detect Face Drowsiness Status using Local F...
IRJET- An Effective System to Detect Face Drowsiness Status using Local F...
 
IRJET- Review on Mood Detection using Image Processing and Chatbot using Arti...
IRJET- Review on Mood Detection using Image Processing and Chatbot using Arti...IRJET- Review on Mood Detection using Image Processing and Chatbot using Arti...
IRJET- Review on Mood Detection using Image Processing and Chatbot using Arti...
 
Review of facial expression recognition system and used datasets
Review of facial expression recognition system and used datasetsReview of facial expression recognition system and used datasets
Review of facial expression recognition system and used datasets
 
Review of facial expression recognition system and
Review of facial expression recognition system andReview of facial expression recognition system and
Review of facial expression recognition system and
 
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
 

Recently uploaded

247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 

Recently uploaded (20)

247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 

Efficient Facial Expression and Face Recognition using Ranking Method

  • 1. Murali Krishna kanala Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 6, ( Part - 5) June 2015, pp.46-49 www.ijera.com 46 | P a g e Efficient Facial Expression and Face Recognition using Ranking Method Murali Krishna kanala1 , CH.D. Umasankar2 PG Student, Dept ECE, Acharya Nagarjuna University, Guntur, India1 . Assistant Professor, Dept ECE, Acharya Nagarjuna University, Guntur, India2 . ABSTRACT Expression detection is useful as a non-invasive method of lie detection and behaviour prediction. However, these facial expressions may be difficult to detect to the untrained eye. In this paper we implements facial expression recognition techniques using Ranking Method. The human face plays an important role in our social interaction, conveying people's identity. Using human face as a key to security, the biometrics face recognition technology has received significant attention in the past several years. Experiments are performed using standard database like surprise, sad and happiness. The universally accepted three principal emotions to be recognized are: surprise, sad and happiness along with neutral. I. INTRODUCTION Expression is the most important mode of non- verbal communication between people. Recently, the facial expression recognition technology attracts more and more attention with people’s growing interesting in expression information. Facial expression carries crucial information about the mental, emotional and even physical states of the conversation. Facial expression recognition has practical significance; it has very broad application prospects, such as user-friendly interface between man and machine, humanistic design of goods, and emotional robot etc. With facial expression recognition systems, the computer will be able to assess the human expressions depending on their effective state in the same way that human’s senses do [3]. T he intelligent computers will be able to understand, interpret and respond to human intentions, emotions and moods [3]. The facial expression recognition system applied in different areas of life such as security and surveillance, they can predict the offender or criminal’s behavior by analyzing the images of their faces that are captured by the control-camcorder. Furthermore, the facial expression recognition system has been used in communication to make the answer machine more interactive with people. The answer machine has become more intelligent by analyzing the client’s voice and dealing with the responses according to their emotions. Moreover, it is powerful in signed language recognition system that deals with the deaf and dumb people. The facial expression recognition system has a considerable impact on the game and entertainment field besides its use to increase the efficiency of robots for specific military tasks, medical robots, and manufacturing servicing [7]. Generally, the intelligent computer with facial expression recognition system has been used to improve our daily lives. Bartlett explores and compares techniques for automatically recognizing facial actions in sequences of images. These techniques include analysis of facial motion through estimation of optical flow; holistic spatial analysis, such as independent component analysis, local feature analysis, and linear discriminant analysis; and methods based on the outputs of local filters, such as Gabor wavelet representations and local principal components [1]. Lien describes a system that recognizes various action units based on dense flow, feature point tracking and edge extraction. The system includes three modules to extract feature information: dense- flow extraction using a wavelet motion model, facial feature tracking, and edge and line extraction [5]. The system that used color information, Rajapaskse et al., (2004) proposes the use of non- negative matrix normalization (NMF) with color cannel encoding [4]. This process is performed by representing the (RGB) color channel as a three indexed data vector separately: red, green and blue channel for each image. Then the color using non- negative matrix (NMF), a decoding method, is applied. This technique makes better use of the color image because of the excessive iterative matrix and the decoding operation that involves inverting the matrix; the inherent processing cost was so big [4]. The work presented here provides a novel solution to RESEARCH ARTICLE OPEN ACCESS
  • 2. Murali Krishna kanala Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 6, ( Part - 5) June 2015, pp.46-49 www.ijera.com 47 | P a g e the facial expression recognition problem, describing a facial recognition system that can be used in application of Human computer interface. There are three main components to this system: a Feature Extraction, Principal Component Analysis and Euclidean Distance Classifier. To classify the images final facial expression recognition system uses Euclidean Distance Classifier.The system developed is able to find and recognize the facial expressions of database. It recognizes expression of the seven basic emotions, namely happy, disgust, neutral, anger, sad, surprise and fear. II. PROPOSED FACIAL EXPRESSION RECOGNITION SYSTEM This section describes facial expression recognition system architecture. Our system is composed by four modules: Pre-processing, Principal Component analysis and expression classification using Ranking method. Pre-processing is the next stage after entering the data into the facial expression recognition system. The important data that is needed for most facial expression recognition methods is face position. As the pattern often contains redundant information, mapping it to a feature vector can get rid of this redundancy and yet preserve most of the intrinsic information content of the pattern. These extracted features have great role in distinguishing input patterns. Ranking method give the preference of the database to decide the expression. Face recognition technology utilizes the Ranking method that provides high speed and high accuracy for facial detection and facial features extraction. The main logic for facial recognition within ranking method which searches and selects face area candidates after the generation of potential eye pairs. Ranking method is based on a neural network and is not easily fooled by attempts to conceal identity via the usage of caps, hats, sunglasses, etc. As compared with other biometrics systems using fingerprint/palm print and iris, face recognition has distinct advantages because of its non-contact process. Face images can be captured from a distance without touching the person being identified, and the identification does not require interacting with the person. In addition, face recognition serves the crime deterrent purpose because face images that have been recorded and archived can later help identify a person. Facial Expression Classification The proposed approach to the facial expression recognition involves following steps. 1) The train images are utilized to create a low dimensional face space. This is done by performing Principal Component Analysis in the training image set and taking the principal components with greater Eigen. In this process, projected versions of all the train images are also created. 2) The test images also projected on face space, all the test images are represented in terms of the selected principal components. 3) In order to determine the intensity of the particular expression its Euclidean distance from the mean of the projected neutral images is calculated. 4) The Euclidian distance of a projected test image from all the projected train images are calculated and the minimum value is chosen in order to find out the train image which is most similar to the test image. 5) The test image is assumed to fall in the same class that the closest train image belongs to. EXPERIMENTAL RESULTS AND DISCUSSION The main useful statistical measurements that were utilized to evaluate the emotion recognition system are: Recognition Rate, Precision and Accuracy. These measures are useful in that they help judge the performance of the emotion recognition system. The recall rate measures and studies the relation between the correct classification rates of specific emotions and the wrong classification of this specific emotion whereas precision measures the relation between the correct classification rate of specific emotions and the wrong classification of other emotions that are classified as special emotions. Finally, the accurate rate measures the relation between the correct classification rate of specific and other emotions and the total number of testing images, i.e. the following convert of these relations into a symbolic equation. To reduce the impact of adverse local changes (e.g., varying facial expression caused by smiling and blinking eyes, and intentional changes caused by the wearing of caps, hats and glasses), Ranking Method face recognition technology utilizes the algorithm, which reduces the impact of such local changes during the matching process. The
  • 3. Murali Krishna kanala Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 6, ( Part - 5) June 2015, pp.46-49 www.ijera.com 48 | P a g e minimization of the local changes guarantees the overall face recognition accuracy. Where true positive for specific data set of emotions is the correct classification rate of emotion; while, false positive of emotion is the wrong classification rate of other data set of emotions that are classified as type whereas false negative is the wrong classification of emotion. Finally, true negative of emotion is the correct classification for images whose label is not. Additionally, it is noticed that the summation of true positive, false positive, false negative and true negative is the total number of the testing images. Fig.1 Expression is surprise The training set is consisted of 70 images (the set contains 10 persons and each person contains 7 images). On the other hand, the test set contains 70 images that are consisted of random choosing 10 images from every expression. The experiment is iterated 10 times. So, we can get the recognition rate of every expression and average recognition rate of all test samples. The average recognition rate of 70 test samples reveals the comparison of the recognition rate for every expression with Ranking methods about training set of 70 images and test set of 70 images. The recognition rate of the neutral, sad and anger with Algorithm is higher than other expressions for 70 test images. Fig.2 Expression is sad Face recognition technology utilizes the Ranking method that provides high speed and high accuracy for facial detection and facial features extraction. The main logic for facial recognition within ranking method which searches and selects face area candidates after the generation of potential eye pairs. Ranking method is based on a neural network and is not easily fooled by attempts to conceal identity via the usage of caps, hats, sunglasses, etc. Fig.3 Expression is happiness Face recognition is also resulting in other dares, like expression recognition or body motion recognition. Overall, face recognition techniques and the emerging methods can see use in other areas. Therefore, it isn’t just a unresolved problem but also the source of new applications and challenges. III. CONCLUSION We have implemented a facial expression recognition system using Ranking method. This approach has been studied using image database. The experiment results demonstrate that the accuracy of the images using Ranking method analysis is 91.63%.
  • 4. Murali Krishna kanala Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 6, ( Part - 5) June 2015, pp.46-49 www.ijera.com 49 | P a g e REFERENCES [1] Bartlett, M. S., Donato, G., Ekman, P., Hager, J. C., Sejnowski, T.J., 1999,"Classifying Facial Actions", IEEE Trans. Pattern Analysis and Machine Intelligence, Vol. 21, No. 10, pp. 974-989. [2] Yang, J., Zhang, D., 2004, “Two- dimensional pca: a new approach to appearance-based face representation and recognition”, IEEE Trans. Pattern Anal. Mach. Intel l.Vol.26, No. 1, pp. 131–137. [3] Yi, J., R. Qiuqi et al. (2008),“Gabor-based Orthog onal Locality Sensitive Discriminant Analysis for face recognition’’, Signal Processing, 2008. ICSP 2008. 9th International Conference on. [4] Menaka Rajapakse, Jeffrey Tan, Jagath Rajapakse,“C olor Channel Encoding With NMF for Face Recognition”, International Conference on Image Processing; Proceedings; ICIP, pp 2007-2010 (October 2004). [5] Cohn, J.F., Kanade, T., Lien, J.J., 1998,"Automated Facial Expression Recognition Based on FACS Action Units", Proc. Third EEE Int. Conf. Automatic Face and Gesture Recognition, pp. 390-395. [6] M. Turk, A. and Pentland, "Eigen faces for face recognition ", Journal cognitive neuroscience, Vol. 3, No.1, 1991. [7] Ching-Chih, T., C. You-Zhu et al. (2009),"Interactive emotion recognition using Support Vector Machine for human- robot interaction. Systems”, Man and Cybernetics, 2009. S MC 2009. IEEE International Conference on.M. Turk, A. and Pentland, "Eigen faces for face recognition ", Journal cognitive neuroscience, Vol. 3, No.1, 1991. [8] Pantic, M. and Rothkrantz, L., 2000, “Automatic an alysis of facial expressions: The state of the art”, IEEE T ransactions on Pattern Analysis and Machine Intelligence, Vol. 22, No. 12, pp.1424–1445. [9] Jain, A.K., Duin R.P.W., Mao J., 2000,"Statistical Pattern Recognition: A Review", IEEE Trans. Pattern Analysis and Machine Intelligence, Vol. 22, No. 1, pp. 4- 37. [10] Pantic, M. and Rothkrantz, L., 2000, “Automatic ana lysis of facial expressions: The state of the art”, IEEE T ransactions on Pattern Analysis and Machine Intelligence, Vol. 22, No. 12, pp.1424–1445.