FERAtt: Facial Expression Recognition with Attention Net

Abstract

We present a new end-to-end network architecture for facial expression recognition with an attention model. It focuses attention in the human face and uses a Gaussian space representation for expression recognition. We devise this architecture based on two fundamental complementary components: (1) facial image correction and attention and (2) facial expression representation and classification. The first component uses an encoder-decoder style network and a convolutional feature extractor that are pixel-wise multiplied to obtain a feature attention map. The second component is responsible for obtaining an embedded representation and classification of the facial expression. We propose a loss function that creates a Gaussian structure on the representation space. To demonstrate the proposed method, we create two larger and more comprehensive synthetic datasets using the traditional BU3DFE and CK+ facial datasets. We compared results with the PreActResNet18 baseline. Our experiments on these datasets have shown the superiority of our approach in recognizing facial expressions.

Cite

Text

Marrero-Fernández et al. "FERAtt: Facial Expression Recognition with Attention Net." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2019. doi:10.1109/CVPRW.2019.00112

Markdown

[Marrero-Fernández et al. "FERAtt: Facial Expression Recognition with Attention Net." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2019.](https://mlanthology.org/cvprw/2019/marrerofernandez2019cvprw-feratt/) doi:10.1109/CVPRW.2019.00112

BibTeX

@inproceedings{marrerofernandez2019cvprw-feratt,
  title     = {{FERAtt: Facial Expression Recognition with Attention Net}},
  author    = {Marrero-Fernández, Pedro D. and Guerrero-Peña, Fidel A. and Ren, Tsang Ing and Cunha, Alexandre},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2019},
  pages     = {837-846},
  doi       = {10.1109/CVPRW.2019.00112},
  url       = {https://mlanthology.org/cvprw/2019/marrerofernandez2019cvprw-feratt/}
}