paper-with-me

Papers

Transformer-Based Self-Supervised Learning for Emotion Recognition

2022-04-08 · Juan Vazquez-Rodriguez, Grégoire Lefebvre, Julien Cumin, James L. Crowley

In order to exploit representations of time-series signals, such as physiological signals, it is essential that these representations capture relevant information from the whole signal. In this work, we propose to use a Transformer-based model to process electrocardiograms (ECG) for emotion recognition. Attention mechanisms of the Transformer can be used to build contextualized representations for a signal, giving more importance to relevant parts. These representations may then be processed with a fully-connected network to predict emotions. To overcome the relatively small size of datasets with emotional labels, we employ self-supervised learning. We gathered several ECG datasets with no labels of emotion to pre-train our model, which we then fine-tuned for emotion recognition on the AMIGOS dataset. We show that our approach reaches state-of-the-art performances for emotion recognition using ECG signals on AMIGOS. More generally, our experiments show that transformers and pre-training are promising strategies for emotion recognition with physiological signals.

📄 PDF Abstract BibTeX arXiv:2204.05103

Code (0)

등록된 구현이 없습니다.

Tasks

Emotion RecognitionSelf-Supervised LearningTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Self-Supervised learning with cross-modal transformers for emotion recognition

2020-11-20 · Aparna Khare, Srinivas Parthasarathy, Shiva Sundaram

Emotion recognition is a challenging task due to limited availability of in-the-wild labeled datasets. Self-supervised learning has shown improvements on tasks with limited labeled datasets in domains like speech and nat…

Emotion RecognitionLanguage ModelingLanguage ModellingMasked Language Modeling+3

Transformer-based Self-supervised Multimodal Representation Learning for Wearable Emotion Recognition

2023-03-29 · Yujin WU, Mohamed Daoudi, Ali Amad

Recently, wearable emotion recognition based on peripheral physiological signals has drawn massive attention due to its less invasive nature and its applicability in real-life scenarios. However, how to effectively fuse …

Emotion ClassificationEmotion RecognitionRepresentation LearningSelf-Supervised Learning

Multimodal Emotion Recognition with Transformer-Based Self Supervised Feature Fusion

2020-10-27 · Shamane Siriwardhana ; Tharindu Kaluarachchi ; Mark Billinghurst ; Suranga Nanayakkara

Emotion Recognition is a challenging research area given its complex nature, and humans express emotional cues across various modalities such as language, facial expressions, and speech. Representation and fusion of feat…

Emotion RecognitionMultimodal Deep LearningMultimodal Emotion RecognitionMultimodal Sentiment Analysis+2

Multi-Modal Emotion Recognition by Text, Speech and Video Using Pretrained Transformers

2024-02-11 · Minoo Shayaninasab, Bagher BabaAli

Due to the complex nature of human emotions and the diversity of emotion representation methods in humans, emotion recognition is a challenging field. In this research, three input modalities, namely text, audio (speech)…

DiversityEmotion RecognitionMultimodal Emotion RecognitionSelf-Supervised Learning+1

Persian Speech Emotion Recognition by Fine-Tuning Transformers

2024-02-11 · Minoo Shayaninasab, Bagher BabaAli

Given the significance of speech emotion recognition, numerous methods have been developed in recent years to create effective and efficient systems in this domain. One of these methods involves the use of pretrained tra…

Emotion RecognitionSelf-Supervised LearningSpeech Emotion Recognition