Table of Contents
Fetching ...

InsideOut: An EfficientNetV2-S Based Deep Learning Framework for Robust Multi-Class Facial Emotion Recognition

Ahsan Farabi, Israt Khandaker, Ibrahim Khalil Shanto, Md Abdul Ahad Minhaz, Tanisha Zaman

TL;DR

Facial emotion recognition remains challenging due to occlusion, illumination, pose variation, subtle intra-class differences, and dataset imbalance. The authors present InsideOut, a lightweight FER framework based on EfficientNetV2-S that leverages transfer learning, data augmentation, and an imbalance-aware training recipe to achieve robust multi-class recognition with reproducible evaluation. On FER2013, InsideOut attains $62.8\%$ accuracy and macro F1 $0.590$, with strong performance for majority classes and notable improvements for minority classes like Disgust and Surprise, while challenging expressions like Fear and Sadness persist. This work demonstrates that efficient architectures coupled with targeted imbalance handling can provide practical, transparent FER solutions suitable for real-time deployment and as a reproducible baseline for future research.

Abstract

Facial Emotion Recognition (FER) is a key task in affective computing, enabling applications in human-computer interaction, e-learning, healthcare, and safety systems. Despite advances in deep learning, FER remains challenging due to occlusions, illumination and pose variations, subtle intra-class differences, and dataset imbalance that hinders recognition of minority emotions. We present InsideOut, a reproducible FER framework built on EfficientNetV2-S with transfer learning, strong data augmentation, and imbalance-aware optimization. The approach standardizes FER2013 images, applies stratified splitting and augmentation, and fine-tunes a lightweight classification head with class-weighted loss to address skewed distributions. InsideOut achieves 62.8% accuracy with a macro averaged F1 of 0.590 on FER2013, showing competitive results compared to conventional CNN baselines. The novelty lies in demonstrating that efficient architectures, combined with tailored imbalance handling, can provide practical, transparent, and reproducible FER solutions.

InsideOut: An EfficientNetV2-S Based Deep Learning Framework for Robust Multi-Class Facial Emotion Recognition

TL;DR

Facial emotion recognition remains challenging due to occlusion, illumination, pose variation, subtle intra-class differences, and dataset imbalance. The authors present InsideOut, a lightweight FER framework based on EfficientNetV2-S that leverages transfer learning, data augmentation, and an imbalance-aware training recipe to achieve robust multi-class recognition with reproducible evaluation. On FER2013, InsideOut attains accuracy and macro F1 , with strong performance for majority classes and notable improvements for minority classes like Disgust and Surprise, while challenging expressions like Fear and Sadness persist. This work demonstrates that efficient architectures coupled with targeted imbalance handling can provide practical, transparent FER solutions suitable for real-time deployment and as a reproducible baseline for future research.

Abstract

Facial Emotion Recognition (FER) is a key task in affective computing, enabling applications in human-computer interaction, e-learning, healthcare, and safety systems. Despite advances in deep learning, FER remains challenging due to occlusions, illumination and pose variations, subtle intra-class differences, and dataset imbalance that hinders recognition of minority emotions. We present InsideOut, a reproducible FER framework built on EfficientNetV2-S with transfer learning, strong data augmentation, and imbalance-aware optimization. The approach standardizes FER2013 images, applies stratified splitting and augmentation, and fine-tunes a lightweight classification head with class-weighted loss to address skewed distributions. InsideOut achieves 62.8% accuracy with a macro averaged F1 of 0.590 on FER2013, showing competitive results compared to conventional CNN baselines. The novelty lies in demonstrating that efficient architectures, combined with tailored imbalance handling, can provide practical, transparent, and reproducible FER solutions.

Paper Structure

This paper contains 18 sections, 7 figures, 1 table.

Figures (7)

  • Figure 1: Class distribution in FER2013, highlighting imbalance across categories.
  • Figure 2: Example preprocessed and augmented samples from FER2013.
  • Figure 3: InsideOut methodology pipeline: dataset preprocessing, EfficientNetV2--S transfer learning, training, and evaluation.
  • Figure 4: Confusion matrix of InsideOut on FER2013 test split. The matrix shows high separability for Happy and Surprise, while confusion remains between Fear, Sadness, and Neutral.
  • Figure 5: Training and validation accuracy across epochs. Validation accuracy peaks at epoch 13 ($67.5\%$).
  • ...and 2 more figures