NEAILGSep 12, 2024

Training Spiking Neural Networks via Augmented Direct Feedback Alignment

arXiv:2409.07776v13 citationsh-index: 10
Originality Incremental advance
AI Analysis

This addresses the problem of implementing SNNs on neuromorphic devices by providing a physically implementable and biologically plausible training method, though it appears incremental as it builds on existing feedback alignment approaches.

The paper tackles the challenge of training spiking neural networks (SNNs) due to their nondifferentiable nature, proposing augmented direct feedback alignment (aDFA) as a gradient-free method that achieves competitive performance without accurate prior knowledge, demonstrating superiority and stability over backpropagation and conventional direct feedback alignment.

Spiking neural networks (SNNs), the models inspired by the mechanisms of real neurons in the brain, transmit and represent information by employing discrete action potentials or spikes. The sparse, asynchronous properties of information processing make SNNs highly energy efficient, leading to SNNs being promising solutions for implementing neural networks in neuromorphic devices. However, the nondifferentiable nature of SNN neurons makes it a challenge to train them. The current training methods of SNNs that are based on error backpropagation (BP) and precisely designing surrogate gradient are difficult to implement and biologically implausible, hindering the implementation of SNNs on neuromorphic devices. Thus, it is important to train SNNs with a method that is both physically implementatable and biologically plausible. In this paper, we propose using augmented direct feedback alignment (aDFA), a gradient-free approach based on random projection, to train SNNs. This method requires only partial information of the forward process during training, so it is easy to implement and biologically plausible. We systematically demonstrate the feasibility of the proposed aDFA-SNNs scheme, propose its effective working range, and analyze its well-performing settings by employing genetic algorithm. We also analyze the impact of crucial features of SNNs on the scheme, thus demonstrating its superiority and stability over BP and conventional direct feedback alignment. Our scheme can achieve competitive performance without accurate prior knowledge about the utilized system, thus providing a valuable reference for physically training SNNs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes