paper-with-me

Papers

Balanced Resonate-and-Fire Neurons

2024-02-02 · Saya Higuchi, Sebastian Kairat, Sander M. Bohte, Sebastian Otte

The resonate-and-fire (RF) neuron, introduced over two decades ago, is a simple, efficient, yet biologically plausible spiking neuron model, which can extract frequency patterns within the time domain due to its resonating membrane dynamics. However, previous RF formulations suffer from intrinsic shortcomings that limit effective learning and prevent exploiting the principled advantage of RF neurons. Here, we introduce the balanced RF (BRF) neuron, which alleviates some of the intrinsic limitations of vanilla RF neurons and demonstrates its effectiveness within recurrent spiking neural networks (RSNNs) on various sequence learning tasks. We show that networks of BRF neurons achieve overall higher task performance, produce only a fraction of the spikes, and require significantly fewer parameters as compared to modern RSNNs. Moreover, BRF-RSNN consistently provide much faster and more stable training convergence, even when bridging many hundreds of time steps during backpropagation through time (BPTT). These results underscore that our BRF-RSNN is a strong candidate for future large-scale RSNN architectures, further lines of research in SNN methodology, and more efficient hardware implementations.

📄 PDF Abstract BibTeX arXiv:2402.14603

Code (2)

AdaptiveAILab/brf-neurons 공식 구현 pytorch
maxtimer97/ssm-inspired-lif pytorch

Methods 이 논문이 사용한 방법론

SNN Spiking Neural Networks (SNNs) are a class of artificial neural networks inspired by the structure and functioning of the brain's neural networks. Unlike traditional…

Similar Papers 제목 키워드 기반

Understanding the Convergence in Balanced Resonate-and-Fire Neurons

2024-06-01 · Saya Higuchi, Sander M. Bohte, Sebastian Otte

Resonate-and-Fire (RF) neurons are an interesting complementary model for integrator neurons in spiking neural networks (SNNs). Due to their resonating membrane dynamics they can extract frequency patterns within the tim…

Resonate-and-Fire Spiking Neurons for Target Detection and Hand Gesture Recognition: A Hybrid Approach

2024-05-22 · Ahmed Shaaban, Zeineb Chaabouni, Maximilian Strobel, Wolfgang Furtner 외

Hand gesture recognition using radar often relies on computationally expensive fast Fourier transforms. This paper proposes an alternative approach that bypasses fast Fourier transforms using resonate-and-fire neurons. T…

Gesture RecognitionHand Gesture RecognitionHand-Gesture Recognition

Dendritic Resonate-and-Fire Neuron for Effective and Efficient Long Sequence Modeling

2025-09-21 · Dehao Zhang, Malu Zhang, Shuai Wang, Jingya Wang 외 arxiv

The explosive growth in sequence length has intensified the demand for effective and efficient long sequence modeling. Benefiting from intrinsic oscillatory membrane dynamics, Resonate-and-Fire (RF) neurons can efficient…

Computational Efficiency

Deep Spiking Neural Networks with Resonate-and-Fire Neurons

2021-09-16 · Badr AlKhamissi, Muhammad ElNokrashy, David Bernal-Casas

In this work, we explore a new Spiking Neural Network (SNN) formulation with Resonate-and-Fire (RAF) neurons (Izhikevich, 2001) trained with gradient descent via back-propagation. The RAF-SNN, while more biologically pla…

Modeling the respiratory Central Pattern Generator with resonate-and-fire Izhikevich-Neurons

2018-11-28

Computational models of the respiratory central pattern generator (rCPG) are usually based on biologically-plausible Hodgkin Huxley neuron models. Such models require numerous parameters and thus are prone to overfitting…