SPLGMay 21, 2021

Automated Detection of Abnormalities from an EEG Recording of Epilepsy Patients With a Compact Convolutional Neural Network

arXiv:2105.10358v235 citations
Originality Incremental advance
AI Analysis

This work addresses the need for automated EEG analysis to assist in epilepsy diagnosis, but it is incremental as it adapts an existing CNN architecture for a specific clinical application.

The paper tackled automated detection of abnormalities in EEG recordings for epilepsy patients by developing a compact convolutional neural network (mEEGNet), which achieved area under the curve, F1-values, and sensitivity equivalent to or higher than existing CNNs while using fewer parameters, evaluated on a dataset of 29 cases of juvenile and childhood absence epilepsy.

Electroencephalography (EEG) is essential for the diagnosis of epilepsy, but it requires expertise and experience to identify abnormalities. It is thus crucial to develop automated models for the detection of abnormalities in EEGs related to epilepsy. This paper describes the development of a novel class of compact convolutional neural networks (CNNs) for detecting abnormal patterns and electrodes in EEGs for epilepsy. The designed model is inspired by a CNN developed for brain-computer interfacing called multichannel EEGNet (mEEGNet). Unlike the EEGNet, the proposed model, mEEGNet, has the same number of electrode inputs and outputs to detect abnormal patterns. The mEEGNet was evaluated with a clinical dataset consisting of 29 cases of juvenile and childhood absence epilepsy labeled by a clinical expert. The labels were given to paroxysmal discharges visually observed in both ictal (seizure) and interictal (nonseizure) durations. Results showed that the mEEGNet detected abnormalities with the area under the curve, F1-values, and sensitivity equivalent to or higher than those of existing CNNs. Moreover, the number of parameters is much smaller than other CNN models. To our knowledge, the dataset of absence epilepsy validated with machine learning through this research is the largest in the literature.

Foundations

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

Your Notes