How Neuronal Noises Influence the Spiking Neural Networks’s Cognitive Learning Process: A Preliminary Study

Jing Liu,Xu Yang,Yimeng Zhu,Yunlin Lei,Jian Cai,Miao Wang,Ziyi Huan,Xialv Lin
DOI: https://doi.org/10.3390/brainsci11020153
IF: 3.333
2021-01-25
Brain Sciences
Abstract:In neuroscience, the Default Mode Network (DMN), also known as the default network or the default-state network, is a large-scale brain network known to have highly correlated activities that are distinct from other networks in the brain. Many studies have revealed that DMNs can influence other cognitive functions to some extent. This paper is motivated by this idea and intends to further explore on how DMNs could help Spiking Neural Networks (SNNs) on image classification problems through an experimental study. The approach emphasizes the bionic meaning on model selection and parameters settings. For modeling, we select Leaky Integrate-and-Fire (LIF) as the neuron model, Additive White Gaussian Noise (AWGN) as the input DMN, and design the learning algorithm based on Spike-Timing-Dependent Plasticity (STDP). Then, we experiment on a two-layer SNN to evaluate the influence of DMN on classification accuracy, and on a three-layer SNN to examine the influence of DMN on structure evolution, where the results both appear positive. Finally, we discuss possible directions for future works.
neurosciences
What problem does this paper attempt to address?
### Problems the Paper Attempts to Solve This paper aims to explore how neural noise affects the cognitive learning process of Spiking Neural Networks (SNN). Specifically: 1. **Impact of Background Noise on Classification Accuracy**: - The study evaluates the impact of Default Mode Network (DMN) as background noise on a two-layer SNN image classification task through experiments. The experimental results show that at an appropriate noise intensity (e.g., a mean of about 8 pA), classification accuracy improves. 2. **Assistance of Background Noise in Structural Evolution**: - In a three-layer SNN, the study observes that background noise aids in the growth of synapses in the memory layer. When background noise is introduced, new synaptic connections are more abundant compared to the absence of background noise, indicating that background noise can help SNNs better store information. Overall, the paper experimentally demonstrates that background noise (especially neural noise simulated by DMN) can improve the cognitive learning ability of SNNs to a certain extent and has potential benefits for SNN learning algorithms.