SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
Vol-1 Issue-2 2015 IJARIIE-ISSN(O)-2395-4396
1177 www.ijariie.com 326
A Literature review on Emotion Recognition
System Using Various Facial Expression
Dipika Raval1
, Mukesh Sakle2
1
Student, Information Technology, Parul Institute of Engineering & Technology, Gujarat, India
2
Assistant. Professor, Information Technology, Parul Institute of Engineering & Technology, Gujarat,
India
ABSTRACT
Recognition and extracting various emotions and then validating those emotions from the facial expressions has
become important for improving the overall human computer interaction. So this paper also describe about Emotion
Recognition Techniques. Emotion Recognition has become a progressive research area and it plays a major role in
Human-Computer-Interaction. For any Facial Expression Recognition, it is necessary to extract the features of face
that can be possibly used to detect the expression. For Feature Extraction the Principal Component Analysis will be
used. A survey of various techniques used in emotion recognition like PCA, LBP etc. is done in this paper and listing
their performance. The goal of this paper is to show the comparison with Other Recognition Techniques with
different approaches. And also describe the general step of the how to recognize emotion from various facial
expression
Keyword: -. Emotion Recognition, Facial Expression
I. INTRODUCTION
The human face plays an important role in communication. The face can express their feelings through emotions.
Face Expression approach [2] can be divided into three major steps so that the face in an image is known for further
processing, facial feature extraction which is the method used to represent the facial expressions and finally
classification which is the step that classifies the features extracted in the appropriate expressions. The facial
expression are for identifying the basic human emotion like anger, fear, happiness, sadness, and surprise.
Figure1 below showing the general step of emotion recognition. From the figure, there are three important phases of
overall system. First is face detection task in which first prominent features are extracted and then face is identified.
The second step is where the facial feature extraction and recognition of facial expressions to the overall features are
removed at the end of the last step in classification. Facial expressions of input image are then recognized.
Fig. 1 General step of emotion recognition
In this paper section II is provide the system overview of emotion recognition system. Section III describes the
techniques used for emotion recognition. Finally the paper concludes with the conclusion in section IV.
Vol-1 Issue-2 2015 IJARIIE-ISSN(O)-2395-4396
1177 www.ijariie.com 327
II. SYSTEM OVERVIEW
The process of emotion recognition involves the processing images and detecting the face then extracting the facial
feature. Facial Expression Recognition consists of three main steps. In first step face image is acquired and detect
the face region from the images and pre-processed the input image to obtain image that have a normalized size or
intensity. Next is expression features are extracted from the observed facial image or image sequence. Then
extracted features are given to the classifier and classifier provides the recognized expression as output as shown in
fig 1.
A. Face Detection and Pre-processing
The face detection is the process of extracting the face region from the background. It means to determine the
position of the face in the image. This step is require because images having a different scales. Input image having a
complex backgrounds and variety of lightning conditions can be also quite confusing in tracking. Face expression
recognition tends to fail if the test image has a different lighting condition than that of the training images. For that
facial point can be detected inaccurately for that pre-processing step is required.
B. Feature Extraction And Classification
Selecting a set of feature points which represent the important characteristics of the human face. After the face has
been located in the image, it can be analysed in terms of facial features. The features measure the certain parts of the
face such as eyebrows or mouth corners. Various methods exist which can extract feature for expression based on
motion of the feature such Active Appearance Model [6] which is statistical model of shape and gray scale
information. The Features describe the change in face texture when particular action is performed such as wrinkles,
bulges, forefront, regions surrounding the mouth and eyes. Image filters are used, applied to either the whole-face or
specific regions in a face image to extract a feature vector. Principal Component Analysis [3], Local Binary Pattern
(LBP)[4],Fisher’s Linear Discriminator[5] based approaches are the main categories of the approaches available.
After the set of features are extracted from the face region are used in classification stage. The set of features are
used to describe the facial expression. Classification requires supervised training, so the training set should consist
of labelled data. Once the classifier is trained, it can recognize input images by assigning them a particular class
label. The most commonly used facial expressions classification is done both in terms of Action Units, proposed in
Facial Action Coding System (FACS) [8] and in terms of six universal emotions: happy, sad, anger, surprise, disgust
and fear.
III. Techniques used for emotion recognition
A. Principal Component Analysis
Principal Components Analysis (PCA) ia a way of identifying patterns in data, and expressing the data in such a way
as to highlight their similarities and differences. The facial expression recognition using eigen faces in which PCA is
used to extract features from input image. First of all they create training dataset to compare result. Once inputted
face image is pre-processed and compare with training dataset which are already computed but based on the idea,
they divided the training set into six basic classes according to universal expression(Happy, Surprise, Disgust, sad,
Angry, Fear)[3].
B. Local Binary Pattern
Vol-1 Issue-2 2015 IJARIIE-ISSN(O)-2395-4396
1177 www.ijariie.com 328
LBP based feature extraction method is used owing to its excellent light invariance property and low computational
complexity [4]. The neighbourhood values are threshold by the centre value and the result is treated as a binary
number. If the canter pixels value is greater than the neighbour’s value write 1, otherwise 0. In this way, it encodes
the neighbourhood information very efficiently.
C. Active Appearance Model
Active Appearance Model (AAM) is a statistical approach for shape and texture modelling and feature extraction. It
has been extensively used in computer vision applications. AAM generates statistical appearance models by
combining a model of shape variation with a texture variation. So the AAM creates the shape, texture combination
model of training facial image sequence “Textures” are pixel intensities of the target image [6].
D. Facial Action Coding System (FACS)
Facial Action Coding System (FACS) was developed by Paul Ekman and Wallace Friesen in 1976 is a system for
measuring facial expression. FACS is based on the analysis of the relations between muscle contraction and changes
in the face appearance. The Face can be divided into Upper Face and Lower Face Action units[8].Action Units are
changes in the face caused by one muscle or a combination of muscles. There are 46 AUs that represent changes in
facial expression and 12 AUs connected with eye gaze direction and head orientation.
E. Haar Classifier
Haar classifier based method is chosen for face detection owing to its high detection accuracy and real time
performance [4]. Consists of black and white connected rectangles in which the value of the feature is the difference
of sum of pixel values in black and white regions. The computational speed of the feature calculation is increased
with the use of Integral image.
TABLE I
A SUMMARY OF EMOTION RECOGNITION SYSTEM TECHNIQUES
Reference Method Performance
Sukanya and
Pallavi
2014IEEE[3]
PCA This method provide better face
recognition with reasonably low
error rates
S L Happy;Anjith
George;Aurobin
da Routray[4]
LBP(Local Binary Pattern) Higher recognition
accuracy,Low computational
complexity
Kwang –Eun
Ko and Kwee-
Bo Sim[6]
Active Appearance Model The computational time and
complexity was also very low
S L
Happy;Anjith
George;Aurobin
da Routray[4]
Haar Classifier High detection accuracy
Ms.Aswathy
[9]
Fisher’s Linear Discriminant Recognition rate is low
Ms.Aswathy
[9]
Multilinear Image
Analysis
Recognition rate higher.but only
in grayscale image
Vol-1 Issue-2 2015 IJARIIE-ISSN(O)-2395-4396
1177 www.ijariie.com 329
IV. CONCLUSIONS
In this paper, the review of framework of facial expression recognition has been highlighted. and presents a
literature survey on the various techniques involved in facial expression recognition. These methods are measured
on the basis of recognition rate. PCA has the highest recognition rate and has highest performance.
REFERENCES
[1] Hakura, J. ; Domon, R. ; Fujita, H, Laser Emotion recognition method using facial expressions and situation,
Intelligent Software Methodologies, Tools and Techniques (SoMeT), 2013 IEEE 12th International Conference
[2] Vaibhavkumar J. Mistry, Mahesh M. Goyani., A literature survey on Facial Expression Recognition using
Global Features. International Journal of Engineering and Advanced Technology (IJEAT)ISSN: 2249 – 8958,
Volume-2, Issue-4, April 2013.
[3] S Sukanya Sagarika ;Pallavi Maben, Laser Face Recognition and Facial Expression Identification using PCA,
2014 IEEE
[4] S L Happy;Anjith George;Aurobinda Routray, “A Real Time Facial Expression Classification System Using
Local Binary Patterns.,” 2012 IEEE.
[5] Aruna Bhadu, Rajbala Tokas, Dr. Vijay Kumar, “Facial Expression Recognition Using DCT, Gabor and
Wavelet Feature Extraction Techniques,” International Journal of Engineering and Innovative Technology,
Volume 2, Issue 1, July 2012.
[6] Kwang-Eun Ko;Kwee-Bo Sim, “Development of a Facial Emotion recognition Method based on combining
AAM with DBN,” IEEE 2010.
[7] Andrew Ryan;Jeffery F. Cohn, Simon Lucey;Adam Rossi, “Automated Facial Expression Recognition
System,” 2009 IEEE
[8] C.P. Sumathi, T. Santhanam and M.Mahadevi, “A Automatic Facial Expression Analysis A survey,”
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.3, No.6, December 2012
[9] Ms.Aswathy.R “A Literature review on Facial Expression Recognition Techniques,” IOSR Journal of
Computer Engineering (IOSR-JCE) 2013

Contenu connexe

Tendances

An SOM-based Automatic Facial Expression Recognition System
An SOM-based Automatic Facial Expression Recognition SystemAn SOM-based Automatic Facial Expression Recognition System
An SOM-based Automatic Facial Expression Recognition Systemijscai
 
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
 
EMOTION RECOGNITION FROM FACIAL EXPRESSION BASED ON BEZIER CURVE
EMOTION RECOGNITION FROM FACIAL EXPRESSION BASED ON BEZIER CURVEEMOTION RECOGNITION FROM FACIAL EXPRESSION BASED ON BEZIER CURVE
EMOTION RECOGNITION FROM FACIAL EXPRESSION BASED ON BEZIER CURVEijait
 
Reconstruction of partially damaged facial image
Reconstruction of partially damaged facial imageReconstruction of partially damaged facial image
Reconstruction of partially damaged facial imageeSAT Publishing House
 
PARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDS
PARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDSPARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDS
PARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDSIJCSES Journal
 
A Study on Face Recognition Technique based on Eigenface
A Study on Face Recognition Technique based on EigenfaceA Study on Face Recognition Technique based on Eigenface
A Study on Face Recognition Technique based on Eigenfacesadique_ghitm
 
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
 
Face Detection Using Modified Viola Jones Algorithm
Face Detection Using Modified Viola Jones AlgorithmFace Detection Using Modified Viola Jones Algorithm
Face Detection Using Modified Viola Jones Algorithmpaperpublications3
 
Emotion Recognition using Image Processing
Emotion Recognition using Image ProcessingEmotion Recognition using Image Processing
Emotion Recognition using Image Processingijtsrd
 
Critical evaluation of frontal image based gender classification techniques
Critical evaluation of frontal image based gender classification techniquesCritical evaluation of frontal image based gender classification techniques
Critical evaluation of frontal image based gender classification techniquesSalam Shah
 
Thermal Imaging Emotion Recognition final report 01
Thermal Imaging Emotion Recognition final report 01Thermal Imaging Emotion Recognition final report 01
Thermal Imaging Emotion Recognition final report 01Ai Zhang
 
Facial Expression Recognition System Based on SVM and HOG Techniques
Facial Expression Recognition System Based on SVM and HOG TechniquesFacial Expression Recognition System Based on SVM and HOG Techniques
Facial Expression Recognition System Based on SVM and HOG TechniquesCSCJournals
 
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
 
Optimization of Facial Landmark for Sentiment Analysis on Images with Human F...
Optimization of Facial Landmark for Sentiment Analysis on Images with Human F...Optimization of Facial Landmark for Sentiment Analysis on Images with Human F...
Optimization of Facial Landmark for Sentiment Analysis on Images with Human F...adewole63
 
FACE SKETCH GENERATION USING EVOLUTIONARY COMPUTING
FACE SKETCH GENERATION USING EVOLUTIONARY COMPUTING FACE SKETCH GENERATION USING EVOLUTIONARY COMPUTING
FACE SKETCH GENERATION USING EVOLUTIONARY COMPUTING ijsc
 

Tendances (18)

A017530114
A017530114A017530114
A017530114
 
An SOM-based Automatic Facial Expression Recognition System
An SOM-based Automatic Facial Expression Recognition SystemAn SOM-based Automatic Facial Expression Recognition System
An SOM-based Automatic Facial Expression Recognition System
 
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...
 
EMOTION RECOGNITION FROM FACIAL EXPRESSION BASED ON BEZIER CURVE
EMOTION RECOGNITION FROM FACIAL EXPRESSION BASED ON BEZIER CURVEEMOTION RECOGNITION FROM FACIAL EXPRESSION BASED ON BEZIER CURVE
EMOTION RECOGNITION FROM FACIAL EXPRESSION BASED ON BEZIER CURVE
 
Reconstruction of partially damaged facial image
Reconstruction of partially damaged facial imageReconstruction of partially damaged facial image
Reconstruction of partially damaged facial image
 
PARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDS
PARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDSPARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDS
PARTIAL MATCHING FACE RECOGNITION METHOD FOR REHABILITATION NURSING ROBOTS BEDS
 
A Study on Face Recognition Technique based on Eigenface
A Study on Face Recognition Technique based on EigenfaceA Study on Face Recognition Technique based on Eigenface
A Study on Face Recognition Technique based on Eigenface
 
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...
 
Face Detection Using Modified Viola Jones Algorithm
Face Detection Using Modified Viola Jones AlgorithmFace Detection Using Modified Viola Jones Algorithm
Face Detection Using Modified Viola Jones Algorithm
 
Emotion Recognition using Image Processing
Emotion Recognition using Image ProcessingEmotion Recognition using Image Processing
Emotion Recognition using Image Processing
 
Critical evaluation of frontal image based gender classification techniques
Critical evaluation of frontal image based gender classification techniquesCritical evaluation of frontal image based gender classification techniques
Critical evaluation of frontal image based gender classification techniques
 
Ck36515520
Ck36515520Ck36515520
Ck36515520
 
Thermal Imaging Emotion Recognition final report 01
Thermal Imaging Emotion Recognition final report 01Thermal Imaging Emotion Recognition final report 01
Thermal Imaging Emotion Recognition final report 01
 
Facial Expression Recognition System Based on SVM and HOG Techniques
Facial Expression Recognition System Based on SVM and HOG TechniquesFacial Expression Recognition System Based on SVM and HOG Techniques
Facial Expression Recognition System Based on SVM and HOG Techniques
 
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
 
[IJET-V1I1P4]Author :Juhi Raut, Snehal Patil, Shraddha Gawade, Prof. Mamta Me...
[IJET-V1I1P4]Author :Juhi Raut, Snehal Patil, Shraddha Gawade, Prof. Mamta Me...[IJET-V1I1P4]Author :Juhi Raut, Snehal Patil, Shraddha Gawade, Prof. Mamta Me...
[IJET-V1I1P4]Author :Juhi Raut, Snehal Patil, Shraddha Gawade, Prof. Mamta Me...
 
Optimization of Facial Landmark for Sentiment Analysis on Images with Human F...
Optimization of Facial Landmark for Sentiment Analysis on Images with Human F...Optimization of Facial Landmark for Sentiment Analysis on Images with Human F...
Optimization of Facial Landmark for Sentiment Analysis on Images with Human F...
 
FACE SKETCH GENERATION USING EVOLUTIONARY COMPUTING
FACE SKETCH GENERATION USING EVOLUTIONARY COMPUTING FACE SKETCH GENERATION USING EVOLUTIONARY COMPUTING
FACE SKETCH GENERATION USING EVOLUTIONARY COMPUTING
 

En vedette

Gil Shapira's Active Appearance Model slides
Gil Shapira's Active Appearance Model slidesGil Shapira's Active Appearance Model slides
Gil Shapira's Active Appearance Model slideswolf
 
Advanced Support Vector Machine for classification in Neural Network
Advanced Support Vector Machine for classification  in Neural NetworkAdvanced Support Vector Machine for classification  in Neural Network
Advanced Support Vector Machine for classification in Neural NetworkAshwani Jha
 
Robust Human Emotion Analysis Using LBP, GLCM and PNN Classifier
Robust Human Emotion Analysis Using LBP, GLCM and PNN ClassifierRobust Human Emotion Analysis Using LBP, GLCM and PNN Classifier
Robust Human Emotion Analysis Using LBP, GLCM and PNN ClassifierIJTET Journal
 
Multiple Kernel Learning based Approach to Representation and Feature Selecti...
Multiple Kernel Learning based Approach to Representation and Feature Selecti...Multiple Kernel Learning based Approach to Representation and Feature Selecti...
Multiple Kernel Learning based Approach to Representation and Feature Selecti...ICAC09
 
PERFORMANCE EVALUATION AND IMPLEMENTATION OF FACIAL EXPRESSION AND EMOTION R...
PERFORMANCE EVALUATION AND IMPLEMENTATION  OF FACIAL EXPRESSION AND EMOTION R...PERFORMANCE EVALUATION AND IMPLEMENTATION  OF FACIAL EXPRESSION AND EMOTION R...
PERFORMANCE EVALUATION AND IMPLEMENTATION OF FACIAL EXPRESSION AND EMOTION R...Akhil Upadhyay
 
Tracking Faces using Active Appearance Models
Tracking Faces using Active Appearance ModelsTracking Faces using Active Appearance Models
Tracking Faces using Active Appearance ModelsComponica LLC
 
2.6 support vector machines and associative classifiers revised
2.6 support vector machines and associative classifiers revised2.6 support vector machines and associative classifiers revised
2.6 support vector machines and associative classifiers revisedKrish_ver2
 
fuzzy LBP for face recognition ppt
fuzzy LBP for face recognition pptfuzzy LBP for face recognition ppt
fuzzy LBP for face recognition pptAbdullah Gubbi
 
Expressing emotions
Expressing emotionsExpressing emotions
Expressing emotionskbryant0807
 

En vedette (20)

Lecture17aam
Lecture17aamLecture17aam
Lecture17aam
 
Gil Shapira's Active Appearance Model slides
Gil Shapira's Active Appearance Model slidesGil Shapira's Active Appearance Model slides
Gil Shapira's Active Appearance Model slides
 
Advanced Support Vector Machine for classification in Neural Network
Advanced Support Vector Machine for classification  in Neural NetworkAdvanced Support Vector Machine for classification  in Neural Network
Advanced Support Vector Machine for classification in Neural Network
 
Robust Human Emotion Analysis Using LBP, GLCM and PNN Classifier
Robust Human Emotion Analysis Using LBP, GLCM and PNN ClassifierRobust Human Emotion Analysis Using LBP, GLCM and PNN Classifier
Robust Human Emotion Analysis Using LBP, GLCM and PNN Classifier
 
Multiple Kernel Learning based Approach to Representation and Feature Selecti...
Multiple Kernel Learning based Approach to Representation and Feature Selecti...Multiple Kernel Learning based Approach to Representation and Feature Selecti...
Multiple Kernel Learning based Approach to Representation and Feature Selecti...
 
PERFORMANCE EVALUATION AND IMPLEMENTATION OF FACIAL EXPRESSION AND EMOTION R...
PERFORMANCE EVALUATION AND IMPLEMENTATION  OF FACIAL EXPRESSION AND EMOTION R...PERFORMANCE EVALUATION AND IMPLEMENTATION  OF FACIAL EXPRESSION AND EMOTION R...
PERFORMANCE EVALUATION AND IMPLEMENTATION OF FACIAL EXPRESSION AND EMOTION R...
 
Tracking Faces using Active Appearance Models
Tracking Faces using Active Appearance ModelsTracking Faces using Active Appearance Models
Tracking Faces using Active Appearance Models
 
BC Workflow
BC WorkflowBC Workflow
BC Workflow
 
2.6 support vector machines and associative classifiers revised
2.6 support vector machines and associative classifiers revised2.6 support vector machines and associative classifiers revised
2.6 support vector machines and associative classifiers revised
 
fuzzy LBP for face recognition ppt
fuzzy LBP for face recognition pptfuzzy LBP for face recognition ppt
fuzzy LBP for face recognition ppt
 
Expressing emotions
Expressing emotionsExpressing emotions
Expressing emotions
 
Ijariie1167
Ijariie1167Ijariie1167
Ijariie1167
 
Ijariie1181
Ijariie1181Ijariie1181
Ijariie1181
 
Ijariie1165
Ijariie1165Ijariie1165
Ijariie1165
 
Ijariie1132
Ijariie1132Ijariie1132
Ijariie1132
 
Ijariie1170
Ijariie1170Ijariie1170
Ijariie1170
 
Ijariie1183
Ijariie1183Ijariie1183
Ijariie1183
 
Ijariie1171
Ijariie1171Ijariie1171
Ijariie1171
 
Ijariie1156
Ijariie1156Ijariie1156
Ijariie1156
 
Ijariie1194
Ijariie1194Ijariie1194
Ijariie1194
 

Similaire à Ijariie1177

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
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Facial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarksFacial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarkseSAT Journals
 
Facial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarksFacial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarkseSAT Journals
 
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 study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationA study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationIJCSES Journal
 
A Hybrid Approach to Recognize Facial Image using Feature Extraction Method
A Hybrid Approach to Recognize Facial Image using Feature Extraction MethodA Hybrid Approach to Recognize Facial Image using Feature Extraction Method
A Hybrid Approach to Recognize Facial Image using Feature Extraction MethodIRJET Journal
 
IRJET- A Survey on Facial Expression Recognition Robust to Partial Occlusion
IRJET- A Survey on Facial Expression Recognition Robust to Partial OcclusionIRJET- A Survey on Facial Expression Recognition Robust to Partial Occlusion
IRJET- A Survey on Facial Expression Recognition Robust to Partial OcclusionIRJET Journal
 
Final Year Project - Enhancing Virtual Learning through Emotional Agents (Doc...
Final Year Project - Enhancing Virtual Learning through Emotional Agents (Doc...Final Year Project - Enhancing Virtual Learning through Emotional Agents (Doc...
Final Year Project - Enhancing Virtual Learning through Emotional Agents (Doc...Sana Nasar
 
Face recognition a survey
Face recognition a surveyFace recognition a survey
Face recognition a surveyieijjournal
 
Paper id 24201475
Paper id 24201475Paper id 24201475
Paper id 24201475IJRAT
 
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
 
A Study On Facial Expression Recognition Using Local Binary Pattern
A Study On Facial Expression Recognition Using Local Binary PatternA Study On Facial Expression Recognition Using Local Binary Pattern
A Study On Facial Expression Recognition Using Local Binary PatternMartha Brown
 
Research and Development of DSP-Based Face Recognition System for Robotic Reh...
Research and Development of DSP-Based Face Recognition System for Robotic Reh...Research and Development of DSP-Based Face Recognition System for Robotic Reh...
Research and Development of DSP-Based Face Recognition System for Robotic Reh...IJCSES Journal
 
AN IMPROVED TECHNIQUE FOR HUMAN FACE RECOGNITION USING IMAGE PROCESSING
AN IMPROVED TECHNIQUE FOR HUMAN FACE RECOGNITION USING IMAGE PROCESSINGAN IMPROVED TECHNIQUE FOR HUMAN FACE RECOGNITION USING IMAGE PROCESSING
AN IMPROVED TECHNIQUE FOR HUMAN FACE RECOGNITION USING IMAGE PROCESSINGijiert bestjournal
 
Face recogntion using PCA algorithm
Face recogntion using PCA algorithmFace recogntion using PCA algorithm
Face recogntion using PCA algorithmAshwini Awatare
 

Similaire à Ijariie1177 (20)

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 ...
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Facial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarksFacial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarks
 
Facial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarksFacial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarks
 
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 study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationA study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classification
 
A Hybrid Approach to Recognize Facial Image using Feature Extraction Method
A Hybrid Approach to Recognize Facial Image using Feature Extraction MethodA Hybrid Approach to Recognize Facial Image using Feature Extraction Method
A Hybrid Approach to Recognize Facial Image using Feature Extraction Method
 
Real time facial expression analysis using pca
Real time facial expression analysis using pcaReal time facial expression analysis using pca
Real time facial expression analysis using pca
 
184
184184
184
 
IRJET- A Survey on Facial Expression Recognition Robust to Partial Occlusion
IRJET- A Survey on Facial Expression Recognition Robust to Partial OcclusionIRJET- A Survey on Facial Expression Recognition Robust to Partial Occlusion
IRJET- A Survey on Facial Expression Recognition Robust to Partial Occlusion
 
Final Year Project - Enhancing Virtual Learning through Emotional Agents (Doc...
Final Year Project - Enhancing Virtual Learning through Emotional Agents (Doc...Final Year Project - Enhancing Virtual Learning through Emotional Agents (Doc...
Final Year Project - Enhancing Virtual Learning through Emotional Agents (Doc...
 
Face recognition a survey
Face recognition a surveyFace recognition a survey
Face recognition a survey
 
Paper id 24201475
Paper id 24201475Paper id 24201475
Paper id 24201475
 
Automatic AU intensity detection/estimation for Facial Expression Analysis: A...
Automatic AU intensity detection/estimation for Facial Expression Analysis: A...Automatic AU intensity detection/estimation for Facial Expression Analysis: A...
Automatic AU intensity detection/estimation for Facial Expression Analysis: A...
 
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
 
A Study On Facial Expression Recognition Using Local Binary Pattern
A Study On Facial Expression Recognition Using Local Binary PatternA Study On Facial Expression Recognition Using Local Binary Pattern
A Study On Facial Expression Recognition Using Local Binary Pattern
 
Research and Development of DSP-Based Face Recognition System for Robotic Reh...
Research and Development of DSP-Based Face Recognition System for Robotic Reh...Research and Development of DSP-Based Face Recognition System for Robotic Reh...
Research and Development of DSP-Based Face Recognition System for Robotic Reh...
 
AN IMPROVED TECHNIQUE FOR HUMAN FACE RECOGNITION USING IMAGE PROCESSING
AN IMPROVED TECHNIQUE FOR HUMAN FACE RECOGNITION USING IMAGE PROCESSINGAN IMPROVED TECHNIQUE FOR HUMAN FACE RECOGNITION USING IMAGE PROCESSING
AN IMPROVED TECHNIQUE FOR HUMAN FACE RECOGNITION USING IMAGE PROCESSING
 
Face recogntion using PCA algorithm
Face recogntion using PCA algorithmFace recogntion using PCA algorithm
Face recogntion using PCA algorithm
 

Plus de IJARIIE JOURNAL

Plus de IJARIIE JOURNAL (20)

Ijariie1173
Ijariie1173Ijariie1173
Ijariie1173
 
Ijariie1179
Ijariie1179Ijariie1179
Ijariie1179
 
Ijariie1182
Ijariie1182Ijariie1182
Ijariie1182
 
Ijariie1189
Ijariie1189Ijariie1189
Ijariie1189
 
Ijariie1191
Ijariie1191Ijariie1191
Ijariie1191
 
Ijariie1196
Ijariie1196Ijariie1196
Ijariie1196
 
Ijariie1178
Ijariie1178Ijariie1178
Ijariie1178
 
Ijariie1184
Ijariie1184Ijariie1184
Ijariie1184
 
Ijariie1186
Ijariie1186Ijariie1186
Ijariie1186
 
Ijariie1175
Ijariie1175Ijariie1175
Ijariie1175
 
Ijariie1172
Ijariie1172Ijariie1172
Ijariie1172
 
Ijariie1166
Ijariie1166Ijariie1166
Ijariie1166
 
Ijariie1168
Ijariie1168Ijariie1168
Ijariie1168
 
Ijariie1164
Ijariie1164Ijariie1164
Ijariie1164
 
Ijariie1152
Ijariie1152Ijariie1152
Ijariie1152
 
Environmental Biotechnology for Environmental Problems abatment Camparing wit...
Environmental Biotechnology for Environmental Problems abatment Camparing wit...Environmental Biotechnology for Environmental Problems abatment Camparing wit...
Environmental Biotechnology for Environmental Problems abatment Camparing wit...
 
Design of Obround Flange for Pressure Vessel Application by Analytical Method...
Design of Obround Flange for Pressure Vessel Application by Analytical Method...Design of Obround Flange for Pressure Vessel Application by Analytical Method...
Design of Obround Flange for Pressure Vessel Application by Analytical Method...
 
Role of Living and Surface Anatomy in Current Trends of Medical Education
Role of Living and Surface Anatomy in Current Trends of Medical EducationRole of Living and Surface Anatomy in Current Trends of Medical Education
Role of Living and Surface Anatomy in Current Trends of Medical Education
 
Ijariie1151
Ijariie1151Ijariie1151
Ijariie1151
 
Ijariie1161
Ijariie1161Ijariie1161
Ijariie1161
 

Ijariie1177

  • 1. Vol-1 Issue-2 2015 IJARIIE-ISSN(O)-2395-4396 1177 www.ijariie.com 326 A Literature review on Emotion Recognition System Using Various Facial Expression Dipika Raval1 , Mukesh Sakle2 1 Student, Information Technology, Parul Institute of Engineering & Technology, Gujarat, India 2 Assistant. Professor, Information Technology, Parul Institute of Engineering & Technology, Gujarat, India ABSTRACT Recognition and extracting various emotions and then validating those emotions from the facial expressions has become important for improving the overall human computer interaction. So this paper also describe about Emotion Recognition Techniques. Emotion Recognition has become a progressive research area and it plays a major role in Human-Computer-Interaction. For any Facial Expression Recognition, it is necessary to extract the features of face that can be possibly used to detect the expression. For Feature Extraction the Principal Component Analysis will be used. A survey of various techniques used in emotion recognition like PCA, LBP etc. is done in this paper and listing their performance. The goal of this paper is to show the comparison with Other Recognition Techniques with different approaches. And also describe the general step of the how to recognize emotion from various facial expression Keyword: -. Emotion Recognition, Facial Expression I. INTRODUCTION The human face plays an important role in communication. The face can express their feelings through emotions. Face Expression approach [2] can be divided into three major steps so that the face in an image is known for further processing, facial feature extraction which is the method used to represent the facial expressions and finally classification which is the step that classifies the features extracted in the appropriate expressions. The facial expression are for identifying the basic human emotion like anger, fear, happiness, sadness, and surprise. Figure1 below showing the general step of emotion recognition. From the figure, there are three important phases of overall system. First is face detection task in which first prominent features are extracted and then face is identified. The second step is where the facial feature extraction and recognition of facial expressions to the overall features are removed at the end of the last step in classification. Facial expressions of input image are then recognized. Fig. 1 General step of emotion recognition In this paper section II is provide the system overview of emotion recognition system. Section III describes the techniques used for emotion recognition. Finally the paper concludes with the conclusion in section IV.
  • 2. Vol-1 Issue-2 2015 IJARIIE-ISSN(O)-2395-4396 1177 www.ijariie.com 327 II. SYSTEM OVERVIEW The process of emotion recognition involves the processing images and detecting the face then extracting the facial feature. Facial Expression Recognition consists of three main steps. In first step face image is acquired and detect the face region from the images and pre-processed the input image to obtain image that have a normalized size or intensity. Next is expression features are extracted from the observed facial image or image sequence. Then extracted features are given to the classifier and classifier provides the recognized expression as output as shown in fig 1. A. Face Detection and Pre-processing The face detection is the process of extracting the face region from the background. It means to determine the position of the face in the image. This step is require because images having a different scales. Input image having a complex backgrounds and variety of lightning conditions can be also quite confusing in tracking. Face expression recognition tends to fail if the test image has a different lighting condition than that of the training images. For that facial point can be detected inaccurately for that pre-processing step is required. B. Feature Extraction And Classification Selecting a set of feature points which represent the important characteristics of the human face. After the face has been located in the image, it can be analysed in terms of facial features. The features measure the certain parts of the face such as eyebrows or mouth corners. Various methods exist which can extract feature for expression based on motion of the feature such Active Appearance Model [6] which is statistical model of shape and gray scale information. The Features describe the change in face texture when particular action is performed such as wrinkles, bulges, forefront, regions surrounding the mouth and eyes. Image filters are used, applied to either the whole-face or specific regions in a face image to extract a feature vector. Principal Component Analysis [3], Local Binary Pattern (LBP)[4],Fisher’s Linear Discriminator[5] based approaches are the main categories of the approaches available. After the set of features are extracted from the face region are used in classification stage. The set of features are used to describe the facial expression. Classification requires supervised training, so the training set should consist of labelled data. Once the classifier is trained, it can recognize input images by assigning them a particular class label. The most commonly used facial expressions classification is done both in terms of Action Units, proposed in Facial Action Coding System (FACS) [8] and in terms of six universal emotions: happy, sad, anger, surprise, disgust and fear. III. Techniques used for emotion recognition A. Principal Component Analysis Principal Components Analysis (PCA) ia a way of identifying patterns in data, and expressing the data in such a way as to highlight their similarities and differences. The facial expression recognition using eigen faces in which PCA is used to extract features from input image. First of all they create training dataset to compare result. Once inputted face image is pre-processed and compare with training dataset which are already computed but based on the idea, they divided the training set into six basic classes according to universal expression(Happy, Surprise, Disgust, sad, Angry, Fear)[3]. B. Local Binary Pattern
  • 3. Vol-1 Issue-2 2015 IJARIIE-ISSN(O)-2395-4396 1177 www.ijariie.com 328 LBP based feature extraction method is used owing to its excellent light invariance property and low computational complexity [4]. The neighbourhood values are threshold by the centre value and the result is treated as a binary number. If the canter pixels value is greater than the neighbour’s value write 1, otherwise 0. In this way, it encodes the neighbourhood information very efficiently. C. Active Appearance Model Active Appearance Model (AAM) is a statistical approach for shape and texture modelling and feature extraction. It has been extensively used in computer vision applications. AAM generates statistical appearance models by combining a model of shape variation with a texture variation. So the AAM creates the shape, texture combination model of training facial image sequence “Textures” are pixel intensities of the target image [6]. D. Facial Action Coding System (FACS) Facial Action Coding System (FACS) was developed by Paul Ekman and Wallace Friesen in 1976 is a system for measuring facial expression. FACS is based on the analysis of the relations between muscle contraction and changes in the face appearance. The Face can be divided into Upper Face and Lower Face Action units[8].Action Units are changes in the face caused by one muscle or a combination of muscles. There are 46 AUs that represent changes in facial expression and 12 AUs connected with eye gaze direction and head orientation. E. Haar Classifier Haar classifier based method is chosen for face detection owing to its high detection accuracy and real time performance [4]. Consists of black and white connected rectangles in which the value of the feature is the difference of sum of pixel values in black and white regions. The computational speed of the feature calculation is increased with the use of Integral image. TABLE I A SUMMARY OF EMOTION RECOGNITION SYSTEM TECHNIQUES Reference Method Performance Sukanya and Pallavi 2014IEEE[3] PCA This method provide better face recognition with reasonably low error rates S L Happy;Anjith George;Aurobin da Routray[4] LBP(Local Binary Pattern) Higher recognition accuracy,Low computational complexity Kwang –Eun Ko and Kwee- Bo Sim[6] Active Appearance Model The computational time and complexity was also very low S L Happy;Anjith George;Aurobin da Routray[4] Haar Classifier High detection accuracy Ms.Aswathy [9] Fisher’s Linear Discriminant Recognition rate is low Ms.Aswathy [9] Multilinear Image Analysis Recognition rate higher.but only in grayscale image
  • 4. Vol-1 Issue-2 2015 IJARIIE-ISSN(O)-2395-4396 1177 www.ijariie.com 329 IV. CONCLUSIONS In this paper, the review of framework of facial expression recognition has been highlighted. and presents a literature survey on the various techniques involved in facial expression recognition. These methods are measured on the basis of recognition rate. PCA has the highest recognition rate and has highest performance. REFERENCES [1] Hakura, J. ; Domon, R. ; Fujita, H, Laser Emotion recognition method using facial expressions and situation, Intelligent Software Methodologies, Tools and Techniques (SoMeT), 2013 IEEE 12th International Conference [2] Vaibhavkumar J. Mistry, Mahesh M. Goyani., A literature survey on Facial Expression Recognition using Global Features. International Journal of Engineering and Advanced Technology (IJEAT)ISSN: 2249 – 8958, Volume-2, Issue-4, April 2013. [3] S Sukanya Sagarika ;Pallavi Maben, Laser Face Recognition and Facial Expression Identification using PCA, 2014 IEEE [4] S L Happy;Anjith George;Aurobinda Routray, “A Real Time Facial Expression Classification System Using Local Binary Patterns.,” 2012 IEEE. [5] Aruna Bhadu, Rajbala Tokas, Dr. Vijay Kumar, “Facial Expression Recognition Using DCT, Gabor and Wavelet Feature Extraction Techniques,” International Journal of Engineering and Innovative Technology, Volume 2, Issue 1, July 2012. [6] Kwang-Eun Ko;Kwee-Bo Sim, “Development of a Facial Emotion recognition Method based on combining AAM with DBN,” IEEE 2010. [7] Andrew Ryan;Jeffery F. Cohn, Simon Lucey;Adam Rossi, “Automated Facial Expression Recognition System,” 2009 IEEE [8] C.P. Sumathi, T. Santhanam and M.Mahadevi, “A Automatic Facial Expression Analysis A survey,” International Journal of Computer Science & Engineering Survey (IJCSES) Vol.3, No.6, December 2012 [9] Ms.Aswathy.R “A Literature review on Facial Expression Recognition Techniques,” IOSR Journal of Computer Engineering (IOSR-JCE) 2013