paper-with-me

Papers

Exploiting Noise as a Resource for Computation and Learning in Spiking Neural Networks

2023-05-25 · Gehua Ma, Rui Yan, Huajin Tang

$\textbf{Formal version available at}$ https://cell.com/patterns/fulltext/S2666-3899(23)00200-3 Networks of spiking neurons underpin the extraordinary information-processing capabilities of the brain and have become pillar models in neuromorphic artificial intelligence. Despite extensive research on spiking neural networks (SNNs), most studies are established on deterministic models, overlooking the inherent non-deterministic, noisy nature of neural computations. This study introduces the noisy spiking neural network (NSNN) and the noise-driven learning rule (NDL) by incorporating noisy neuronal dynamics to exploit the computational advantages of noisy neural processing. NSNN provides a theoretical framework that yields scalable, flexible, and reliable computation. We demonstrate that NSNN leads to spiking neural models with competitive performance, improved robustness against challenging perturbations than deterministic SNNs, and better reproducing probabilistic computations in neural coding. This study offers a powerful and easy-to-use tool for machine learning, neuromorphic intelligence practitioners, and computational neuroscience researchers.

📄 PDF Abstract BibTeX arXiv:2305.16044

Code (1)

genema/Noisy-Spiking-Neuron-Nets 공식 구현 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…
Stochastic Gradient Variational Bayes 설명 없음
Adam 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

When Prompting Meets Spiking: Graph Sparse Prompting via Spiking Graph Prompt Learning

2026-01-06 · Bo Jiang, Weijun Zhao, Beibei Wang, Jin Tang arxiv

Graph Prompt Feature (GPF) learning has been widely used in adapting pre-trained GNN model on the downstream task. GPFs first introduce some prompt atoms and then learns the optimal prompt vector for each graph node usin…

Representation Learning

NeuroAttack: Undermining Spiking Neural Networks Security through Externally Triggered Bit-Flips

2020-05-16 · Valerio Venceslai, Alberto Marchisio, Ihsen Alouani, Maurizio Martina 외

Due to their proven efficiency, machine-learning systems are deployed in a wide range of complex real-life problems. More specifically, Spiking Neural Networks (SNNs) emerged as a promising solution to the accuracy, reso…

BIG-bench Machine Learning

SPARTA: Advancing Sparse Attention in Spiking Neural Networks via Spike-Timing-Based Prioritization

2025-08-03 · Minsuk Jang, Changick Kim arxiv

Current Spiking Neural Networks (SNNs) underutilize the temporal dynamics inherent in spike-based processing, relying primarily on rate coding while overlooking precise timing information that provides rich computational…

Computational Efficiency

Exploiting Heterogeneity in Timescales for Sparse Recurrent Spiking Neural Networks for Energy-Efficient Edge Computing

2024-07-08 · Biswadeep Chakraborty, Saibal Mukhopadhyay

Spiking Neural Networks (SNNs) represent the forefront of neuromorphic computing, promising energy-efficient and biologically plausible models for complex tasks. This paper weaves together three groundbreaking studies th…

Edge-computing

A theoretical basis for efficient computations with noisy spiking neurons

2014-12-18 · Zeno Jonke, Stefan Habenschuss, Wolfgang Maass

Network of neurons in the brain apply - unlike processors in our current generation of computer hardware - an event-based processing strategy, where short pulses (spikes) are emitted sparsely by neurons to signal the occ…

Traveling Salesman Problem