MixAugment & Mixup: Augmentation Methods for Facial Expression Recognition
Andreas Psaroudakis, Dimitrios Kollias

TL;DR
This paper evaluates Mixup for facial expression recognition in unconstrained environments and introduces MixAugment, a new augmentation method that improves model performance by combining virtual and real examples.
Contribution
The paper proposes MixAugment, a novel data augmentation strategy based on Mixup, specifically designed for in-the-wild facial expression recognition tasks.
Findings
MixAugment outperforms Mixup and state-of-the-art methods.
Combining dropout with MixAugment enhances performance.
MixAugment effectively handles large variations in real-world FER data.
Abstract
Automatic Facial Expression Recognition (FER) has attracted increasing attention in the last 20 years since facial expressions play a central role in human communication. Most FER methodologies utilize Deep Neural Networks (DNNs) that are powerful tools when it comes to data analysis. However, despite their power, these networks are prone to overfitting, as they often tend to memorize the training data. What is more, there are not currently a lot of in-the-wild (i.e. in unconstrained environment) large databases for FER. To alleviate this issue, a number of data augmentation techniques have been proposed. Data augmentation is a way to increase the diversity of available data by applying constrained transformations on the original data. One such technique, which has positively contributed to various classification tasks, is Mixup. According to this, a DNN is trained on convex…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEmotion and Mood Recognition · Face and Expression Recognition · Hand Gesture Recognition Systems
MethodsMixup · Dropout
