Skip to content
Open access

Dygenn dynamic Gaussian weighted evolving Spiking Neural Network model for enhanced neurological disease detection

Aug 2026 · Discover Computing · Vol 29 · 0 citations · 37 references

TL;DR

A novel SNN model, Dynamic Gaussian-Weighted Evolving Spiking Neural Network (DyGENN) is developed and applied for the detection of Parkinson’s disease and epileptic seizure and outperforms existing models in both scenarios, suggesting its potential for broader application to other neurological conditions characterized by structured biomarker data.

Abstract

Spiking Neural Network (SNN) is a promising field for modelling neuronal activity in the brain, with applications in healthcare, agriculture, finance, manufacturing and others. However, traditional SNNs often suffer from static synaptic weights, limiting their adaptability to the changes in data. Hence, to enhance performance and more accurately model the biological process of the brain, a novel SNN model, Dynamic Gaussian-Weighted Evolving Spiking Neural Network (DyGENN) is developed and applied for the detection of Parkinson’s disease and epileptic seizure. DyGENN incorporates a time-varying synaptic weight function modeled by a Gaussian distribution. The output layer evolves dynamically by either adding new output neurons, updating parameters, or skipping sample learning based on the least error margin calculated from postsynaptic firing time and the desired class labels. The suggested model is evaluated on two different imbalanced datasets: the UCI Oxford Parkinson’s Disease Detection and the Bonn Epileptic Seizure dataset using percentage splitting and stratified K-fold cross validation. Compared to popular machine learning (Support Vector Machine (SVM) and Random Forest (RF)), deep learning (Convolutional Neural Network (CNN) and Long Short-Term Memory (LSTM)) and state-of-the-art SNN frameworks (Norse, SpikingJelly, and a custom PyTorch-based model), DyGENN achieves superior performance: 97.44% accuracy, 87.5% sensitivity, 100% specificity, and geometric mean (G-Mean) of 0.9354 for Parkinson’s disease detection; 97.98% accuracy, 95.83% sensitivity, 98.67% specificity, and G-Mean of 0.972 for epileptic seizure detection. The proposed model outperforms existing models in both scenarios, suggesting its potential for broader application to other neurological conditions characterized by structured biomarker data.

Read PDF

Similar papers

Conference Aug 2026

AstroSNN: astrocyte-augmented spiking neural networks for unsupervised image classification

Simulation results show that incorporating astrocytic modulation consistently enhances classification performance in leaky integrate-and-fire (LIF) networks, including under noisy conditions, and suggest that augmenting simplified astrocytic dynamics can improve robustness and computational capability in SNNs, while also increasing their biological plausibility.

D. Garcia, Sabir Jacquir · 0 citations
Review Open access Jul 2026

Spiking Neural Networks for the Analysis of Physiological Signals

Physiological signals, such as electroencephalograms (EEG), electrocardiograms (ECG), and electromyograms (EMG) play a critical role in modern clinical diagnosis, monitoring, and rehabilitation. While deep artificial neural networks (ANNs) have achieved strong performance in analyzing these signals, their high computational cost and energy demands limit deployment in real-time, wearable, and edge-based healthcare systems. Spiking Neural Networks (SNNs), inspired by biological neural computation, offer an event-driven alternative that naturally captures temporal dynamics and enables energy-efficient inference. This article provides a comprehensive review of SNN-based methods for physiological signal analysis across EEG, ECG, and EMG modalities. We survey neuron models, network architectures, encoding schemes, and training methodologies, and systematically review recent state-of-the-art applications in medical diagnosis and rehabilitation. Through analysis, we identify recurring architectural and methodological trends that indicate the dominance of convolution-based spiking architectures, the critical role of encoding strategies in determining energy efficiency, and the task-dependent nature of SNN training approaches. Despite demonstrating performance comparable to conventional deep learning models, often at significantly reduced computational cost, SNN research remains challenged by inconsistent evaluation protocols, limited benchmark standardization, and restricted clinical validation. We conclude by outlining key open challenges and future research directions, emphasizing the need for standardized benchmarks, encoding-aware training, and hybrid ANN–SNN systems. As neuromorphic hardware and event-driven learning methods continue to mature, SNNs are well-positioned to introduce scalable, low-power physiological signal processing for next-generation intelligent healthcare systems.

A. Brady, Hisham G. Daoud · 0 citations
Preprint Jul 2026

Burst Spiking Neural Networks

This work proposes Burst Spiking Neural Networks (BuSNNs), built upon Burst-enhanced Spiking Neurons and a Dynamic Weight Constraint (DWC) mechanism, which mitigates perturbation-induced transitions in activation states and thereby enhances robustness.

Jiahong Zhang, Sijun Shen, Man Yao et al. · 0 citations
Preprint Aug 2026

Noisy group neurons with synchronous resetting for high-performance spiking neural networks

This work proposes a noisy group neuron (NGN) model, which incorporates population-level synchronous resetting and neural stochasticity as fundamental computational mechanisms, and develops the NGN method as a framework that combines the NGN model with backpropagation learning based on mean-field dynamics.

Yajie Zhai, Yanmei Kang, Meng Li et al. · 0 citations
Open access Aug 2026

SAD-SNN: Spatial-Activation Distillation for High-Performance Spiking Neural Networks

A Spiking Neural Network (SNN) is a kind of brain-inspired and event-driven network, which is becoming a promising energy-efficient alternative to Artificial Neural Networks (ANNs). In recent years, SNN methods have been successfully applied in the fields of electromagnetic signal processing and image signal processing, particularly in application scenarios that require low energy consumption. However, the performance of SNNs by direct training is far from satisfactory. In this paper, we study a novel learning method named SAD-SNN (Spatial-Activation Distillation for Spiking Neural Networks), which utilizes the ANN model to guide the SNN model learning. Unlike prior works that rely on element-wise feature alignment approaches, SAD-SNN aligns spatial-activation maps at different resolutions of the teacher and student networks. Specifically, we introduce a direct alignment approach, which defines a spatial-activation loss and normalizes the representation vectors of ANN and SNN, to alleviate the unexpected precision loss. This enables the knowledge of teacher ANNs to be effectively transferred to train student SNNs. On three image classification datasets, our proposed SAD-SNN outperforms other SNN training methods no matter whether homogeneous or heterogeneous teacher ANNs are used. Furthermore, we apply SAD-SNN to the electromagnetic signal detection task, demonstrating strong generalization ability and superior performance. In conclusion, the experimental results on various tasks and SNN architectures demonstrate that our method is a general and effective solution that significantly improves the learning of student SNNs with only two time steps.

Chongxiao Qu, Qian Zhang, Chenxiao Dou et al. · 0 citations