paper-with-me

Papers

Deep Spiking Networks

2016-02-26 · Peter O'Connor, Max Welling

We introduce an algorithm to do backpropagation on a spiking network. Our network is "spiking" in the sense that our neurons accumulate their activation into a potential over time, and only send out a signal (a "spike") when this potential crosses a threshold and the neuron is reset. Neurons only update their states when receiving signals from other neurons. Total computation of the network thus scales with the number of spikes caused by an input rather than network size. We show that the spiking Multi-Layer Perceptron behaves identically, during both prediction and training, to a conventional deep network of rectified-linear units, in the limiting case where we run the spiking network for a long time. We apply this architecture to a conventional classification problem (MNIST) and achieve performance very close to that of a conventional Multi-Layer Perceptron with the same architecture. Our network is a natural architecture for learning based on streaming event-based data, and is a stepping stone towards using spiking neural networks to learn efficiently on streaming data.

📄 PDF Abstract BibTeX arXiv:1602.08323

Code (1)

petered/spiking-mlp

Similar Papers 제목 키워드 기반

Winner-Take-All Spiking Transformer for Language Modeling

2026-04-13 · Chenlin Zhou, Sihang Guo, Jiaqi Wang, Dongyang Ma 외 arxiv

Spiking Transformers, which combine the scalability of Transformers with the sparse, energy-efficient property of Spiking Neural Networks (SNNs), have achieved impressive results in neuromorphic and vision tasks and attr…

Natural Language Understanding

SpikingBERT: Distilling BERT to Train Spiking Language Models Using Implicit Differentiation

2023-08-21 · Malyaban Bal, Abhronil Sengupta

Large language Models (LLMs), though growing exceedingly powerful, comprises of orders of magnitude less neurons and synapses than the human brain. However, it requires significantly more power/energy to operate. In this…

Knowledge DistillationLanguage Modelling

Spiking PointNet: Spiking Neural Networks for Point Clouds

2023-10-10 · NeurIPS 2023 11 · Dayong Ren, Zhe Ma, Yuanpei Chen, Weihang Peng 외

Recently, Spiking Neural Networks (SNNs), enjoying extreme energy efficiency, have drawn much research attention on 2D visual recognition and shown gradually increasing application potential. However, it still remains un…

SpikingResformer: Bridging ResNet and Vision Transformer in Spiking Neural Networks

2024-03-21 · CVPR 2024 1 · Xinyu Shi, Zecheng Hao, Zhaofei Yu

The remarkable success of Vision Transformers in Artificial Neural Networks (ANNs) has led to a growing interest in incorporating the self-attention mechanism and transformer-based architecture into Spiking Neural Networ…

Expressivity of Spiking Neural Networks

2023-08-16 · Manjot Singh, Adalbert Fono, Gitta Kutyniok

The synergy between spiking neural networks and neuromorphic hardware holds promise for the development of energy-efficient AI applications. Inspired by this potential, we revisit the foundational aspects to study the ca…