Improved Cross-Dataset Facial Expression Recognition by Handling Data Imbalance and Feature Confusion

Abstract

Facial Expression Recognition (FER) models trained on one dataset (source) usually do not perform well on a different dataset (target) due to the implicit domain shift between different datasets. In addition, FER data is naturally highly imbalanced, with a majority of the samples belonging to few expressions like neutral, happy and relatively fewer samples coming from expressions like disgust, fear, etc., which makes the FER task even more challenging. This class imbalance of the source and target data (which may be different), along with other factors like similarity of few expressions, etc., can result in unsatisfactory target classification performance due to confusion between the different classes. In this work, we propose an integrated module, termed DIFC , which can not only handle the source D ata I mbalance, but also the F eature C onfusion of the target data for improved classification of the target expressions. We integrate this DIFC module with an existing Unsupervised Domain Adaptation (UDA) approach to handle the domain shift and show that the proposed simple yet effective module can result in significant performance improvement on four benchmark datasets for Cross-Dataset FER (CD-FER) task. We also show that the proposed module works across different architectures and can be used with other UDA baselines to further boost their performance.

Cite

Text

Sreenivas et al. "Improved Cross-Dataset Facial Expression Recognition by Handling Data Imbalance and Feature Confusion." European Conference on Computer Vision Workshops, 2022. doi:10.1007/978-3-031-25072-9_17

Markdown

[Sreenivas et al. "Improved Cross-Dataset Facial Expression Recognition by Handling Data Imbalance and Feature Confusion." European Conference on Computer Vision Workshops, 2022.](https://mlanthology.org/eccvw/2022/sreenivas2022eccvw-improved/) doi:10.1007/978-3-031-25072-9_17

BibTeX

@inproceedings{sreenivas2022eccvw-improved,
  title     = {{Improved Cross-Dataset Facial Expression Recognition by Handling Data Imbalance and Feature Confusion}},
  author    = {Sreenivas, Manogna and Takamuku, Sawa and Biswas, Soma and Chepuri, Aditya and Vengatesan, Balasubramanian and Natori, Naotake},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2022},
  pages     = {262-277},
  doi       = {10.1007/978-3-031-25072-9_17},
  url       = {https://mlanthology.org/eccvw/2022/sreenivas2022eccvw-improved/}
}