LGSep 9, 2023

Learning Spiking Neural Network from Easy to Hard task

arXiv:2309.04737v31 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses the biological plausibility of SNNs for researchers in neuromorphic computing, though it appears incremental as it applies an existing training strategy (CL) to SNNs.

The authors tackled the problem of Spiking Neural Networks (SNNs) not aligning with human learning principles by proposing a CL-SNN model that integrates Curriculum Learning (CL) to process data from easy to hard, resulting in promising experimental outcomes on multiple datasets including MNIST, CIFAR10, and neuromorphic datasets.

Starting with small and simple concepts, and gradually introducing complex and difficult concepts is the natural process of human learning. Spiking Neural Networks (SNNs) aim to mimic the way humans process information, but current SNNs models treat all samples equally, which does not align with the principles of human learning and overlooks the biological plausibility of SNNs. To address this, we propose a CL-SNN model that introduces Curriculum Learning(CL) into SNNs, making SNNs learn more like humans and providing higher biological interpretability. CL is a training strategy that advocates presenting easier data to models before gradually introducing more challenging data, mimicking the human learning process. We use a confidence-aware loss to measure and process the samples with different difficulty levels. By learning the confidence of different samples, the model reduces the contribution of difficult samples to parameter optimization automatically. We conducted experiments on static image datasets MNIST, Fashion-MNIST, CIFAR10, and neuromorphic datasets N-MNIST, CIFAR10-DVS, DVS-Gesture. The results are promising. To our best knowledge, this is the first proposal to enhance the biologically plausibility of SNNs by introducing CL.

Foundations

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

Your Notes