Skip to content

soumyajit4419/Emotion-Recognition-from-Psychological-Signals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emotion-classification-Using EEG Data

AMIGOS DATASET (A dataset for affect, personality and mood research on individuals and groups)

GETTING STARTED:-

It is difficult to look at the EEG signal and identify the state of Human mind. In this problem statement a classifier needs to be trained with AMIGOS dataset to predict the state of mind. The state of mind is predicted in terms of valence, arousal, dominance and liking which can further be used to predict the state of mind in terms of expression.



PROCEDURE:-

The Preprocessed Data is used for training the classifier. Steps involve in training the dataset:-

  1. Extracting the dataset
  2. Finding the features
  3. Reducing the dimension
  4. Training the vector.
  5. Checking the Classifier efficiency.

DATASET DESCRIPTION:-

The AMIGOS dataset consists of the participants' profiles (anonymized participants' data, personality profiles and mood (PANAS) profiles), participant ratings, external annotations, neuro-physiological recordings (EEG, ECG and GSR signals), and video recording (frontal HD, full-body and depth videos) of two experiments:

  1. Short videos experiment: In this experiment, 40 volunteers watched a set of 16 short affective video extracts from movies. Each participant was in individual settings and rated each video in valence, arousal, dominance, familiarity and liking, and selected basic emotions (Neutral, Happiness, Sadness, Surprise, Fear, Anger, and Disgust) that they felt during the videos.

  2. Long videos experiment: In this experiment, 37 of the participants of the previous experiment watched a set of 4 long affective video extracts from movies. 17 of the participants performed the experiment in individual setting while the other 20 participants did it in group setting, in 5 groups of 4 people. Each participant rated each video in valence, arousal, dominance, familiarity and liking, and selected basic emotions (Neutral, Happiness, Sadness, Surprise, Fear, Anger, and Disgust) that they felt during the videos.

FINDING THE FEATURES:-

Wavelet transform and Fast Fourier Transform is used to decompose the each channel data into the five features i.e :-

  • Delta (< 4 Hz)
  • Theta (5-7 Hz)
  • Alpha (8-15 Hz)
  • Beta (16-31 Hz)
  • Gamma (> 32 Hz)

Energy and Entropy is computed for each feature band from each channel

  • For wavelet features Total Wavelet Entropy is calculated
  • For fourier features Spectral Entropy is calculated

Short-Time Fourier Transform (STFT)

  • Short-time Fourier transform (STFT) is a sequence of Fourier transforms of a windowed signal.

Results

Results on Arousal,Valence,Dominance And Liking:-

40 USERS

Preprocessing Technique Methods Metrics Arousal Valence Dominance Liking
Wavelet(Total Wavelet Entropy)
ANN Accuracy 73.5 64.7 60.08 76.3
SVC Accuracy 75 61 61.6 78.89
K-Fold CV 74.6 63.05 60.88 77.6
LOOCV 75.7 65.2 61.6 76.8
Fourier(Spectral Entropy)
ANN Accuracy 70.5 63.8 56.8 71.03
SVC Accuracy 72 63.2 64.8 69.4
K-Fold CV 74.8 60.7 63.2 71.3
LOOCV 76.6 61.8 61.3 72.1
Fusion of Wavelet and Fourier with PCA
SVC Accuracy 79.3 64.08 62.5 76.2
K-Fold CV 77.1 64.04 61.3 76.3
LOOCV 76.8 63.1 61 76.8
RVC Accuracy 77.4 61.3 59 78

20 USERS

Preprocessing Technique Methods Metrics Arousal Valence Dominance Liking
Wavelet(Relative Energy)
RVC Accuracy 73.07 64.51 59.54 73.86
SVC Accuracy 75.96 73.11 70.99 79.54
K-Fold CV 80.38 66.04 66.71 83.97
LOOCV 79.75 64.54 64.63 82.95
Stacking Classifier Accuracy 75.00 67.74 72.51 79.54
K-Fold CV 77.16 63.74 67.93 80.00
LOOCV 76.70 62.29 66.34 80.06
CNN 1D Accuracy 63.99 50.49 60.01 69.31
CNN 2D Accuracy 67.89 63.56 60.01 63.92
Fourier(Spectral Power)
RVC Accuracy 73.07 63.44 63.35 77.27
SVC Accuracy 81.73 66.66 61.83 78.40
K-Fold CV 80.12 64.89 66.25 81.70
LOOCV 78.49 64.56 67.38 80.20
Stacking Classifier Accuracy 76.92 62.36 71.75 75.00
K-Fold CV 77.93 63.30 66.56 79.77
LOOCV 77.69 62.89 67.54 79.57
CNN 1D Accuracy 61.70 58.09 61.93 67.11
CNN 2D Accuracy 62.35 53.40 58.52 63.99
Feature_Fusion(Wavelet Energy + Spectral Power)
RVC Accuracy 75.00 63.44 66.41 75.00
SVC Accuracy 76.92 69.89 70.22 80.68
K-Fold CV 80.12 67.33 68.09 85.56
LOOCV 80.65 65.70 66.19 82.43
Stacking Classifier Accuracy 77.88 67.74 72.51 80.68
K-Fold CV 76.64 64.46 66.56 83.50
LOOCV 78.76 62.48 66.24 80.67
CNN 1D Accuracy 61.86 56.17 58.87 72.44
CNN 2D Accuracy 68.11 61.22 55.53 66.19
Wavelet Transformation [Non-Overlapping]
SVC Accuracy 80.11 73.73 76.27 82.37
ANN (ELU) Accuracy 81.80 75.65 78.97 83.95
ANN (ReLU) Accuracy 83.66 78.93 80.94 84.66
ANN (Leaky ReLU) Accuracy 83.89 78.79 80.92 84.73
CNN 1D Accuracy 78.64 69.55 73.13 81.11
CNN 2D Accuracy 80.22 75.50 76.67 82.95
Wavelet Transformation [Overlapping]
SVC Accuracy 87.05 83.22 85.18 88.55
ANN Accuracy 93.28 91.05 91.59 93.36
CNN 1D Accuracy 89.9 85.95 88.21 90.89
CNN 2D Accuracy 92.30 90.35 91.51 93.45
Short Time Fast Fourier Transformation [Non-Overlapping]
SVC Accuracy 71.21 62.85 54.15 78.16
ANN (ELU) Accuracy 65.00 55.60 60.32 79.95
ANN (ReLU) Accuracy 74.40 62.01 66.48 81.86
ANN (Leaky ReLU) Accuracy 75.50 58.37 66.76 81.58
CNN 1D Accuracy 71.33 66.56 65.66 80.18
CNN 2D Accuracy 75.41 71.81 71.37 82.28
Short Time Fast Fourier Transformation [Overlapping]
SVC Accuracy 84.56 88.21 87.02 91.00
ANN Accuracy 88.80 89.05 90.59 91.07
CNN 1D Accuracy 91.45 92.93 93.47 93.76
CNN 2D Accuracy 94.22 93.78 94.04 94.44
Feature Fusion [Non-Overlapping]
SVC Accuracy 82.14 76.19 79.39 83.41
ANN (ELU) Accuracy 84.41 78.76 81.09 85.45
ANN (ReLU) Accuracy 85.28 81.53 83.44 86.56
ANN (Leaky ReLU) Accuracy 85.47 81.87 84.04 86.63
CNN 1D Accuracy 78.30 69.67 70.09 80.65
CNN 2D Accuracy 81.79 75.59 78.67 84.13
Feature Fusion [Overlapping]
SVC Accuracy 89.45 90.11 89.12 89.65
ANN Accuracy 95.38 95.69 96.15 96.76
CNN 1D Accuracy 93.66 93.14 92.62 92.46
CNN 2D Accuracy 96.63 95.87 96.30 96.77

Usage

  • DataConversion: Code to convert the amigos dataset from matlab files into csv files
  • Dataset: Transformed data to all users in pickle format
  • Fourier: Code for fourier transformation
  • Wavelet: Code for wavelet transformation
  • Src: Code to apply the wavelet and fourier transformation on raw data and store the data into dataset
  • Models: Code for different Machine Learning and Deep Learning methods applied

Contributers


Soumyajit Behera


Rahul Kumar Patro

About

Detection of human emotions from eeg signals using the amigos dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published