SSGCNet: A Sparse Spectra Graph Convolutional Network for Epileptic EEG Signal Classification
In this article, we propose a sparse spectra graph convolutional network (SSGCNet) for solving Epileptic EEG signal classification problems. The aim is to achieve a lightweight deep learning model without losing model classification accuracy. We propose a weighted neighborhood field graph (WNFG) to represent EEG signals, which reduces the redundant edges between graph nodes. WNFG has lower time complexity and memory usage than the conventional solutions. Using the graph representation, the sequential graph convolutional network is based on a combination of sparse weight pruning technique and the alternating direction method of multipliers (ADMM). Our approach can reduce computation complexity without effect on classification accuracy. We also present convergence results for the proposed approach. The performance of the approach is illustrated in public and clinical-real datasets. Compared with the existing literature, our WNFG of EEG signals achieves up to 10 times of redundant edge reduction, and our approach achieves up to 97 times of model pruning without loss of classification accuracy.
Code (0)
등록된 구현이 없습니다.
Tasks
ClassificationEEGEEG Signal ClassificationElectroencephalogram (EEG)Methods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
A Novel Method for Epileptic Seizure Detection Using Coupled Hidden Markov Models
We propose a novel Coupled Hidden Markov Model to detect epileptic seizures in multichannel electroencephalography (EEG) data. Our model defines a network of seizure propagation paths to capture both the temporal and spa…
EEGElectroencephalogram (EEG)Seizure DetectionVariational InferenceClassification of epileptic seizures in EEG data based on iterative gated graph convolution network
Introduction: The automatic and precise classification of epilepsy types using electroencephalogram (EEG) data promises significant advancements in diagnosing patients with epilepsy. However, the intricate interplay amon…
EEGElectroencephalogram (EEG)Epileptic Seizure Prediction: A Semi-Dilated Convolutional Neural Network Architecture
Accurate prediction of epileptic seizures has remained elusive, despite the many advances in machine learning and time-series classification. In this work, we develop a convolutional network module that exploits Electroe…
EEGElectroencephalogram (EEG)Seizure predictionTime Series+2Predicting epileptic seizures using nonnegative matrix factorization
This paper presents a procedure for the patient-specific prediction of epileptic seizures. To this end, a combination of nonnegative matrix factorization (NMF) and smooth basis functions with robust regression is applied…
EEGElectroencephalogram (EEG)Epilepsy PredictionSeizure predictionCayleyNets: Graph Convolutional Neural Networks with Complex Rational Spectral Filters
The rise of graph-structured data such as social networks, regulatory networks, citation graphs, and functional brain networks, in combination with resounding success of deep learning in various applications, has brought…
Community DetectionDeep LearningGeneral Classificationimage-classification+3