Effects of Introducing Synaptic Scaling on Spiking Neural Network Learning
Shinnosuke Touda, Hirotsugu Okuno

TL;DR
This paper explores how incorporating synaptic scaling into spiking neural networks enhances learning performance, demonstrating improved classification accuracy on MNIST datasets through specific normalization techniques.
Contribution
It introduces the integration of synaptic scaling with neural plasticity in WTA networks and evaluates its impact on classification accuracy using standard datasets.
Findings
L2-norm-based synaptic scaling improves accuracy
Achieved 88.84% on MNIST after one epoch
Achieved 68.01% on Fashion-MNIST after one epoch
Abstract
Spiking neural networks (SNNs) employing unsupervised learning methods inspired by neural plasticity are expected to be a new framework for artificial intelligence. In this study, we investigated the effect of multiple types of neural plasticity, such as spike-time-dependent plasticity (STDP) and synaptic scaling, on the learning in a winner-take-all (WTA) network composed of spiking neurons. We implemented a WTA network with multiple types of neural plasticity using Python. The MNIST and the Fashion-MNIST datasets were used for training and testing. We varied the number of neurons, the time constant of STDP, and the normalization method used in synaptic scaling to compare classification accuracy. The results demonstrated that synaptic scaling based on the L2 norm was the most effective in improving classification performance. By implementing L2-norm-based synaptic scaling and setting…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Memory and Neural Computing · Neural dynamics and brain function · Neural Networks and Reservoir Computing
