SOTAVerified

Emotion Separation and Recognition from a Facial Expression by Generating the Poker Face with Vision Transformers

2022-07-22Unverified0· sign in to hype

Jia Li, Jiantao Nie, Dan Guo, Richang Hong, Meng Wang

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Representation learning and feature disentanglement have garnered significant research interest in the field of facial expression recognition (FER). The inherent ambiguity of emotion labels poses challenges for conventional supervised representation learning methods. Moreover, directly learning the mapping from a facial expression image to an emotion label lacks explicit supervision signals for capturing fine-grained facial features. In this paper, we propose a novel FER model, named Poker Face Vision Transformer or PF-ViT, to address these challenges. PF-ViT aims to separate and recognize the disturbance-agnostic emotion from a static facial image via generating its corresponding poker face, without the need for paired images. Inspired by the Facial Action Coding System, we regard an expressive face as the combined result of a set of facial muscle movements on one's poker face (i.e., an emotionless face). PF-ViT utilizes vanilla Vision Transformers, and its components are firstly pre-trained as Masked Autoencoders on a large facial expression dataset without emotion labels, yielding excellent representations. Subsequently, we train PF-ViT using a GAN framework. During training, the auxiliary task of poke face generation promotes the disentanglement between emotional and emotion-irrelevant components, guiding the FER model to holistically capture discriminative facial details. Quantitative and qualitative results demonstrate the effectiveness of our method, surpassing the state-of-the-art methods on four popular FER datasets.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
AffectNetViT-baseAccuracy (8 emotion)57.99Unverified
AffectNetViT-tinyAccuracy (8 emotion)58.28Unverified
AffectNetVit-base + MAEAccuracy (8 emotion)62.42Unverified
FER+Vit-base + MAEAccuracy90.18Unverified
FER+ViT-baseAccuracy88.91Unverified
FER+ViT-tinyAccuracy88.56Unverified
RAF-DBViT-tinyOverall Accuracy87.03Unverified
RAF-DBViT-baseOverall Accuracy87.22Unverified
RAF-DBViT-base + MAEOverall Accuracy91.07Unverified

Reproductions