paper-with-me

Papers

Input-Aware Dynamic Timestep Spiking Neural Networks for Efficient In-Memory Computing

2023-05-27 · Yuhang Li, Abhishek Moitra, Tamar Geller, Priyadarshini Panda

Spiking Neural Networks (SNNs) have recently attracted widespread research interest as an efficient alternative to traditional Artificial Neural Networks (ANNs) because of their capability to process sparse and binary spike information and avoid expensive multiplication operations. Although the efficiency of SNNs can be realized on the In-Memory Computing (IMC) architecture, we show that the energy cost and latency of SNNs scale linearly with the number of timesteps used on IMC hardware. Therefore, in order to maximize the efficiency of SNNs, we propose input-aware Dynamic Timestep SNN (DT-SNN), a novel algorithmic solution to dynamically determine the number of timesteps during inference on an input-dependent basis. By calculating the entropy of the accumulated output after each timestep, we can compare it to a predefined threshold and decide if the information processed at the current timestep is sufficient for a confident prediction. We deploy DT-SNN on an IMC architecture and show that it incurs negligible computational overhead. We demonstrate that our method only uses 1.46 average timesteps to achieve the accuracy of a 4-timestep static SNN while reducing the energy-delay-product by 80%.

📄 PDF Abstract BibTeX arXiv:2305.17346

Code (1)

intelligent-computing-lab-yale/seenn pytorch

Similar Papers 제목 키워드 기반

IML-Spikeformer: Input-aware Multi-Level Spiking Transformer for Speech Processing

2025-07-10 · Zeyang Song, Shimin Zhang, Yuhong Chou, Jibin Wu 외 arxiv

Spiking Neural Networks (SNNs), inspired by biological neural mechanisms, represent a promising neuromorphic computing paradigm that offers energy-efficient alternatives to traditional Artificial Neural Networks (ANNs). …

SEENN: Towards Temporal Spiking Early-Exit Neural Networks

2023-04-02 · Yuhang Li, Tamar Geller, Youngeun Kim, Priyadarshini Panda

Spiking Neural Networks (SNNs) have recently become more popular as a biologically plausible substitute for traditional Artificial Neural Networks (ANNs). SNNs are cost-efficient and deployment-friendly because they proc…

SEENN: Towards Temporal Spiking Early Exit Neural Networks

2023-09-21 · NeurIPS 2023 11

Spiking Neural Networks (SNNs) have recently become more popular as a biologically plausible substitute for traditional Artificial Neural Networks (ANNs). SNNs are cost-efficient and deployment-friendly because they proc…

High-Performance Temporal Reversible Spiking Neural Networks with $O(L)$ Training Memory and $O(1)$ Inference Cost

2024-05-26 · Jiakui Hu, Man Yao, Xuerui Qiu, Yuhong Chou 외

Multi-timestep simulation of brain-inspired Spiking Neural Networks (SNNs) boost memory requirements during training and increase inference energy cost. Current training methods cannot simultaneously solve both training …

MD-SNN: Membrane Potential-aware Distillation on Quantized Spiking Neural Network

2025-12-04 · Donghyun Lee, Abhishek Moitra, Youngeun Kim, Ruokai Yin 외 arxiv

Spiking Neural Networks (SNNs) offer a promising and energy-efficient alternative to conventional neural networks, thanks to their sparse binary activation. However, they face challenges regarding memory and computation …

Knowledge Distillation