paper-with-me

홈 › Papers

MixAugment & Mixup: Augmentation Methods for Facial Expression Recognition

2022-05-09 · Andreas Psaroudakis, Dimitrios Kollias

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 combinations of pairs of examples and their corresponding labels. In this paper, we examine the effectiveness of Mixup for in-the-wild FER in which data have large variations in head poses, illumination conditions, backgrounds and contexts. We then propose a new data augmentation strategy which is based on Mixup, called MixAugment. According to this, the network is trained concurrently on a combination of virtual examples and real examples; all these examples contribute to the overall loss function. We conduct an extensive experimental study that proves the effectiveness of MixAugment over Mixup and various state-of-the-art methods. We further investigate the combination of dropout with Mixup and MixAugment, as well as the combination of other data augmentation techniques with MixAugment.

📄 PDF Abstract BibTeX arXiv:2205.04442

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationFacial Expression RecognitionFacial Expression Recognition (FER)

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

FaceMixup: Enhancing Facial Expression Recognition through Mixed Face Regularization

2024-05-30 · Fabio A. Faria, Mateus M. Souza, Raoni F. da S. Teixeira, Mauricio P. Segundo

The proliferation of deep learning solutions and the scarcity of large annotated datasets pose significant challenges in real-world applications. Various strategies have been explored to overcome this challenge, with dat…

Data AugmentationDeep LearningFacial Expression RecognitionFacial Expression Recognition (FER)+1

MixCut:A Data Augmentation Method for Facial Expression Recognition

2024-05-17 · Jiaxiang Yu, Yiyang Liu, Ruiyang Fan, Guobing Sun

In the facial expression recognition task, researchers always get low accuracy of expression classification due to a small amount of training samples. In order to solve this kind of problem, we proposes a new data augmen…

ClassificationData AugmentationFacial Expression Recognition

Enhancing Ambiguous Dynamic Facial Expression Recognition with Soft Label-based Data Augmentation

2025-06-25 · Ryosuke Kawamura, Hideaki Hayashi, Shunsuke Otake, Noriko Takemura 외

Dynamic facial expression recognition (DFER) is a task that estimates emotions from facial expression video sequences. For practical applications, accurately recognizing ambiguous facial expressions -- frequently encount…

Data AugmentationDynamic Facial Expression RecognitionFacial Expression Recognition

MIDAS: Mixing Ambiguous Data with Soft Labels for Dynamic Facial Expression Recognition

2025-02-28 · Ryosuke Kawamura, Hideaki Hayashi, Noriko Takemura, Hajime Nagahara

Dynamic facial expression recognition (DFER) is an important task in the field of computer vision. To apply automatic DFER in practice, it is necessary to accurately recognize ambiguous facial expressions, which often ap…

Data AugmentationDynamic Facial Expression RecognitionFacial Expression Recognition

Bridging the Gaps: Utilizing Unlabeled Face Recognition Datasets to Boost Semi-Supervised Facial Expression Recognition

2024-10-23 · Jie Song, Mengqiao He, Jinhua Feng, Bairong Shen

In recent years, Facial Expression Recognition (FER) has gained increasing attention. Most current work focuses on supervised learning, which requires a large amount of labeled and diverse images, while FER suffers from …

Data AugmentationFace RecognitionFace ReconstructionFacial Expression Recognition+1