paper-with-me

홈 › Papers

Advancing Training Efficiency of Deep Spiking Neural Networks through Rate-based Backpropagation

2024-10-15 · Chengting Yu, Lei Liu, Gaoang Wang, Erping Li, Aili Wang

Recent insights have revealed that rate-coding is a primary form of information representation captured by surrogate-gradient-based Backpropagation Through Time (BPTT) in training deep Spiking Neural Networks (SNNs). Motivated by these findings, we propose rate-based backpropagation, a training strategy specifically designed to exploit rate-based representations to reduce the complexity of BPTT. Our method minimizes reliance on detailed temporal derivatives by focusing on averaged dynamics, streamlining the computational graph to reduce memory and computational demands of SNNs training. We substantiate the rationality of the gradient approximation between BPTT and the proposed method through both theoretical analysis and empirical observations. Comprehensive experiments on CIFAR-10, CIFAR-100, ImageNet, and CIFAR10-DVS validate that our method achieves comparable performance to BPTT counterparts, and surpasses state-of-the-art efficient training techniques. By leveraging the inherent benefits of rate-coding, this work sets the stage for more scalable and efficient SNNs training within resource-constrained environments. Our code is available at https://github.com/Tab-ct/rate-based-backpropagation.

📄 PDF Abstract BibTeX arXiv:2410.11488

Code (1)

tab-ct/rate-based-backpropagation 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Parallel Spiking Unit for Efficient Training of Spiking Neural Networks

2024-02-01 · Yang Li, Yinqian Sun, Xiang He, Yiting Dong 외

Efficient parallel computing has become a pivotal element in advancing artificial intelligence. Yet, the deployment of Spiking Neural Networks (SNNs) in this domain is hampered by their inherent sequential computational …

Computational Efficiency

Stochastic Quantum Spiking Neural Networks with Quantum Memory and Local Learning

2025-06-26 · Jiechen Chen, Bipin Rajendran, Osvaldo Simeone

Neuromorphic and quantum computing have recently emerged as promising paradigms for advancing artificial intelligence, each offering complementary strengths. Neuromorphic systems built on spiking neurons excel at process…

Time Series

SPARTA: Advancing Sparse Attention in Spiking Neural Networks via Spike-Timing-Based Prioritization

2025-08-03 · Minsuk Jang, Changick Kim arxiv

Current Spiking Neural Networks (SNNs) underutilize the temporal dynamics inherent in spike-based processing, relying primarily on rate coding while overlooking precise timing information that provides rich computational…

Computational Efficiency

Advancing Direct Training for Spiking Neural Networks with Circulate-Firing Neurons and Learnable Gradients

2026-05-14 · Feifan Zhou, Xiang Wei, Yang Liu, Qiang Yu arxiv

Spiking Neural Networks (SNNs) have emerged with promising energy-efficient property, yet a substantial performance gap persists compared to Artificial Neural Networks (ANNs). This gap stems from at least two key limitat…

SpikingMamba: Towards Energy-Efficient Large Language Models via Knowledge Distillation from Mamba

2025-10-06 · Yulong Huang, Jianxiong Tang, Chao Wang, Ziyi Wang 외 arxiv

Large Language Models (LLMs) have achieved remarkable performance across tasks but remain energy-intensive due to dense matrix operations. Spiking neural networks (SNNs) improve energy efficiency by replacing dense matri…

Knowledge DistillationReinforcement Learning