CVApr 4, 2022

A Novel Capsule Neural Network Based Model for Drowsiness Detection Using Electroencephalography Signals

arXiv:2204.01666v137 citationsh-index: 32
Originality Incremental advance
AI Analysis

This work addresses automated drowsiness detection for safety-critical industries, presenting an incremental improvement using a newer deep learning method on a specific biomedical dataset.

The paper tackles drowsiness detection from EEG signals by proposing a Capsule Neural Network model that processes spectrogram images, achieving an average accuracy of 86.44% and sensitivity of 87.57%, outperforming a CNN with 75.86% accuracy and 79.47% sensitivity.

The early detection of drowsiness has become vital to ensure the correct and safe development of several industries' tasks. Due to the transient mental state of a human subject between alertness and drowsiness, automated drowsiness detection is a complex problem to tackle. The electroencephalography signals allow us to record variations in an individual's brain's electrical potential, where each of them gives specific information about a subject's mental state. However, due to this type of signal's nature, its acquisition, in general, is complex, so it is hard to have a large volume of data to apply techniques of Deep Learning for processing and classification optimally. Nevertheless, Capsule Neural Networks are a brand-new Deep Learning algorithm proposed for work with reduced amounts of data. It is a robust algorithm to handle the data's hierarchical relationships, which is an essential characteristic for work with biomedical signals. Therefore, this paper presents a Deep Learning-based method for drowsiness detection with CapsNet by using a concatenation of spectrogram images of the electroencephalography signals channels. The proposed CapsNet model is compared with a Convolutional Neural Network, which is outperformed by the proposed model, which obtains an average accuracy of 86,44% and 87,57% of sensitivity against an average accuracy of 75,86% and 79,47% sensitivity for the CNN, showing that CapsNet is more suitable for this kind of datasets and tasks.

Foundations

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

Your Notes