arXiv:2601.18228cs.CVcs.LG2026-01

用轻量EfficientNetB2模型提升人脸表情识别准确率

Facial Emotion Recognition on FER-2013 using an EfficientNetB2-Based Approach

  • 基于EfficientNetB2构建轻量级表情识别模型
  • 在FER-2013上达68.78%测试准确率,参数量仅为VGG16的十分之一
  • 适合实时与边缘设备部署,抗噪声与类别不平衡能力强

基于真实场景中的人脸图像进行情绪检测面临低质量图像、光照变化、姿态差异、背景干扰、类间差异小、标注噪声和严重类别不平衡等问题,尤其在48x48灰度图的FER-2013数据集上表现显著。尽管使用VGG、ResNet等大型CNN方法可获得较好准确率,但其计算开销大、内存占用高,难以用于实时应用。本文提出一种基于EfficientNetB2的轻量高效表情识别流程,采用两阶段预热与微调策略训练,结合AdamW优化器、解耦权重衰减、标签平滑(epsilon=0.06)降低标注噪声、裁剪类别权重缓解类别不平衡,并融合丢弃率、混合精度训练与广泛实时数据增强。模型在分层87.5%/12.5%训练验证划分下训练,保留官方测试集不变,最终在测试集上达到68.78%准确率,参数量约为VGG16基线的十分之一。实验结果包括每类指标与学习动态分析,表明训练稳定、泛化能力强,适用于实时与边缘计算场景。

原文摘要 · Abstract (English)

Detection of human emotions based on facial images in real-world scenarios is a difficult task due to low image quality, variations in lighting, pose changes, background distractions, small inter-class variations, noisy crowd-sourced labels, and severe class imbalance, as observed in the FER-2013 dataset of 48x48 grayscale images. Although recent approaches using large CNNs such as VGG and ResNet achieve reasonable accuracy, they are computationally expensive and memory-intensive, limiting their practicality for real-time applications. We address these challenges using a lightweight and efficient facial emotion recognition pipeline based on EfficientNetB2, trained using a two-stage warm-up and fine-tuning strategy. The model is enhanced with AdamW optimization, decoupled weight decay, label smoothing (epsilon = 0.06) to reduce annotation noise, and clipped class weights to mitigate class imbalance, along with dropout, mixed-precision training, and extensive real-time data augmentation. The model is trained using a stratified 87.5%/12.5% train-validation split while keeping the official test set intact, achieving a test accuracy of 68.78% with nearly ten times fewer parameters than VGG16-based baselines. Experimental results, including per-class metrics and learning dynamics, demonstrate stable training and strong generalization, making the proposed approach suitable for real-time and edge-based applications.

表情识别EfficientNet轻量模型边缘计算

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。