English

Local Multi-Head Channel Self-Attention for Facial Expression Recognition

Computer Vision and Pattern Recognition 2021-11-19 v2 Artificial Intelligence

Abstract

Since the Transformer architecture was introduced in 2017 there has been many attempts to bring the self-attention paradigm in the field of computer vision. In this paper we propose a novel self-attention module that can be easily integrated in virtually every convolutional neural network and that is specifically designed for computer vision, the LHC: Local (multi) Head Channel (self-attention). LHC is based on two main ideas: first, we think that in computer vision the best way to leverage the self-attention paradigm is the channel-wise application instead of the more explored spatial attention and that convolution will not be replaced by attention modules like recurrent networks were in NLP; second, a local approach has the potential to better overcome the limitations of convolution than global attention. With LHC-Net we managed to achieve a new state of the art in the famous FER2013 dataset with a significantly lower complexity and impact on the "host" architecture in terms of computational cost when compared with the previous SOTA.

Keywords

Cite

@article{arxiv.2111.07224,
  title  = {Local Multi-Head Channel Self-Attention for Facial Expression Recognition},
  author = {Roberto Pecoraro and Valerio Basile and Viviana Bono and Sara Gallo},
  journal= {arXiv preprint arXiv:2111.07224},
  year   = {2021}
}

Comments

https://github.com/Bodhis4ttva/LHC_Net

R2 v1 2026-06-24T07:37:31.081Z