paper-with-me

홈 › Papers

GLIF: A Unified Gated Leaky Integrate-and-Fire Neuron for Spiking Neural Networks

2022-10-25 · Xingting Yao, Fanrong Li, Zitao Mo, Jian Cheng

Spiking Neural Networks (SNNs) have been studied over decades to incorporate their biological plausibility and leverage their promising energy efficiency. Throughout existing SNNs, the leaky integrate-and-fire (LIF) model is commonly adopted to formulate the spiking neuron and evolves into numerous variants with different biological features. However, most LIF-based neurons support only single biological feature in different neuronal behaviors, limiting their expressiveness and neuronal dynamic diversity. In this paper, we propose GLIF, a unified spiking neuron, to fuse different bio-features in different neuronal behaviors, enlarging the representation space of spiking neurons. In GLIF, gating factors, which are exploited to determine the proportion of the fused bio-features, are learnable during training. Combining all learnable membrane-related parameters, our method can make spiking neurons different and constantly changing, thus increasing the heterogeneity and adaptivity of spiking neurons. Extensive experiments on a variety of datasets demonstrate that our method obtains superior performance compared with other SNNs by simply changing their neuronal formulations to GLIF. In particular, we train a spiking ResNet-19 with GLIF and achieve $77.35\%$ top-1 accuracy with six time steps on CIFAR-100, which has advanced the state-of-the-art. Codes are available at \url{https://github.com/Ikarosy/Gated-LIF}.

📄 PDF Abstract BibTeX arXiv:2210.13768

Code (1)

ikarosy/gated-lif 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Output stream of leaky integrate and fire neuron

2015-12-29

Probability density function of output interspike intervals is found in exact form for leaky integrate and fire neuron stimulated with Poisson stream. The diffusion approximation is not exploited.

Form

Leaky Integrate-and-Fire Neuron under Poisson Stimulation

2016-07-22

We consider a single Leaky integrate-and-fire neuron stimulated with Poisson process. We develop a method, which allows one to obtain the first passage time probability density function without any additional approximati…

Firing rate of the leaky integrate-and-fire neuron with stochastic conductance-based synaptic inputs with short decay times

2020-02-25

We compute the firing rate of a leaky integrate-and-fire (LIF) neuron with stochastic conductance-based inputs in the limit when synaptic decay times are much shorter than the membrane time constant. A comparison of our …

LIAF-Net: Leaky Integrate and Analog Fire Network for Lightweight and Efficient Spatiotemporal Information Processing

2020-11-12 · Zhenzhi Wu, Hehui Zhang, Yihan Lin, Guoqi Li 외

Spiking neural networks (SNNs) based on Leaky Integrate and Fire (LIF) model have been applied to energy-efficient temporal and spatiotemporal processing tasks. Thanks to the bio-plausible neuronal dynamics and simplicit…

Question Answering

DA-LIF: Dual Adaptive Leaky Integrate-and-Fire Model for Deep Spiking Neural Networks

2025-02-05 · Tianqing Zhang, Kairong Yu, Jian Zhang, Hongwei Wang

Spiking Neural Networks (SNNs) are valued for their ability to process spatio-temporal information efficiently, offering biological plausibility, low energy consumption, and compatibility with neuromorphic hardware. Howe…