csndl-iitd / realtime-sleep-staging

Using ML for identification of sleep stages in real time in humans
MIT License
0 stars 0 forks source link

Cho and Hwang - 2020 - Spatio-Temporal Representation of an Electoencephalogram for Emotion Recognition Using a Three-Dimen #8

Closed gsaurabhr closed 3 months ago

gsaurabhr commented 4 months ago

This paper (added under references) uses 3D CNNs to classify emotions from EEG data. Please go through it and summarize it.

Especially interesting information to extract:

  1. What is the size of their dataset?
  2. How many channels?
  3. How long were the epochs that constitute a single 3D frame in time?
  4. What architecture do they use?
  5. What preprocessing have they performed?
  6. Challenges they faced
  7. How would these things apply to our data?

There might be other things that are interesting, so go through it and summarize them here.

Tanvig commented 4 months ago

Study Goals: Using 3D CNN representation to accurately capture the spatiotemporal dynamics of EEG signals for emotion classification.

TL;DR:

About the study and dataset:

Data preprocessing:

Traditional 2D feature representations of EEG signals and challenges:

image External reference: https://link.springer.com/article/10.1007/s11554-021-01161-4

3D CNN in this study:

Screenshot 2024-05-30 at 4 55 01 PM

image

Architectures used:

image

Experiment Details and Results:

Challenges faced:

In the context of our data: