Emotion Recognition with Spatial Attention and Temporal Softmax Pooling
Video-based emotion recognition is a challenging task because it requires to distinguish the small deformations of the human face that represent emotions, while being invariant to stronger visual differences due to different identities. State-of-the-art methods normally use complex deep learning models such as recurrent neural networks (RNNs, LSTMs, GRUs), convolutional neural networks (CNNs, C3D, residual networks) and their combination. In this paper, we propose a simpler approach that combines a CNN pre-trained on a public dataset of facial images with (1) a spatial attention mechanism, to localize the most important regions of the face for a given emotion, and (2) temporal softmax pooling, to select the most important frames of the given video. Results on the challenging EmotiW dataset show that this approach can achieve higher accuracy than more complex approaches.
Code (0)
등록된 구현이 없습니다.
Tasks
Emotion RecognitionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
4D Attention-based Neural Network for EEG Emotion Recognition
Electroencephalograph (EEG) emotion recognition is a significant task in the brain-computer interface field. Although many deep learning methods are proposed recently, it is still challenging to make full use of the info…
Brain Computer InterfaceEEGEEG Emotion RecognitionElectroencephalogram (EEG)+1Locally temporal-spatial pattern learning with graph attention mechanism for EEG-based emotion recognition
Technique of emotion recognition enables computers to classify human affective states into discrete categories. However, the emotion may fluctuate instead of maintaining a stable state even within a short time interval. …
EEGElectroencephalogram (EEG)Emotion RecognitionGraph AttentionPositional-Spectral-Temporal Attention in 3D Convolutional Neural Networks for EEG Emotion Recognition
Recognizing the feelings of human beings plays a critical role in our daily communication. Neuroscience has demonstrated that different emotion states present different degrees of activation in different brain regions, E…
EEGEEG Emotion RecognitionElectroencephalogram (EEG)Emotion RecognitionMulti-modal Mood Reader: Pre-trained Model Empowers Cross-Subject Emotion Recognition
Emotion recognition based on Electroencephalography (EEG) has gained significant attention and diversified development in fields such as neural signal processing and affective computing. However, the unique brain anatomy…
AnatomyEEGEmotion RecognitionUnityAn End-to-End Visual-Audio Attention Network for Emotion Recognition in User-Generated Videos
Emotion recognition in user-generated videos plays an important role in human-centered computing. Existing methods mainly employ traditional two-stage shallow pipeline, i.e. extracting visual and/or audio features and tr…
Emotion RecognitionVideo Emotion Recognition