
Facial Emotion Recognition Using Deep Learning
Author(s) -
K.U. Vimal,
S. K. Sandij,
Mitesh Yogesh,
S. Soundarya
Publication year - 2021
Publication title -
journal of physics. conference series
Language(s) - English
Resource type - Journals
SCImago Journal Rank - 0.21
H-Index - 85
eISSN - 1742-6596
pISSN - 1742-6588
DOI - 10.1088/1742-6596/1916/1/012118
Subject(s) - computer science , artificial intelligence , deep learning , emotion recognition , python (programming language) , recurrent neural network , facial expression , pattern recognition (psychology) , computer vision , artificial neural network , speech recognition , operating system
Facial emotion recognition (FER), because of its significant academic and business potential, is an important subject in the fields of computer vision and artificial intelligence. The purpose of this project is to develop an emotion detection pipeline using video frames. In particular, we detect and analyse the faces of the video through deep neural networks for the recognition of emotions. We use a CNN and an RNN based on documents submitted in the Wild Challenge for emotional recognition. An input video is divided into small segments. We will detect, crop and align faces for each segment. This gives an image sequence. A CNN will extract relevant features in the sequence for each image. These features will be sequentially feed to an RNN that encodes emotional movement and facial expressions. The entire process is carried out as a Python.