# Seizure Detection using Least EEG Channels by Deep Convolutional Neural   Network

**Authors:** Mustafa Talha Avcu, Zhuo Zhang, Derrick Wei Shih Chan

arXiv: 1901.05305 · 2019-06-25

## TL;DR

This study introduces SeizNet, a deep convolutional neural network for seizure detection using minimal EEG channels, demonstrating superior performance over traditional methods and interpretability of learned features.

## Contribution

The paper presents SeizNet, a novel CNN model that accurately detects seizures with fewer EEG channels, outperforming traditional SVM-based approaches.

## Key findings

- SeizNet achieves 95.8% sensitivity with fewer channels.
- Two-channel SeizNet outperforms full-channel SVM in sensitivity.
- Filters reveal seizure-like features in deeper convolutional layers.

## Abstract

This work aims to develop an end-to-end solution for seizure onset detection. We design the SeizNet, a Convolutional Neural Network for seizure detection. To compare SeizNet with traditional machine learning approach, a baseline classifier is implemented using spectrum band power features with Support Vector Machines (BPsvm). We explore the possibility to use the least number of channels for accurate seizure detection by evaluating SeizNet and BPsvm approaches using all channels and two channels settings respectively. EEG Data is acquired from 29 pediatric patients admitted to KK Woman's and Children's Hospital who were diagnosed as typical absence seizures. We conduct leave-one-out cross validation for all subjects. Using full channel data, BPsvm yields a sensitivity of 86.6\% and 0.84 false alarm (per hour) while SeizNet yields overall sensitivity of 95.8 \% with 0.17 false alarm. More interestingly, two channels seizNet outperforms full channel BPsvm with a sensitivity of 93.3\% and 0.58 false alarm. We further investigate interpretability of SeizNet by decoding the filters learned along convolutional layers. Seizure-like characteristics can be clearly observed in the filters from third and forth convolutional layers.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.05305/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1901.05305/full.md

## References

19 references — full list in the complete paper: https://tomesphere.com/paper/1901.05305/full.md

---
Source: https://tomesphere.com/paper/1901.05305