paper-with-me

홈 › Papers

GRSN: Gated Recurrent Spiking Neurons for POMDPs and MARL

2024-04-24 · Lang Qin, ZiMing Wang, Runhao Jiang, Rui Yan, Huajin Tang

Spiking neural networks (SNNs) are widely applied in various fields due to their energy-efficient and fast-inference capabilities. Applying SNNs to reinforcement learning (RL) can significantly reduce the computational resource requirements for agents and improve the algorithm's performance under resource-constrained conditions. However, in current spiking reinforcement learning (SRL) algorithms, the simulation results of multiple time steps can only correspond to a single-step decision in RL. This is quite different from the real temporal dynamics in the brain and also fails to fully exploit the capacity of SNNs to process temporal data. In order to address this temporal mismatch issue and further take advantage of the inherent temporal dynamics of spiking neurons, we propose a novel temporal alignment paradigm (TAP) that leverages the single-step update of spiking neurons to accumulate historical state information in RL and introduces gated units to enhance the memory capacity of spiking neurons. Experimental results show that our method can solve partially observable Markov decision processes (POMDPs) and multi-agent cooperation problems with similar performance as recurrent neural networks (RNNs) but with about 50% power consumption.

📄 PDF Abstract BibTeX arXiv:2404.15597

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Gating out sensory noise in a spike-based Long Short-Term Memory network

2018-01-01 · ICLR 2018 1 · Davide Zambrano, Isabella Pozzi, Roeland Nusselder, Sander Bohte

Spiking neural networks are being investigated both as biologically plausible models of neural computation and also as a potentially more efficient type of neural network. While convolutional spiking neural networks have…

Reinforcement Learning

Accurate and efficient time-domain classification with adaptive spiking recurrent neural networks

2021-03-12 · Bojian Yin, Federico Corradi, Sander M. Bohte

Inspired by more detailed modeling of biological neurons, Spiking neural networks (SNNs) have been investigated both as more biologically plausible and potentially more powerful models of neural computation, and also wit…

Audio Classificationdomain classificationGeneral ClassificationGesture Recognition

Temporal Spiking Neural Networks with Synaptic Delay for Graph Reasoning

2024-05-27 · Mingqing Xiao, Yixin Zhu, Di He, Zhouchen Lin

Spiking neural networks (SNNs) are investigated as biologically inspired models of neural computation, distinguished by their computational capability and energy efficiency due to precise spiking times and sparse spikes …

Relation

Grsnet: gated residual supervision network for pixel-wise building segmentation in remote sensing imagery

2022-09-23 · International Journal of Remote Sensing 2022 9 · Samaneh Molavi Vardanjani, Abdolhossein Fathi, Kaveh Moradkhani

The increasing development of imaging technology has made aerial image analysis one of the most widely used fields in image processing. Building extraction is the basic step in analysing urban structures, detecting const…

Image SegmentationSegmentation Of Remote Sensing Imagery

Learning recurrent dynamics in spiking networks

2018-03-18 · Christopher Kim, Carson Chow

Spiking activity of neurons engaged in learning and performing a task show complex spatiotemporal dynamics. While the output of recurrent network models can learn to perform various tasks, the possible range of recurrent…