Facial Emotion Recognition Using Machine Learning
Facial Emotion Recognition Using Machine Learning
Machine Learning
ABSTRACT
Face detection has been around for ages. Taking a step forward, human emotion
displayed by face and felt by brain, captured in either video, electric signal (EEG)
or image form can be approximated.
Human emotion detection is the need of the hour so that modern artificial
intelligent systems can emulate and gauge reactions from face.
This can be helpful to make informed decisions be it regarding identification of
intent, promotion of offers or security related threats.
Recognizing emotions from images or video is a trivial task for human eye, but
proves to be very challenging for machines and requires many image processing
techniques for feature extraction.
Several machine learning algorithms are suitable for this job.
INTRODUCTION
This can be useful to verify that the person standing in front of the camera is not just
a 2-dimensional representation . Another important domain where we see the
importance of emotion detection is for business promotions.
Most of the businesses thrive on customer responses to all their products and offers.
If an artificial intelligent system can capture and identify real time emotions based on
user image or video, they can make a decision on whether the customer liked or
disliked the product or offer.
PROBLEM DEFINIONAT
We can derive different types of features from the image and normalize it in vector
form. We can employ various types of techniques to identify the emotion like
calculating the ellipses formed on the face or the angles between different parts
like eyes, mouth etc.
Following are some of the prominent features which can be used for training
machine learning algorithms:
MOTIVATION
Tools
Recognizing emotions from images or video is a trivial task for human eye, but
proves to be very challenging for machines and requires many image processing
techniques for feature extraction.
Several machine learning algorithms are suitable for this job. Any detection or
recognition by machine learning requires training algorithm and then testing them
on a suitable dataset.
[[1] 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. [2]
Neerja and E. Walia, "Face Recognition Using Improved Fast PCA Algorithm," 2008 Congress
on Image and Signal Processing, Sanya, Hainan, 2008 [3] H. Ebine, Y. Shiga, M. Ikeda and O.
Nakamura, "The recognition of facial expressions with automatic detection of the reference
face," 2000 Canadian Conference on Electrical and Computer Engineering. Conference
Proceedings. Navigating to a New Era (Cat. No.00TH8492), Halifax, NS, 2000, pp. 1091-1099
vol.2. [4] 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 [5] 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
v
THANK YOU