π€ AI Summary
To address the challenges of fine-grained emotion discrimination and model redundancy in facial expression recognition (FER), this paper proposes a lightweight and efficient framework. We first adapt ConvNeXt to FER, integrate a Spatial Transformer Network (STN) for adaptive localization of discriminative facial regions, incorporate Squeeze-and-Excitation (SE) modules to model inter-channel dependencies, and introduce a self-attention regularization mechanism to constrain feature distributions and enhance discriminative compactness. The method synergistically strengthens local-global representation learning. Evaluated on the FER2013 benchmark, our approach achieves state-of-the-art accuracy for seven basic emotion classes with significantly fewer parameters than existing methods. Ablation studies confirm the effectiveness and generalizability of both the architectural innovations and the proposed regularization strategy.
π Abstract
Facial expressions play a crucial role in human communication serving as a powerful and impactful means to express a wide range of emotions. With advancements in artificial intelligence and computer vision, deep neural networks have emerged as effective tools for facial emotion recognition. In this paper, we propose EmoNeXt, a novel deep learning framework for facial expression recognition based on an adapted ConvNeXt architecture network. We integrate a Spatial Transformer Network (STN) to focus on feature-rich regions of the face and Squeeze-and-Excitation blocks to capture channel-wise dependencies. Moreover, we introduce a self-attention regularization term, encouraging the model to generate compact feature vectors. We demonstrate the superiority of our model over existing state-of-the-art deep learning models on the FER2013 dataset regarding emotion classification accuracy.