HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

RED: Deep Recurrent Neural Networks for Sleep EEG Event Detection

Nicolás I. Tapia; Pablo A. Estévez

RED: Deep Recurrent Neural Networks for Sleep EEG Event Detection

Abstract

The brain electrical activity presents several short events during sleep that can be observed as distinctive micro-structures in the electroencephalogram (EEG), such as sleep spindles and K-complexes. These events have been associated with biological processes and neurological disorders, making them a research topic in sleep medicine. However, manual detection limits their study because it is time-consuming and affected by significant inter-expert variability, motivating automatic approaches. We propose a deep learning approach based on convolutional and recurrent neural networks for sleep EEG event detection called Recurrent Event Detector (RED). RED uses one of two input representations: a) the time-domain EEG signal, or b) a complex spectrogram of the signal obtained with the Continuous Wavelet Transform (CWT). Unlike previous approaches, a fixed time window is avoided and temporal context is integrated to better emulate the visual criteria of experts. When evaluated on the MASS dataset, our detectors outperform the state of the art in both sleep spindle and K-complex detection with a mean F1-score of at least 80.9% and 82.6%, respectively. Although the CWT-domain model obtained a similar performance than its time-domain counterpart, the former allows in principle a more interpretable input representation due to the use of a spectrogram. The proposed approach is event-agnostic and can be used directly to detect other types of sleep events.

Code Repositories

nicolasigor/cmorlet-tensorflow
tf
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
k-complex-detection-on-mass-ss2RED-CWT
F1-score (@IoU = 0.2): 0.828
F1-score (@IoU = 0.3): 0.827
k-complex-detection-on-mass-ss2RED-Time
F1-score (@IoU = 0.2): 0.826
F1-score (@IoU = 0.3): 0.825
spindle-detection-on-mass-ss2RED-CWT
F1-score (@IoU = 0.2): 0.809
F1-score (@IoU = 0.3): 0.809
spindle-detection-on-mass-ss2RED-Time
F1-score (@IoU = 0.2): 0.812
F1-score (@IoU = 0.3): 0.812

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
RED: Deep Recurrent Neural Networks for Sleep EEG Event Detection | Papers | HyperAI