Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Vision Transformer with Attentive Pooling for Robust Facial Expression Recognition

About

Facial Expression Recognition (FER) in the wild is an extremely challenging task. Recently, some Vision Transformers (ViT) have been explored for FER, but most of them perform inferiorly compared to Convolutional Neural Networks (CNN). This is mainly because the new proposed modules are difficult to converge well from scratch due to lacking inductive bias and easy to focus on the occlusion and noisy areas. TransFER, a representative transformer-based method for FER, alleviates this with multi-branch attention dropping but brings excessive computations. On the contrary, we present two attentive pooling (AP) modules to pool noisy features directly. The AP modules include Attentive Patch Pooling (APP) and Attentive Token Pooling (ATP). They aim to guide the model to emphasize the most discriminative features while reducing the impacts of less relevant features. The proposed APP is employed to select the most informative patches on CNN features, and ATP discards unimportant tokens in ViT. Being simple to implement and without learnable parameters, the APP and ATP intuitively reduce the computational cost while boosting the performance by ONLY pursuing the most discriminative features. Qualitative results demonstrate the motivations and effectiveness of our attentive poolings. Besides, quantitative results on six in-the-wild datasets outperform other state-of-the-art methods.

Fanglei Xue, Qiangchang Wang, Zichang Tan, Zhongsong Ma, Guodong Guo• 2022

Related benchmarks

TaskDatasetResultRank
Facial Expression RecognitionRAF-DB (test)
Accuracy91.98
180
Facial Expression RecognitionFERPlus (test)
Accuracy0.9086
100
Facial Expression RecognitionAffectNet 7-way (test)
Accuracy66.91
91
Facial Expression RecognitionAFEW (test)
Accuracy53.8
35
Facial Expression RecognitionAffWild2 (test)
Accuracy49.4
33
Facial Expression RecognitionSFEW 2.0 (val)
Accuracy61.92
31
Facial Expression RecognitionExpW
Accuracy73.48
27
Facial Expression RecognitionRAF-DB 1.0 (test)
Accuracy91.98
18
Facial Expression RecognitionRML (test)
Accuracy67.6
17
Static Facial Expression RecognitionAffectNet 7-class (test)
Accuracy66.91
10
Showing 10 of 12 rows

Other info

Follow for update