Face2Exp: Combating Data Biases for Facial Expression Recognition

Abstract

Facial expression recognition (FER) is challenging due to the class imbalance caused by data collection. Existing studies tackle the data bias problem using only labeled facial expression dataset. Orthogonal to existing FER methods, we propose to utilize large unlabeled face recognition (FR) datasets to enhance FER. However, this raises another data bias problem---the distribution mismatch between FR and FER data. To combat the mismatch, we propose the Meta-Face2Exp framework, which consists of a base network and an adaptation network. The base network learns prior expression knowledge on class-balanced FER data while the adaptation network is trained to fit the pseudo labels of FR data generated by the base model. To combat the mismatch between FR and FER data, Meta-Face2Exp uses a circuit feedback mechanism, which improves the base network with the feedback from the adaptation network. Experiments show that our Meta-Face2Exp achieves comparable accuracy to state-of-the-art FER methods with 10% of the labeled FER data utilized by the baselines. We also demonstrate that the circuit feedback mechanism successfully eliminates data bias.

Cite

Text

Zeng et al. "Face2Exp: Combating Data Biases for Facial Expression Recognition." Conference on Computer Vision and Pattern Recognition, 2022. doi:10.1109/CVPR52688.2022.01965

Markdown

[Zeng et al. "Face2Exp: Combating Data Biases for Facial Expression Recognition." Conference on Computer Vision and Pattern Recognition, 2022.](https://mlanthology.org/cvpr/2022/zeng2022cvpr-face2exp/) doi:10.1109/CVPR52688.2022.01965

BibTeX

@inproceedings{zeng2022cvpr-face2exp,
  title     = {{Face2Exp: Combating Data Biases for Facial Expression Recognition}},
  author    = {Zeng, Dan and Lin, Zhiyuan and Yan, Xiao and Liu, Yuting and Wang, Fei and Tang, Bo},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2022},
  pages     = {20291-20300},
  doi       = {10.1109/CVPR52688.2022.01965},
  url       = {https://mlanthology.org/cvpr/2022/zeng2022cvpr-face2exp/}
}