English

Distract Your Attention: Multi-head Cross Attention Network for Facial Expression Recognition

Computer Vision and Pattern Recognition 2023-05-23 v6

Abstract

We present a novel facial expression recognition network, called Distract your Attention Network (DAN). Our method is based on two key observations. Firstly, multiple classes share inherently similar underlying facial appearance, and their differences could be subtle. Secondly, facial expressions exhibit themselves through multiple facial regions simultaneously, and the recognition requires a holistic approach by encoding high-order interactions among local features. To address these issues, we propose our DAN with three key components: Feature Clustering Network (FCN), Multi-head cross Attention Network (MAN), and Attention Fusion Network (AFN). The FCN extracts robust features by adopting a large-margin learning objective to maximize class separability. In addition, the MAN instantiates a number of attention heads to simultaneously attend to multiple facial areas and build attention maps on these regions. Further, the AFN distracts these attentions to multiple locations before fusing the attention maps to a comprehensive one. Extensive experiments on three public datasets (including AffectNet, RAF-DB, and SFEW 2.0) verified that the proposed method consistently achieves state-of-the-art facial expression recognition performance. Code will be made available at https://github.com/yaoing/DAN.

Keywords

Cite

@article{arxiv.2109.07270,
  title  = {Distract Your Attention: Multi-head Cross Attention Network for Facial Expression Recognition},
  author = {Zhengyao Wen and Wenzhong Lin and Tao Wang and Ge Xu},
  journal= {arXiv preprint arXiv:2109.07270},
  year   = {2023}
}

Comments

Paper appears in Biomimetics 2023, 8(2), 199

R2 v1 2026-06-24T05:59:13.554Z