Consciousness Driven Spike Timing Dependent Plasticity

Sushant Yadav,Santosh Chaudhary,Rajesh Kumar
2024-05-04
Abstract:Spiking Neural Networks (SNNs), recognized for their biological plausibility and energy efficiency, employ sparse and asynchronous spikes for communication. However, the training of SNNs encounters difficulties coming from non-differentiable activation functions and the movement of spike-based inter-layer data. Spike-Timing Dependent Plasticity (STDP), inspired by neurobiology, plays a crucial role in SNN's learning, but its still lacks the conscious part of the brain used for learning. Considering the issue, this research work proposes a Consciousness Driven STDP (CD-STDP), an improved solution addressing inherent limitations observed in conventional STDP models. CD-STDP, designed to infuse the conscious part as coefficients of long-term potentiation (LTP) and long-term depression (LTD), exhibit a dynamic nature. The model connects LTP and LTD coefficients to current and past state of synaptic activities, respectively, enhancing consciousness and adaptability. This consciousness empowers the model to effectively learn while understanding the input patterns. The conscious coefficient adjustment in response to current and past synaptic activity extends the model's conscious and other cognitive capabilities, offering a refined and efficient approach for real-world applications. Evaluations on MNIST, FashionMNIST and CALTECH datasets showcase $CD$-STDP's remarkable accuracy of 98.6%, 85.61% and 99.0%, respectively, in a single hidden layer SNN. In addition, analysis of conscious elements and consciousness of the proposed model on SNN is performed.
Neurons and Cognition
What problem does this paper attempt to address?
### Problems the Paper Attempts to Solve The paper primarily aims to address the following issues: 1. **Consciousness Factors in Synaptic Plasticity (STDP)**: - Existing spike-timing-dependent plasticity (STDP) models play a crucial role in biological neural networks, but these models overlook the conscious part of the brain used for learning. The paper proposes an improved model—Consciousness-Driven STDP (CD-STDP), which aims to address this shortcoming by introducing a consciousness coefficient. 2. **Non-Differentiable Activation Functions and Data Transmission Issues**: - In spiking neural networks (SNN), the main difficulties encountered during training are non-differentiable activation functions and spike-based inter-layer data movement issues. The CD-STDP model enhances the network's learning ability by introducing a dynamic consciousness coefficient, thereby better handling these problems. 3. **Improving SNN Performance**: - The paper validates the effectiveness of CD-STDP through experiments on the MNIST, FashionMNIST, and CALTECH datasets, achieving high accuracies of 98.6%, 85.61%, and 99.0% respectively, demonstrating its superior performance in image recognition tasks. 4. **Exploring the Relationship Between Consciousness and Synaptic Plasticity**: - The paper attempts to integrate the concept of consciousness into the synaptic plasticity mechanism. By analyzing different consciousness elements and their impact on network performance, it further understands the role of consciousness in neural networks. By proposing the CD-STDP model, the paper not only addresses the limitations of existing STDP models but also provides new insights for understanding and simulating the brain's consciousness functions.