paper-with-me

Papers

Spatial-Temporal Recurrent Neural Network for Emotion Recognition

2017-05-12 · Tong Zhang, Wenming Zheng, Zhen Cui, Yuan Zong, Yang Li

Emotion analysis is a crucial problem to endow artifact machines with real intelligence in many large potential applications. As external appearances of human emotions, electroencephalogram (EEG) signals and video face signals are widely used to track and analyze human's affective information. According to their common characteristics of spatial-temporal volumes, in this paper we propose a novel deep learning framework named spatial-temporal recurrent neural network (STRNN) to unify the learning of two different signal sources into a spatial-temporal dependency model. In STRNN, to capture those spatially cooccurrent variations of human emotions, a multi-directional recurrent neural network (RNN) layer is employed to capture longrange contextual cues by traversing the spatial region of each time slice from multiple angles. Then a bi-directional temporal RNN layer is further used to learn discriminative temporal dependencies from the sequences concatenating spatial features of each time slice produced from the spatial RNN layer. To further select those salient regions of emotion representation, we impose sparse projection onto those hidden states of spatial and temporal domains, which actually also increases the model discriminant ability because of this global consideration. Consequently, such a two-layer RNN model builds spatial dependencies as well as temporal dependencies of the input signals. Experimental results on the public emotion datasets of EEG and facial expression demonstrate the proposed STRNN method is more competitive over those state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1705.04515

Code (0)

등록된 구현이 없습니다.

Tasks

EEGElectroencephalogram (EEG)Emotion Recognition

Similar Papers 제목 키워드 기반

HetEmotionNet: Two-Stream Heterogeneous Graph Recurrent Neural Network for Multi-modal Emotion Recognition

2021-08-07 · Ziyu Jia, Youfang Lin, Jing Wang, Zhiyang Feng 외

The research on human emotion under multimedia stimulation based on physiological signals is an emerging field, and important progress has been achieved for emotion recognition based on multi-modal signals. However, it i…

Emotion Recognition

Emotion Recognition with Spatial Attention and Temporal Softmax Pooling

2019-10-02 · Masih Aminbeidokhti, Marco Pedersoli, Patrick Cardinal, Eric Granger

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 diffe…

Emotion Recognition

Spatio-Temporal Fuzzy-oriented Multi-Modal Meta-Learning for Fine-grained Emotion Recognition

2024-12-18 · Jingyao Wang, Wenwen Qiang, Changwen Zheng, Fuchun Sun

Fine-grained emotion recognition (FER) plays a vital role in various fields, such as disease diagnosis, personalized recommendations, and multimedia mining. However, existing FER methods face three key challenges in real…

Emotion RecognitionMeta-Learning

MIMAMO Net: Integrating Micro- and Macro-motion for Video Emotion Recognition

2019-11-21 · Didan Deng, Zhaokang Chen, Yuqian Zhou, Bertram Shi

Spatial-temporal feature learning is of vital importance for video emotion recognition. Previous deep network structures often focused on macro-motion which extends over long time scales, e.g., on the order of seconds. W…

Emotion RecognitionOptical Flow EstimationVideo Emotion Recognition

EEGFuseNet: Hybrid Unsupervised Deep Feature Characterization and Fusion for High-Dimensional EEG with An Application to Emotion Recognition

2021-02-07 · Zhen Liang, Rushuang Zhou, Li Zhang, Linling Li 외

How to effectively and efficiently extract valid and reliable features from high-dimensional electroencephalography (EEG), particularly how to fuse the spatial and temporal dynamic brain information into a better feature…

EEGElectroencephalogram (EEG)Emotion RecognitionGenerative Adversarial Network+1