CVAIHCROJun 19, 2022

Hybrid Facial Expression Recognition (FER2013) Model for Real-Time Emotion Classification and Prediction

arXiv:2206.09509v235 citationsh-index: 6
Originality Synthesis-oriented
AI Analysis

This work addresses real-time emotion classification for applications in AI, gaming, and HCI, but it is incremental as it builds on existing deep learning architectures.

The paper tackled facial expression recognition by proposing a hybrid deep learning model combining a DCNN and Haar Cascade, achieving up to 70% accuracy with a 6% improvement over state-of-the-art methods and reduced execution time of 2098.8 seconds.

Facial Expression Recognition is a vital research topic in most fields ranging from artificial intelligence and gaming to Human-Computer Interaction (HCI) and Psychology. This paper proposes a hybrid model for Facial Expression recognition, which comprises a Deep Convolutional Neural Network (DCNN) and Haar Cascade deep learning architectures. The objective is to classify real-time and digital facial images into one of the seven facial emotion categories considered. The DCNN employed in this research has more convolutional layers, ReLU Activation functions, and multiple kernels to enhance filtering depth and facial feature extraction. In addition, a haar cascade model was also mutually used to detect facial features in real-time images and video frames. Grayscale images from the Kaggle repository (FER-2013) and then exploited Graphics Processing Unit (GPU) computation to expedite the training and validation process. Pre-processing and data augmentation techniques are applied to improve training efficiency and classification performance. The experimental results show a significantly improved classification performance compared to state-of-the-art (SoTA) experiments and research. Also, compared to other conventional models, this paper validates that the proposed architecture is superior in classification performance with an improvement of up to 6%, totaling up to 70% accuracy, and with less execution time of 2098.8s.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes