paper-with-me

홈 › Papers

Navigating Local Minima in Quantized Spiking Neural Networks

2022-02-15 · Jason K. Eshraghian, Corey Lammie, Mostafa Rahimi Azghadi, Wei D. Lu

Spiking and Quantized Neural Networks (NNs) are becoming exceedingly important for hyper-efficient implementations of Deep Learning (DL) algorithms. However, these networks face challenges when trained using error backpropagation, due to the absence of gradient signals when applying hard thresholds. The broadly accepted trick to overcoming this is through the use of biased gradient estimators: surrogate gradients which approximate thresholding in Spiking Neural Networks (SNNs), and Straight-Through Estimators (STEs), which completely bypass thresholding in Quantized Neural Networks (QNNs). While noisy gradient feedback has enabled reasonable performance on simple supervised learning tasks, it is thought that such noise increases the difficulty of finding optima in loss landscapes, especially during the later stages of optimization. By periodically boosting the Learning Rate (LR) during training, we expect the network can navigate unexplored solution spaces that would otherwise be difficult to reach due to local minima, barriers, or flat surfaces. This paper presents a systematic evaluation of a cosine-annealed LR schedule coupled with weight-independent adaptive moment estimation as applied to Quantized SNNs (QSNNs). We provide a rigorous empirical evaluation of this technique on high precision and 4-bit quantized SNNs across three datasets, demonstrating (close to) state-of-the-art performance on the more complex datasets. Our source code is available at this link: https://github.com/jeshraghian/QSNNs.

📄 PDF Abstract BibTeX arXiv:2202.07221

Code (1)

jeshraghian/qsnns 공식 구현 pytorch

Tasks

Navigate

Similar Papers 제목 키워드 기반

Bridging Quantized Artificial Neural Networks and Neuromorphic Hardware

2025-05-18 · Zhenhui Chen, Haoran Xu, De Ma

Neuromorphic hardware has been proposed and also been produced for decades. One of the main goals of this hardware is to leverage distributed computing and event-driven circuit design and achieve power-efficient AI syste…

Distributed Computing

Spiking-Diffusion: Vector Quantized Discrete Diffusion Model with Spiking Neural Networks

2023-08-20 · Mingxuan Liu, Jie Gan, Rui Wen, Tao Li 외

Spiking neural networks (SNNs) have tremendous potential for energy-efficient neuromorphic chips due to their binary and event-driven architecture. SNNs have been primarily used in classification tasks, but limited explo…

DecoderImage Generation

Neuromorphic Deployment of Spiking Neural Networks for Cognitive Load Classification in Air Traffic Control

2025-09-17 · Jiahui An, Chonghao Cai, Olympia Gallou, Sara Irina Fabrikant 외 arxiv

This paper presents a neuromorphic system for cognitive load classification in a real-world setting, an Air Traffic Control (ATC) task, using a hardware implementation of Spiking Neural Networks (SNNs). Electroencephalog…

A neural circuit for navigation inspired by C. elegans Chemotaxis

2014-10-29 · Shibani Santurkar, Bipin Rajendran

We develop an artificial neural circuit for contour tracking and navigation inspired by the chemotaxis of the nematode Caenorhabditis elegans. In order to harness the computational advantages spiking neural networks prom…

A Spike in Performance: Training Hybrid-Spiking Neural Networks with Quantized Activation Functions

2020-02-10 · Aaron R. Voelker, Daniel Rasmussen, Chris Eliasmith

The machine learning community has become increasingly interested in the energy efficiency of neural networks. The Spiking Neural Network (SNN) is a promising approach to energy-efficient computing, since its activation …