SPLGMLMay 15, 2020

RED: Deep Recurrent Neural Networks for Sleep EEG Event Detection

arXiv:2005.07795v220 citations
AI Analysis

This addresses the problem of automating sleep event detection for sleep medicine researchers and clinicians, offering a more efficient and consistent alternative to manual labeling, though it appears incremental as it builds on existing deep learning methods.

The paper tackles automatic detection of sleep EEG events like spindles and K-complexes, which are time-consuming to label manually, by proposing a deep learning approach called RED that uses convolutional and recurrent neural networks with flexible time windows. It achieves state-of-the-art results with mean F1-scores of at least 80.9% for spindles and 82.6% for K-complexes on the MASS dataset.

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 Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes