SlideShare a Scribd company logo
1 of 4
Download to read offline
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

More Related Content

Similar to Literature review on Emotion Recognition Techniques Using Facial Expressions

Emotion Recognition using Image Processing
Emotion Recognition using Image ProcessingEmotion Recognition using Image Processing
Emotion Recognition using Image Processingijtsrd
 
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
 
Efficient Facial Expression and Face Recognition using Ranking Method
Efficient Facial Expression and Face Recognition using Ranking MethodEfficient Facial Expression and Face Recognition using Ranking Method
Efficient Facial Expression and Face Recognition using Ranking MethodIJERA Editor
 
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
 
Facial landmarking localization for emotion recognition using bayesian shape ...
Facial landmarking localization for emotion recognition using bayesian shape ...Facial landmarking localization for emotion recognition using bayesian shape ...
Facial landmarking localization for emotion recognition using bayesian shape ...csandit
 
FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...
FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...
FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...cscpconf
 
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
 
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
 
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
 
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
 
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
 
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
 

Similar to Literature review on Emotion Recognition Techniques Using Facial Expressions (20)

Emotion Recognition using Image Processing
Emotion Recognition using Image ProcessingEmotion Recognition using Image Processing
Emotion Recognition using Image Processing
 
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
 
Efficient Facial Expression and Face Recognition using Ranking Method
Efficient Facial Expression and Face Recognition using Ranking MethodEfficient Facial Expression and Face Recognition using Ranking Method
Efficient Facial Expression and Face Recognition using Ranking Method
 
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...
 
Facial landmarking localization for emotion recognition using bayesian shape ...
Facial landmarking localization for emotion recognition using bayesian shape ...Facial landmarking localization for emotion recognition using bayesian shape ...
Facial landmarking localization for emotion recognition using bayesian shape ...
 
FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...
FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...
FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...
 
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
 
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...
 
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
 
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
 
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
 
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...
 

More from Lisa Graves

English Learning Essay
English Learning EssayEnglish Learning Essay
English Learning EssayLisa Graves
 
Strict Liability Essay
Strict Liability EssayStrict Liability Essay
Strict Liability EssayLisa Graves
 
Apocalypto Essay
Apocalypto EssayApocalypto Essay
Apocalypto EssayLisa Graves
 
Shocking Uc College Essay Prompts Thatsnotus
Shocking Uc College Essay Prompts ThatsnotusShocking Uc College Essay Prompts Thatsnotus
Shocking Uc College Essay Prompts ThatsnotusLisa Graves
 
My Role Model Essay Introduction In 2021 Essa
My Role Model Essay Introduction In 2021 EssaMy Role Model Essay Introduction In 2021 Essa
My Role Model Essay Introduction In 2021 EssaLisa Graves
 
Business Proposal Templates Examples Bus
Business Proposal Templates Examples BusBusiness Proposal Templates Examples Bus
Business Proposal Templates Examples BusLisa Graves
 
Letter Writing Paper Free Printable Paper
Letter Writing Paper Free Printable PaperLetter Writing Paper Free Printable Paper
Letter Writing Paper Free Printable PaperLisa Graves
 
2Nd-Grade-Narrative-Writing-Prompts-SMI.Png
2Nd-Grade-Narrative-Writing-Prompts-SMI.Png2Nd-Grade-Narrative-Writing-Prompts-SMI.Png
2Nd-Grade-Narrative-Writing-Prompts-SMI.PngLisa Graves
 
Essay On Biodiversity In English For School Kids Students
Essay On Biodiversity In English For School Kids StudentsEssay On Biodiversity In English For School Kids Students
Essay On Biodiversity In English For School Kids StudentsLisa Graves
 
005 Being Leader Essay Example Thatsnotus
005 Being Leader Essay Example Thatsnotus005 Being Leader Essay Example Thatsnotus
005 Being Leader Essay Example ThatsnotusLisa Graves
 
IELTS Essay Planning 4 Step Approach - IELTS Ch
IELTS Essay Planning 4 Step Approach - IELTS ChIELTS Essay Planning 4 Step Approach - IELTS Ch
IELTS Essay Planning 4 Step Approach - IELTS ChLisa Graves
 
Process Essay Thesis. Process Analysis Essay Ex
Process Essay Thesis. Process Analysis Essay ExProcess Essay Thesis. Process Analysis Essay Ex
Process Essay Thesis. Process Analysis Essay ExLisa Graves
 
Star Writing Paper By King Education Creations TpT
Star Writing Paper By King Education Creations TpTStar Writing Paper By King Education Creations TpT
Star Writing Paper By King Education Creations TpTLisa Graves
 
Paper Fortune Teller - Wikipedia
Paper Fortune Teller - WikipediaPaper Fortune Teller - Wikipedia
Paper Fortune Teller - WikipediaLisa Graves
 
Self Introduction Speech, Introduction Examples, Intr
Self Introduction Speech, Introduction Examples, IntrSelf Introduction Speech, Introduction Examples, Intr
Self Introduction Speech, Introduction Examples, IntrLisa Graves
 
Descriptive Essay Argumentative Writing Games
Descriptive Essay Argumentative Writing GamesDescriptive Essay Argumentative Writing Games
Descriptive Essay Argumentative Writing GamesLisa Graves
 
What Should I Do A Persuasive Speech On. 8 P
What Should I Do A Persuasive Speech On. 8 PWhat Should I Do A Persuasive Speech On. 8 P
What Should I Do A Persuasive Speech On. 8 PLisa Graves
 
Autumn Leaf Shape Poem Template, Leaf Template -
Autumn Leaf Shape Poem Template, Leaf Template -Autumn Leaf Shape Poem Template, Leaf Template -
Autumn Leaf Shape Poem Template, Leaf Template -Lisa Graves
 
How Do You Define Art Essay You Can Sign In To
How Do You Define Art Essay You Can Sign In ToHow Do You Define Art Essay You Can Sign In To
How Do You Define Art Essay You Can Sign In ToLisa Graves
 
How To Write A Linking Sentenc
How To Write A Linking SentencHow To Write A Linking Sentenc
How To Write A Linking SentencLisa Graves
 

More from Lisa Graves (20)

English Learning Essay
English Learning EssayEnglish Learning Essay
English Learning Essay
 
Strict Liability Essay
Strict Liability EssayStrict Liability Essay
Strict Liability Essay
 
Apocalypto Essay
Apocalypto EssayApocalypto Essay
Apocalypto Essay
 
Shocking Uc College Essay Prompts Thatsnotus
Shocking Uc College Essay Prompts ThatsnotusShocking Uc College Essay Prompts Thatsnotus
Shocking Uc College Essay Prompts Thatsnotus
 
My Role Model Essay Introduction In 2021 Essa
My Role Model Essay Introduction In 2021 EssaMy Role Model Essay Introduction In 2021 Essa
My Role Model Essay Introduction In 2021 Essa
 
Business Proposal Templates Examples Bus
Business Proposal Templates Examples BusBusiness Proposal Templates Examples Bus
Business Proposal Templates Examples Bus
 
Letter Writing Paper Free Printable Paper
Letter Writing Paper Free Printable PaperLetter Writing Paper Free Printable Paper
Letter Writing Paper Free Printable Paper
 
2Nd-Grade-Narrative-Writing-Prompts-SMI.Png
2Nd-Grade-Narrative-Writing-Prompts-SMI.Png2Nd-Grade-Narrative-Writing-Prompts-SMI.Png
2Nd-Grade-Narrative-Writing-Prompts-SMI.Png
 
Essay On Biodiversity In English For School Kids Students
Essay On Biodiversity In English For School Kids StudentsEssay On Biodiversity In English For School Kids Students
Essay On Biodiversity In English For School Kids Students
 
005 Being Leader Essay Example Thatsnotus
005 Being Leader Essay Example Thatsnotus005 Being Leader Essay Example Thatsnotus
005 Being Leader Essay Example Thatsnotus
 
IELTS Essay Planning 4 Step Approach - IELTS Ch
IELTS Essay Planning 4 Step Approach - IELTS ChIELTS Essay Planning 4 Step Approach - IELTS Ch
IELTS Essay Planning 4 Step Approach - IELTS Ch
 
Process Essay Thesis. Process Analysis Essay Ex
Process Essay Thesis. Process Analysis Essay ExProcess Essay Thesis. Process Analysis Essay Ex
Process Essay Thesis. Process Analysis Essay Ex
 
Star Writing Paper By King Education Creations TpT
Star Writing Paper By King Education Creations TpTStar Writing Paper By King Education Creations TpT
Star Writing Paper By King Education Creations TpT
 
Paper Fortune Teller - Wikipedia
Paper Fortune Teller - WikipediaPaper Fortune Teller - Wikipedia
Paper Fortune Teller - Wikipedia
 
Self Introduction Speech, Introduction Examples, Intr
Self Introduction Speech, Introduction Examples, IntrSelf Introduction Speech, Introduction Examples, Intr
Self Introduction Speech, Introduction Examples, Intr
 
Descriptive Essay Argumentative Writing Games
Descriptive Essay Argumentative Writing GamesDescriptive Essay Argumentative Writing Games
Descriptive Essay Argumentative Writing Games
 
What Should I Do A Persuasive Speech On. 8 P
What Should I Do A Persuasive Speech On. 8 PWhat Should I Do A Persuasive Speech On. 8 P
What Should I Do A Persuasive Speech On. 8 P
 
Autumn Leaf Shape Poem Template, Leaf Template -
Autumn Leaf Shape Poem Template, Leaf Template -Autumn Leaf Shape Poem Template, Leaf Template -
Autumn Leaf Shape Poem Template, Leaf Template -
 
How Do You Define Art Essay You Can Sign In To
How Do You Define Art Essay You Can Sign In ToHow Do You Define Art Essay You Can Sign In To
How Do You Define Art Essay You Can Sign In To
 
How To Write A Linking Sentenc
How To Write A Linking SentencHow To Write A Linking Sentenc
How To Write A Linking Sentenc
 

Recently uploaded

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 

Recently uploaded (20)

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 

Literature review on Emotion Recognition Techniques Using Facial Expressions

  • 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