CVAIHCDec 3, 2023

Facial Emotion Recognition Under Mask Coverage Using a Data Augmentation Technique

arXiv:2312.01335v18 citationsh-index: 6ICCKE
Originality Synthesis-oriented
AI Analysis

This addresses the challenge of emotion recognition during the Covid-19 pandemic for computer vision applications, but it is incremental as it adapts existing methods to masked faces.

The study tackled facial emotion recognition when individuals wear masks by proposing a system that uses a novel data augmentation technique with four mask types, achieving up to 97.82% accuracy in person-dependent mode and 74.21% in person-independent mode on the JAFFE dataset.

Identifying human emotions using AI-based computer vision systems, when individuals wear face masks, presents a new challenge in the current Covid-19 pandemic. In this study, we propose a facial emotion recognition system capable of recognizing emotions from individuals wearing different face masks. A novel data augmentation technique was utilized to improve the performance of our model using four mask types for each face image. We evaluated the effectiveness of four convolutional neural networks, Alexnet, Squeezenet, Resnet50 and VGGFace2 that were trained using transfer learning. The experimental findings revealed that our model works effectively in multi-mask mode compared to single-mask mode. The VGGFace2 network achieved the highest accuracy rate, with 97.82% for the person-dependent mode and 74.21% for the person-independent mode using the JAFFE dataset. However, we evaluated our proposed model using the UIBVFED dataset. The Resnet50 has demonstrated superior performance, with accuracies of 73.68% for the person-dependent mode and 59.57% for the person-independent mode. Moreover, we employed metrics such as precision, sensitivity, specificity, AUC, F1 score, and confusion matrix to measure our system's efficiency in detail. Additionally, the LIME algorithm was used to visualize CNN's decision-making strategy.

Code Implementations1 repo
Foundations

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

Your Notes