paper-with-me

Papers

TSception: A Deep Learning Framework for Emotion Detection Using EEG

2020-04-02 · Yi Ding, Neethu Robinson, Qiuhao Zeng, Duo Chen, Aung Aung Phyo Wai, Tih-Shih Lee, Cuntai Guan

In this paper, we propose a deep learning framework, TSception, for emotion detection from electroencephalogram (EEG). TSception consists of temporal and spatial convolutional layers, which learn discriminative representations in the time and channel domains simultaneously. The temporal learner consists of multi-scale 1D convolutional kernels whose lengths are related to the sampling rate of the EEG signal, which learns multiple temporal and frequency representations. The spatial learner takes advantage of the asymmetry property of emotion responses at the frontal brain area to learn the discriminative representations from the left and right hemispheres of the brain. In our study, a system is designed to study the emotional arousal in an immersive virtual reality (VR) environment. EEG data were collected from 18 healthy subjects using this system to evaluate the performance of the proposed deep learning network for the classification of low and high emotional arousal states. The proposed method is compared with SVM, EEGNet, and LSTM. TSception achieves a high classification accuracy of 86.03%, which outperforms the prior methods significantly (p<0.05). The code is available at https://github.com/deepBrains/TSception

📄 PDF Abstract BibTeX arXiv:2004.02965

Code (1)

deepBrains/TSception 공식 구현 pytorch

Tasks

Deep LearningEEGElectroencephalogram (EEG)General Classification

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

TSception: Capturing Temporal Dynamics and Spatial Asymmetry from EEG for Emotion Recognition

2021-04-07 · Yi Ding, Neethu Robinson, Su Zhang, Qiuhao Zeng 외

The high temporal resolution and the asymmetric spatial activations are essential attributes of electroencephalogram (EEG) underlying emotional processes in the brain. To learn the temporal dynamics and spatial asymmetry…

EEGEmotion Recognition

Modified TSception for Analyzing Driver Drowsiness and Mental Workload from EEG

2025-12-25 · Gourav Siddhad, Anurag Singh, Rajkumar Saini, Partha Pratim Roy arxiv

Driver drowsiness is a leading cause of traffic accidents, necessitating real-time, reliable detection systems to ensure road safety. This study proposes a Modified TSception architecture for robust assessment of driver …

Evaluation in EEG Emotion Recognition: State-of-the-Art Review and Unified Framework

2025-05-14 · Natia Kukhilava, Tatia Tsmindashvili, Rapael Kalandadze, Anchit Gupta 외

Electroencephalography-based Emotion Recognition (EEG-ER) has become a growing research area in recent years. Analyzing 216 papers published between 2018 and 2023, we uncover that the field lacks a unified evaluation pro…

EEGEEG Emotion RecognitionEmotion Recognition

Expansion Quantization Network: An Efficient Micro-emotion Annotation and Detection Framework

2024-11-09 · Jingyi Zhou, Senlin Luo, Haofan Chen

Text emotion detection constitutes a crucial foundation for advancing artificial intelligence from basic comprehension to the exploration of emotional reasoning. Most existing emotion detection datasets rely on manual an…

Emotion Detection and ClassificationQuantization

Relevant Emotion Ranking from Text Constrained with Emotion Relationships

2018-06-01 · NAACL 2018 6 · Deyu Zhou, Yang Yang, Yulan He

Text might contain or invoke multiple emotions with varying intensities. As such, emotion detection, to predict multiple emotions associated with a given text, can be cast into a multi-label classification problem. We wo…

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONMulti-Label LearningTopic Models