SlideShare a Scribd company logo
1 of 20
DAYANANDA SAGAR UNIVERSITY
SCHOOL OF ENGINEERING
Department of Computer Science and Engineering
Special Topic-II Review 1
<SIMPLE AND MIXED EMOTION IN FACIAL EXPRESSION>
Under the Supervision of
Prof. MONISH.L
(Department of CSE(Data
Science)
Presented By:
MANJUNATH AV
SHAMANTH.K
SHREYAS.S
(ENG20CY0016)
(ENG20CS0328)
(ENG20CS0346)
SHARANESH PRABHU UPASE (ENG21CS1018)
AJITESH.S.KUMAR (ENG20CY0005)
OVERVIEW
• ABSTRACT
• PROBLEM STATEMENT
• INTRODUCTION
• IMPORTANCE OF EMOTION RECOGNITION
• LITERATURE SURVEY
• METHODOLOGY
• CNN ALGORITHM
• APPLICATION
• ALGORITHM
• EXPIREMENT & RESULT
• CODE & OUTPUT
• CONCLUSION
• REFERENCES
ABSTRACT
• Automatic emotion recognition through facial expression analysis is an
emerging topic on affective computing and social signal processing.
• Existing research on emotion recognition focuses on recognizing basic
emotions (happy, sad, surprise, disgust, fear, and angry), but less effort has
been done for mixed emotion recognition due to its complexity.
• We will identify the simple emotion and the compound emotion in the face and
will compare the emotion of the model.
PROBLEM STATEMENT
Identifying the compound emotion is a challenging task. We will
detect the simple emotions like Happy, Sad, so on along with the
compound emotions like Happily surprised, Happily Disgusted in
the face and will try to analyze the person. The objective of both
simple and compound emotion detection to understand the
psychological behavior of the person under observation.
INTRODUCTION
• One of the biggest research challenge in intelligent machine is on exploring
human behavior and how they interact with their environment.
• Humans share seven facial expressions that reflect the experiencing of
fundamental emotions. These fundamental, emotions are anger, contempt,
disgust, fear, happiness, sadness, and surprise.
• Computers that can recognize facial expressions can find application where
efficiency and automation can be useful, including in entertainment, social media,
content analysis, criminal justice, and healthcare. For example, content providers
can determine the reactions of a consumer and adjust their future offerings
accordingly.
WHAT IS EMOTION?
Emotions are reflected
in voice, hand and
body gestures, and
mainly through facial
expressions
FACIAL EMOTION
Anger Fear Disgust Happy Sad Surprise
There are six types of facial emotions.
IMPORTANCE OF EMOTION RECOGNITION
• Human beings express emotions in day to day
interactions.
• Understanding emotions and knowing how to
react to people’s expressions greatly enriches
the interaction.
LITERATURE SURVEY
Author’s
Name/Paper Title
Conference
/journal Name and
year
Techonolo
gy/Design
Result shared by
author
What you
infer
1.Ninad Mehendale
Facial emotion
recognition using
convolutional neural
networks (2020)
SN Applied sciences
2020
Key frame
extraction
from input
video.
Shows regular front-facing
cases with angry and
surprise emotions, and
the algorithm could easily
detect them.
FERC is a novel
way of facial
emotion
detection that
uses the
advantages of
CNN and
supervised
learning
(feasible due to
big data).
2. Dewi Yanti Liliana
Mixed Facial Emotion
Recognition using
Active Appearance
Model and Hidden
Conditional Random
Fields
International Journal of
Pure and Applied
Mathematics Volume
118 No. 18
2018
Mixed Facial
Emotion
Recognition
We test our proposed
AAM HCRF model and
compare it results with
CRF model, and SVM-CRF
model on a modified CK+
dataset as well as our own
made mixed emotion
dataset.
To the best of
our knowledge,
there is no
reporting use of
AAM-HCRF for
mixed
emotion
recognition
previously
Author’s
Name/Paper Title
Conference
/journal
Name and
year
Techonology/D
esign
Result shared by
author
What you
infer
3. Illiana Azizan
Facial Emotion
Recognition
International
Conference Of
Sustainable
Engineering ,
Technology
and
Management
(ICSETM-2018)
Dec 20, 2018
Local Binary
Pattern, Linear
Discriminant
Analaysis.
Emotion expression is
important in
communication, hence
improving the quality of
interaction between
human. The study of
facial emotion
recognition between
Human Robot Interface
(HRI) in a near future.
HMM use a set of
statistical model
to describe the
statistical
behaviour of a
signal and SVM
used different
kernel function to
map data in input
space into high
dimensional
feature spaces
4. Zhihan Lv
Emotion Recognition of
Students Based on
Facial Expressions in
Online Education Based
on the Perspective of
Computer Simulation
Complexity,
vol. (2020)
In addition to the
vision-based
methods, other
biometric
techniques can
also be adopted.
the result of this
experiment can provide
favorable support for the
performance of the
model when applied to
real environment.
By inputting this
image into the
applied CNN
model, we
obtained the
emotional tags
PROPOSED METHODOLOGY
• Capture images
• Image pre-processing
i. RGB to grey scale conversion
ii. Scale-Normalization
• Feature Recognition
• Building the model
• Training
• Simple and compound Facial
Emotion Recognition
• Measuring the performance of the
model
METHODOLOGY
CONVOLUTION NEURAL NETWORK
ALGORITHM (CNN)
Convolutional Neural Network (CNN) is an neural network which extracts or
identifies a feature in a particular image. This forms one of the most
fundamental operations in Machine Learning and is widely used as a base
model in majority of Neural Networks like GoogleNet, VGG19 and others for
various tasks such as Object Detection, Image Classification and others.
CNN has the following five basic components:
•Convolution : to detect features in an image.
•ReLU : to make the image smooth and
make boundaries distinct.
•Pooling : to help fix distored images.
•Flattening : to turn the image into a
suitable representation.
•Full connection : to process the data in a
• neural network.
APPLICATION
• E-Learning System
• Robotics System
• Human-Computer interaction system
• Mobile lock system-Face recognition
system
ALGORITHM
Step 1: Take a still image of a normal expression pic1 (say) of a human face.
Step 2: Converts the color image to grayscale.
Step 3: Crop the five facial image region of interest (ROI) (eyes, eye brows and lip)
from the image by defining region.
Step 4: Find edges of all image region.
Step 5: Take a still image of a emotional face (angry or happy) pic2 (say) of same
person and repeat step 2, 3 and 4.
Step 7: Comparing the deviation of edges of the specified region of pic1 with
pic2 by finding the Euclidian distances of coordinate of each pixel.
Step 8: Put the Euclidian distances in a array k (say).
Step 9: Find the standard deviation (SD)fromtheelements of array.
Step 10: Comparing the SD with pre-define thresholdand get the emotions.
Experiment & Result
30 images were used to create the template.
60 were tested.
Statistical Values of Three categories
Code & Output
Conclusion
o Implementation through this process is quite easy.
o Have to improve over the capturing Process.
o Edge detection procedure should be less complex.
REFERENCES
• W.Swinkels, L. Claesen , F.Xiao and H. Shen, "SVM point-based real-time emotion
•detection," 2017 IEEE Conference on Dependable and Secure Computing, Taipei,
•2017.
• A. C. Le Ngo, Y
.H. Oh, R. C. W.Phan and J. See, "Eulerian emotion magnification
for subtle expression recognition," 2016 IEEE International Conference on
Acoustics, Speech and Signal Processing (ICASSP), Shanghai, 2016
• V. Kazemi and J. Sullivan, "One millisecond face alignment with an ensemble
of regression trees," 2014 IEEE Conference on Computer Vision and Pattern
Recognition, Columbus, OH, 2014
• G. T.Kaya, "A Hybrid Model for Classification of Remote Sensing Images With
Linear SVM and Support Vector Selection and Adaptation," in IEEE Journal of
Selected Topics in Applied Earth Observations and Remote Sensing, vol. 6, no. 4, pp.
1988-1997, Aug. 2013
• J. J. Lee, M. Zia Uddin and T.S. Kim, "spatiotemporal human facial
expression recognition using fisher independent component analysis and
Hidden Markov Model," 2008 30th Annual International Conference of the
IEEE Engineering in Medicine and Biology Society, Vancouver, BC, 2008.
THANK YOU

More Related Content

What's hot

Machine Learning Interpretability
Machine Learning InterpretabilityMachine Learning Interpretability
Machine Learning Interpretabilityinovex GmbH
 
Predicting Emotions through Facial Expressions
Predicting Emotions through Facial Expressions  Predicting Emotions through Facial Expressions
Predicting Emotions through Facial Expressions twinkle singh
 
Template Matching - Pattern Recognition
Template Matching - Pattern RecognitionTemplate Matching - Pattern Recognition
Template Matching - Pattern RecognitionMustafa Salam
 
Understanding neural radiance fields
Understanding neural radiance fieldsUnderstanding neural radiance fields
Understanding neural radiance fieldsVarun Bhaseen
 
Trends in Computer Graphics
Trends in Computer GraphicsTrends in Computer Graphics
Trends in Computer GraphicsSajal Maharjan
 
Activation function
Activation functionActivation function
Activation functionAstha Jain
 
Scale Invariant Feature Transform
Scale Invariant Feature TransformScale Invariant Feature Transform
Scale Invariant Feature Transformkislayabhi
 
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)Convolution Neural Network (CNN)
Convolution Neural Network (CNN)Basit Rafiq
 
Anomaly detection (Unsupervised Learning) in Machine Learning
Anomaly detection (Unsupervised Learning) in Machine LearningAnomaly detection (Unsupervised Learning) in Machine Learning
Anomaly detection (Unsupervised Learning) in Machine LearningKuppusamy P
 
Introduction to Machine learning ppt
Introduction to Machine learning pptIntroduction to Machine learning ppt
Introduction to Machine learning pptshubhamshirke12
 
zernike moments for image classification
zernike moments for image classificationzernike moments for image classification
zernike moments for image classificationSandeep Kumar
 
Pattern recognition and Machine Learning.
Pattern recognition and Machine Learning.Pattern recognition and Machine Learning.
Pattern recognition and Machine Learning.Rohit Kumar
 
Region based segmentation
Region based segmentationRegion based segmentation
Region based segmentationramya marichamy
 
Machine Learning for Medical Image Analysis: What, where and how?
Machine Learning for Medical Image Analysis:What, where and how?Machine Learning for Medical Image Analysis:What, where and how?
Machine Learning for Medical Image Analysis: What, where and how?Debdoot Sheet
 
Introduction to Deep Learning
Introduction to Deep LearningIntroduction to Deep Learning
Introduction to Deep LearningOswald Campesato
 

What's hot (20)

Human Emotion Recognition
Human Emotion RecognitionHuman Emotion Recognition
Human Emotion Recognition
 
Machine Learning Interpretability
Machine Learning InterpretabilityMachine Learning Interpretability
Machine Learning Interpretability
 
Predicting Emotions through Facial Expressions
Predicting Emotions through Facial Expressions  Predicting Emotions through Facial Expressions
Predicting Emotions through Facial Expressions
 
Image segmentation
Image segmentation Image segmentation
Image segmentation
 
Template Matching - Pattern Recognition
Template Matching - Pattern RecognitionTemplate Matching - Pattern Recognition
Template Matching - Pattern Recognition
 
Understanding neural radiance fields
Understanding neural radiance fieldsUnderstanding neural radiance fields
Understanding neural radiance fields
 
Emotion recognition
Emotion recognitionEmotion recognition
Emotion recognition
 
Trends in Computer Graphics
Trends in Computer GraphicsTrends in Computer Graphics
Trends in Computer Graphics
 
Borderline Smote
Borderline SmoteBorderline Smote
Borderline Smote
 
Activation function
Activation functionActivation function
Activation function
 
Scale Invariant Feature Transform
Scale Invariant Feature TransformScale Invariant Feature Transform
Scale Invariant Feature Transform
 
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
 
Anomaly detection (Unsupervised Learning) in Machine Learning
Anomaly detection (Unsupervised Learning) in Machine LearningAnomaly detection (Unsupervised Learning) in Machine Learning
Anomaly detection (Unsupervised Learning) in Machine Learning
 
Epipolar geometry
Epipolar geometryEpipolar geometry
Epipolar geometry
 
Introduction to Machine learning ppt
Introduction to Machine learning pptIntroduction to Machine learning ppt
Introduction to Machine learning ppt
 
zernike moments for image classification
zernike moments for image classificationzernike moments for image classification
zernike moments for image classification
 
Pattern recognition and Machine Learning.
Pattern recognition and Machine Learning.Pattern recognition and Machine Learning.
Pattern recognition and Machine Learning.
 
Region based segmentation
Region based segmentationRegion based segmentation
Region based segmentation
 
Machine Learning for Medical Image Analysis: What, where and how?
Machine Learning for Medical Image Analysis:What, where and how?Machine Learning for Medical Image Analysis:What, where and how?
Machine Learning for Medical Image Analysis: What, where and how?
 
Introduction to Deep Learning
Introduction to Deep LearningIntroduction to Deep Learning
Introduction to Deep Learning
 

Similar to final ppt -ORIGINAL_Facial_Emotion_Detection special topic -2 review 1-1 (1) (1).pptx

EMOTION RECOGNITION SYSTEMS: A REVIEW
EMOTION RECOGNITION SYSTEMS: A REVIEWEMOTION RECOGNITION SYSTEMS: A REVIEW
EMOTION RECOGNITION SYSTEMS: A REVIEWIRJET Journal
 
Synops emotion recognize
Synops emotion recognizeSynops emotion recognize
Synops emotion recognizeAvdhesh Gupta
 
Deep learning for pose-invariant face detection in unconstrained environment
Deep learning for pose-invariant face detection in unconstrained environmentDeep learning for pose-invariant face detection in unconstrained environment
Deep learning for pose-invariant face detection in unconstrained environmentIJECEIAES
 
A Robust & Fast Face Detection System
A Robust & Fast Face Detection SystemA Robust & Fast Face Detection System
A Robust & Fast Face Detection SystemIDES Editor
 
Recognizing Facial Expression Through Frequency Neural Network.pptx
Recognizing Facial Expression Through Frequency Neural Network.pptxRecognizing Facial Expression Through Frequency Neural Network.pptx
Recognizing Facial Expression Through Frequency Neural Network.pptxsrajece
 
Facial Emotion Recognition using Convolution Neural Network
Facial Emotion Recognition using Convolution Neural NetworkFacial Emotion Recognition using Convolution Neural Network
Facial Emotion Recognition using Convolution Neural NetworkYogeshIJTSRD
 
A Survey on Emotion Recognition Using CNN
A Survey on Emotion Recognition Using CNNA Survey on Emotion Recognition Using CNN
A Survey on Emotion Recognition Using CNNIRJET Journal
 
Face Recognition using PCA and MSNN
Face Recognition using PCA and MSNNFace Recognition using PCA and MSNN
Face Recognition using PCA and MSNNRABI GAYAN
 
Development of video-based emotion recognition using deep learning with Googl...
Development of video-based emotion recognition using deep learning with Googl...Development of video-based emotion recognition using deep learning with Googl...
Development of video-based emotion recognition using deep learning with Googl...TELKOMNIKA JOURNAL
 
Facial emotion detection on babies' emotional face using Deep Learning.
Facial emotion detection on babies' emotional face using Deep Learning.Facial emotion detection on babies' emotional face using Deep Learning.
Facial emotion detection on babies' emotional face using Deep Learning.Takrim Ul Islam Laskar
 
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
 
Emotion recognition and drowsiness detection using python.ppt
Emotion recognition and drowsiness detection using python.pptEmotion recognition and drowsiness detection using python.ppt
Emotion recognition and drowsiness detection using python.pptGopi Naidu
 
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
 
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
 
IRJET- ATM Security using Machine Learning
IRJET- ATM Security using Machine LearningIRJET- ATM Security using Machine Learning
IRJET- ATM Security using Machine LearningIRJET Journal
 
Machine Learning.pptx
Machine Learning.pptxMachine Learning.pptx
Machine Learning.pptxRehmatUllah46
 
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
 
Face recognization using artificial nerual network
Face recognization using artificial nerual networkFace recognization using artificial nerual network
Face recognization using artificial nerual networkDharmesh Tank
 
76 s201920
76 s20192076 s201920
76 s201920IJRAT
 
Deep Neural NEtwork
Deep Neural NEtworkDeep Neural NEtwork
Deep Neural NEtworkVai Jayanthi
 

Similar to final ppt -ORIGINAL_Facial_Emotion_Detection special topic -2 review 1-1 (1) (1).pptx (20)

EMOTION RECOGNITION SYSTEMS: A REVIEW
EMOTION RECOGNITION SYSTEMS: A REVIEWEMOTION RECOGNITION SYSTEMS: A REVIEW
EMOTION RECOGNITION SYSTEMS: A REVIEW
 
Synops emotion recognize
Synops emotion recognizeSynops emotion recognize
Synops emotion recognize
 
Deep learning for pose-invariant face detection in unconstrained environment
Deep learning for pose-invariant face detection in unconstrained environmentDeep learning for pose-invariant face detection in unconstrained environment
Deep learning for pose-invariant face detection in unconstrained environment
 
A Robust & Fast Face Detection System
A Robust & Fast Face Detection SystemA Robust & Fast Face Detection System
A Robust & Fast Face Detection System
 
Recognizing Facial Expression Through Frequency Neural Network.pptx
Recognizing Facial Expression Through Frequency Neural Network.pptxRecognizing Facial Expression Through Frequency Neural Network.pptx
Recognizing Facial Expression Through Frequency Neural Network.pptx
 
Facial Emotion Recognition using Convolution Neural Network
Facial Emotion Recognition using Convolution Neural NetworkFacial Emotion Recognition using Convolution Neural Network
Facial Emotion Recognition using Convolution Neural Network
 
A Survey on Emotion Recognition Using CNN
A Survey on Emotion Recognition Using CNNA Survey on Emotion Recognition Using CNN
A Survey on Emotion Recognition Using CNN
 
Face Recognition using PCA and MSNN
Face Recognition using PCA and MSNNFace Recognition using PCA and MSNN
Face Recognition using PCA and MSNN
 
Development of video-based emotion recognition using deep learning with Googl...
Development of video-based emotion recognition using deep learning with Googl...Development of video-based emotion recognition using deep learning with Googl...
Development of video-based emotion recognition using deep learning with Googl...
 
Facial emotion detection on babies' emotional face using Deep Learning.
Facial emotion detection on babies' emotional face using Deep Learning.Facial emotion detection on babies' emotional face using Deep Learning.
Facial emotion detection on babies' emotional face using Deep Learning.
 
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
 
Emotion recognition and drowsiness detection using python.ppt
Emotion recognition and drowsiness detection using python.pptEmotion recognition and drowsiness detection using python.ppt
Emotion recognition and drowsiness detection using python.ppt
 
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...
 
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 ...
 
IRJET- ATM Security using Machine Learning
IRJET- ATM Security using Machine LearningIRJET- ATM Security using Machine Learning
IRJET- ATM Security using Machine Learning
 
Machine Learning.pptx
Machine Learning.pptxMachine Learning.pptx
Machine Learning.pptx
 
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
 
Face recognization using artificial nerual network
Face recognization using artificial nerual networkFace recognization using artificial nerual network
Face recognization using artificial nerual network
 
76 s201920
76 s20192076 s201920
76 s201920
 
Deep Neural NEtwork
Deep Neural NEtworkDeep Neural NEtwork
Deep Neural NEtwork
 

Recently uploaded

(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 

Recently uploaded (20)

(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 

final ppt -ORIGINAL_Facial_Emotion_Detection special topic -2 review 1-1 (1) (1).pptx

  • 1. DAYANANDA SAGAR UNIVERSITY SCHOOL OF ENGINEERING Department of Computer Science and Engineering Special Topic-II Review 1 <SIMPLE AND MIXED EMOTION IN FACIAL EXPRESSION> Under the Supervision of Prof. MONISH.L (Department of CSE(Data Science) Presented By: MANJUNATH AV SHAMANTH.K SHREYAS.S (ENG20CY0016) (ENG20CS0328) (ENG20CS0346) SHARANESH PRABHU UPASE (ENG21CS1018) AJITESH.S.KUMAR (ENG20CY0005)
  • 2. OVERVIEW • ABSTRACT • PROBLEM STATEMENT • INTRODUCTION • IMPORTANCE OF EMOTION RECOGNITION • LITERATURE SURVEY • METHODOLOGY • CNN ALGORITHM • APPLICATION • ALGORITHM • EXPIREMENT & RESULT • CODE & OUTPUT • CONCLUSION • REFERENCES
  • 3. ABSTRACT • Automatic emotion recognition through facial expression analysis is an emerging topic on affective computing and social signal processing. • Existing research on emotion recognition focuses on recognizing basic emotions (happy, sad, surprise, disgust, fear, and angry), but less effort has been done for mixed emotion recognition due to its complexity. • We will identify the simple emotion and the compound emotion in the face and will compare the emotion of the model.
  • 4. PROBLEM STATEMENT Identifying the compound emotion is a challenging task. We will detect the simple emotions like Happy, Sad, so on along with the compound emotions like Happily surprised, Happily Disgusted in the face and will try to analyze the person. The objective of both simple and compound emotion detection to understand the psychological behavior of the person under observation.
  • 5. INTRODUCTION • One of the biggest research challenge in intelligent machine is on exploring human behavior and how they interact with their environment. • Humans share seven facial expressions that reflect the experiencing of fundamental emotions. These fundamental, emotions are anger, contempt, disgust, fear, happiness, sadness, and surprise. • Computers that can recognize facial expressions can find application where efficiency and automation can be useful, including in entertainment, social media, content analysis, criminal justice, and healthcare. For example, content providers can determine the reactions of a consumer and adjust their future offerings accordingly.
  • 6. WHAT IS EMOTION? Emotions are reflected in voice, hand and body gestures, and mainly through facial expressions
  • 7. FACIAL EMOTION Anger Fear Disgust Happy Sad Surprise There are six types of facial emotions.
  • 8. IMPORTANCE OF EMOTION RECOGNITION • Human beings express emotions in day to day interactions. • Understanding emotions and knowing how to react to people’s expressions greatly enriches the interaction.
  • 9. LITERATURE SURVEY Author’s Name/Paper Title Conference /journal Name and year Techonolo gy/Design Result shared by author What you infer 1.Ninad Mehendale Facial emotion recognition using convolutional neural networks (2020) SN Applied sciences 2020 Key frame extraction from input video. Shows regular front-facing cases with angry and surprise emotions, and the algorithm could easily detect them. FERC is a novel way of facial emotion detection that uses the advantages of CNN and supervised learning (feasible due to big data). 2. Dewi Yanti Liliana Mixed Facial Emotion Recognition using Active Appearance Model and Hidden Conditional Random Fields International Journal of Pure and Applied Mathematics Volume 118 No. 18 2018 Mixed Facial Emotion Recognition We test our proposed AAM HCRF model and compare it results with CRF model, and SVM-CRF model on a modified CK+ dataset as well as our own made mixed emotion dataset. To the best of our knowledge, there is no reporting use of AAM-HCRF for mixed emotion recognition previously
  • 10. Author’s Name/Paper Title Conference /journal Name and year Techonology/D esign Result shared by author What you infer 3. Illiana Azizan Facial Emotion Recognition International Conference Of Sustainable Engineering , Technology and Management (ICSETM-2018) Dec 20, 2018 Local Binary Pattern, Linear Discriminant Analaysis. Emotion expression is important in communication, hence improving the quality of interaction between human. The study of facial emotion recognition between Human Robot Interface (HRI) in a near future. HMM use a set of statistical model to describe the statistical behaviour of a signal and SVM used different kernel function to map data in input space into high dimensional feature spaces 4. Zhihan Lv Emotion Recognition of Students Based on Facial Expressions in Online Education Based on the Perspective of Computer Simulation Complexity, vol. (2020) In addition to the vision-based methods, other biometric techniques can also be adopted. the result of this experiment can provide favorable support for the performance of the model when applied to real environment. By inputting this image into the applied CNN model, we obtained the emotional tags
  • 11. PROPOSED METHODOLOGY • Capture images • Image pre-processing i. RGB to grey scale conversion ii. Scale-Normalization • Feature Recognition • Building the model • Training • Simple and compound Facial Emotion Recognition • Measuring the performance of the model
  • 13. CONVOLUTION NEURAL NETWORK ALGORITHM (CNN) Convolutional Neural Network (CNN) is an neural network which extracts or identifies a feature in a particular image. This forms one of the most fundamental operations in Machine Learning and is widely used as a base model in majority of Neural Networks like GoogleNet, VGG19 and others for various tasks such as Object Detection, Image Classification and others. CNN has the following five basic components: •Convolution : to detect features in an image. •ReLU : to make the image smooth and make boundaries distinct. •Pooling : to help fix distored images. •Flattening : to turn the image into a suitable representation. •Full connection : to process the data in a • neural network.
  • 14. APPLICATION • E-Learning System • Robotics System • Human-Computer interaction system • Mobile lock system-Face recognition system
  • 15. ALGORITHM Step 1: Take a still image of a normal expression pic1 (say) of a human face. Step 2: Converts the color image to grayscale. Step 3: Crop the five facial image region of interest (ROI) (eyes, eye brows and lip) from the image by defining region. Step 4: Find edges of all image region. Step 5: Take a still image of a emotional face (angry or happy) pic2 (say) of same person and repeat step 2, 3 and 4. Step 7: Comparing the deviation of edges of the specified region of pic1 with pic2 by finding the Euclidian distances of coordinate of each pixel. Step 8: Put the Euclidian distances in a array k (say). Step 9: Find the standard deviation (SD)fromtheelements of array. Step 10: Comparing the SD with pre-define thresholdand get the emotions.
  • 16. Experiment & Result 30 images were used to create the template. 60 were tested. Statistical Values of Three categories
  • 18. Conclusion o Implementation through this process is quite easy. o Have to improve over the capturing Process. o Edge detection procedure should be less complex.
  • 19. REFERENCES • W.Swinkels, L. Claesen , F.Xiao and H. Shen, "SVM point-based real-time emotion •detection," 2017 IEEE Conference on Dependable and Secure Computing, Taipei, •2017. • A. C. Le Ngo, Y .H. Oh, R. C. W.Phan and J. See, "Eulerian emotion magnification for subtle expression recognition," 2016 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Shanghai, 2016 • V. Kazemi and J. Sullivan, "One millisecond face alignment with an ensemble of regression trees," 2014 IEEE Conference on Computer Vision and Pattern Recognition, Columbus, OH, 2014 • G. T.Kaya, "A Hybrid Model for Classification of Remote Sensing Images With Linear SVM and Support Vector Selection and Adaptation," in IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, vol. 6, no. 4, pp. 1988-1997, Aug. 2013 • J. J. Lee, M. Zia Uddin and T.S. Kim, "spatiotemporal human facial expression recognition using fisher independent component analysis and Hidden Markov Model," 2008 30th Annual International Conference of the IEEE Engineering in Medicine and Biology Society, Vancouver, BC, 2008.