paper-with-me

홈 › Papers

Optimising Event-Driven Spiking Neural Network with Regularisation and Cutoff

2023-01-23 · Dengyu Wu, Gaojie Jin, Han Yu, Xinping Yi, Xiaowei Huang

Spiking neural network (SNN), as the next generation of artificial neural network (ANN), offer a closer mimicry of natural neural networks and hold promise for significant improvements in computational efficiency. However, the current SNN is trained to infer over a fixed duration, overlooking the potential of dynamic inference in SNN. In this paper, we strengthen the marriage between SNN and event-driven processing with a proposal to consider a cutoff in SNN, which can terminate SNN anytime during inference to achieve efficient inference. Two novel optimisation techniques are presented to achieve inference efficient SNN: a Top-K cutoff and a regularisation.The proposed regularisation influences the training process, optimising SNN for the cutoff, while the Top-K cutoff technique optimises the inference phase. We conduct an extensive set of experiments on multiple benchmark frame-based datasets, such asCIFAR10/100, Tiny-ImageNet, and event-based datasets, including CIFAR10-DVS, N-Caltech101 and DVS128 Gesture. The experimental results demonstrate the effectiveness of our techniques in both ANN-to-SNN conversion and direct training, enabling SNNs to require 1.76 to 2.76x fewer timesteps for CIFAR-10, while achieving 1.64 to 1.95x fewer timesteps across all event-based datasets, with near-zero accuracy loss. These findings affirms the compatibility and potential benefits of our techniques in enhancing accuracy and reducing inference latency when integrated with existing methods. Code available: https://github.com/Dengyu-Wu/SNNCutoff

📄 PDF Abstract BibTeX arXiv:2301.09522

Code (2)

dengyu-wu/snncutoff 공식 구현 pytorch
dengyu-wu/aoi-snn-regularisation

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Direct Training Needs Regularisation: Anytime Optimal Inference Spiking Neural Network

2024-04-15 · Dengyu Wu, Yi Qi, Kaiwen Cai, Gaojie Jin 외

Spiking Neural Network (SNN) is acknowledged as the next generation of Artificial Neural Network (ANN) and hold great promise in effectively processing spatial-temporal information. However, the choice of timestep become…

Loss shaping enhances exact gradient learning with Eventprop in spiking neural networks

2022-12-02 · Thomas Nowotny, James P. Turner, James C. Knight

Event-based machine learning promises more energy-efficient AI on future neuromorphic hardware. Here, we investigate how the recently discovered Eventprop algorithm for gradient descent on exact gradients in spiking neur…

GPU

Event-Driven Tactile Learning with Location Spiking Neurons

2022-07-23 · Peng Kang, Srutarshi Banerjee, Henry Chopp, Aggelos Katsaggelos 외

The sense of touch is essential for a variety of daily tasks. New advances in event-based tactile sensors and Spiking Neural Networks (SNNs) spur the research in event-driven tactile learning. However, SNN-enabled event-…

Boost Event-Driven Tactile Learning with Location Spiking Neurons

2022-10-09 · Peng Kang, Srutarshi Banerjee, Henry Chopp, Aggelos Katsaggelos 외

Tactile sensing is essential for a variety of daily tasks. And recent advances in event-driven tactile sensors and Spiking Neural Networks (SNNs) spur the research in related fields. However, SNN-enabled event-driven tac…

Graph Neural Network

A dynamic vision sensor object recognition model based on trainable event-driven convolution and spiking attention mechanism

2024-09-19 · Peng Zheng, Qian Zhou

Spiking Neural Networks (SNNs) are well-suited for processing event streams from Dynamic Visual Sensors (DVSs) due to their use of sparse spike-based coding and asynchronous event-driven computation. To extract features …

Object Recognition