中文
相关论文

相关论文: Rectified Linear Postsynaptic Potential Function f…

200 篇论文

Spiking Neural Networks (SNNs) are energy efficient alternatives to commonly used deep neural networks (DNNs). Through event-driven information processing, SNNs can reduce the expensive compute requirements of DNNs considerably, while…

神经与进化计算 · 计算机科学 2021-10-13 Sayeed Shafayet Chowdhury , Nitin Rathi , Kaushik Roy

Spiking neural networks (SNNs) are potential competitors to artificial neural networks (ANNs) due to their high energy-efficiency on neuromorphic hardware. However, SNNs are unfolded over simulation time steps during the training process.…

计算机视觉与模式识别 · 计算机科学 2023-12-14 Hong Zhang , Yu Zhang

Direct training of Spiking Neural Networks (SNNs) on neuromorphic hardware has the potential to significantly reduce the energy consumption of artificial neural network training. SNNs trained with Spike Timing-Dependent Plasticity (STDP)…

计算机视觉与模式识别 · 计算机科学 2024-08-28 Gaspard Goupy , Pierre Tirilly , Ioan Marius Bilasco

Although widely used in machine learning, backpropagation cannot directly be applied to SNN training and is not feasible on a neuromorphic processor that emulates biological neuron and synapses. This work presents a spike-based…

神经与进化计算 · 计算机科学 2021-05-11 Amar Shrestha , Haowen Fang , Daniel Patrick Rider , Zaidao Mei , Qinru Qiu

In recent years the field of neuromorphic low-power systems that consume orders of magnitude less power gained significant momentum. However, their wider use is still hindered by the lack of algorithms that can harness the strengths of such…

神经与进化计算 · 计算机科学 2016-01-19 Peter U. Diehl , Guido Zarrella , Andrew Cassidy , Bruno U. Pedroni , Emre Neftci

Artificial Neural Networks (ANN) have gained significant popularity thanks to their ability to learn using the well-known backpropagation algorithm. Conversely, Spiking Neural Networks (SNNs), despite having broader capabilities than ANNs,…

神经与进化计算 · 计算机科学 2024-06-26 Sergio Davies , Andrew Gait , Andrew Rowley , Alessandro Di Nuovo

Spiking neural networks (SNNs) are biology-inspired artificial neural networks (ANNs) that comprise of spiking neurons to process asynchronous discrete signals. While more efficient in power consumption and inference speed on the…

神经与进化计算 · 计算机科学 2021-03-02 Shikuang Deng , Shi Gu

Spiking Neural Networks (SNNs) are more biologically plausible and computationally efficient. Therefore, SNNs have the natural advantage of drawing the sparse structural plasticity of brain development to alleviate the energy problems of…

神经与进化计算 · 计算机科学 2023-02-06 Bing Han , Feifei Zhao , Yi Zeng , Wenxuan Pan

Reversible Spiking Neural Networks (RevSNNs) enable memory-efficient training by reconstructing forward activations during backpropagation, but suffer from high latency due to strictly sequential computation. To overcome this limitation, we…

计算机视觉与模式识别 · 计算机科学 2025-08-05 Changqing Xu , Guoqing Sun , Yi Liu , Xinfang Liao , Yintang Yang

Brain-inspired Spiking Neural Networks (SNNs) have attracted attention for their event-driven characteristics and high energy efficiency. However, the temporal dependency and irregularity of spikes present significant challenges for…

硬件体系结构 · 计算机科学 2025-06-11 Kainan Wang , Chengyi Yang , Chengting Yu , Yee Sin Ang , Bo Wang , Aili Wang

Spiking neural network (SNN), as a brain-inspired energy-efficient neural network, has attracted the interest of researchers. While the training of spiking neural networks is still an open problem. One effective way is to map the weight of…

神经与进化计算 · 计算机科学 2022-05-10 Yang Li , Yi Zeng

Spiking neural networks are a type of artificial neural networks in which communication between neurons is only made of events, also called spikes. This property allows neural networks to make asynchronous and sparse computations and…

神经与进化计算 · 计算机科学 2024-05-07 Florent De Geeter , Damien Ernst , Guillaume Drion

A new supervised learning algorithm, SNN/LP, is proposed for Spiking Neural Networks. This novel algorithm uses limited precision for both synaptic weights and synaptic delays; 3 bits in each case. Also a genetic algorithm is used for the…

神经与进化计算 · 计算机科学 2014-07-02 Evangelos Stromatias , John Marsland

Spiking neural networks (SNNs) have garnered interest due to their energy efficiency and superior effectiveness on neuromorphic chips compared with traditional artificial neural networks (ANNs). One of the mainstream approaches to…

神经与进化计算 · 计算机科学 2024-04-29 Zhipeng Huang , Jianhao Ding , Zhiyu Pan , Haoran Li , Ying Fang , Zhaofei Yu , Jian K. Liu

Spiking Neural Networks (SNNs) are distributed trainable systems whose computing elements, or neurons, are characterized by internal analog dynamics and by digital and sparse synaptic communications. The sparsity of the synaptic spiking…

信号处理 · 电气工程与系统科学 2019-10-22 Hyeryung Jang , Osvaldo Simeone , Brian Gardner , André Grüning

The brain is the perfect place to look for inspiration to develop more efficient neural networks. The inner workings of our synapses and neurons provide a glimpse at what the future of deep learning might look like. This paper serves as a…

神经与进化计算 · 计算机科学 2023-08-15 Jason K. Eshraghian , Max Ward , Emre Neftci , Xinxin Wang , Gregor Lenz , Girish Dwivedi , Mohammed Bennamoun , Doo Seok Jeong , Wei D. Lu

Spiking neural networks (SNNs) are brain-inspired mathematical models with the ability to process information in the form of spikes. SNNs are expected to provide not only new machine-learning algorithms, but also energy-efficient…

神经与进化计算 · 计算机科学 2020-01-16 Yusuke Sakemi , Kai Morino , Takashi Morie , Kazuyuki Aihara

Spiking Neural Network (SNN) is considered more biologically realistic and power-efficient as it imitates the fundamental mechanism of the human brain. Recently, backpropagation (BP) based SNN learning algorithms that utilize deep learning…

神经与进化计算 · 计算机科学 2022-10-11 Chengting Yu , Yangkai Du , Mufeng Chen , Aili Wang , Gaoang Wang , Erping Li

Spiking neural network (SNN), compared with depth neural network (DNN), has faster processing speed, lower energy consumption and more biological interpretability, which is expected to approach Strong AI. Reinforcement learning is similar…

神经与进化计算 · 计算机科学 2021-08-24 Ling Zhang , Jian Cao , Yuan Zhang , Bohan Zhou , Shuo Feng

The Spiking Neural Network (SNN), a biologically inspired neural network infrastructure, has garnered significant attention recently. SNNs utilize binary spike activations for efficient information transmission, replacing multiplications…

计算机视觉与模式识别 · 计算机科学 2025-06-10 Yufei Guo , Yuhan Zhang , Zhou Jie , Xiaode Liu , Xin Tong , Yuanpei Chen , Weihang Peng , Zhe Ma