CRAIFeb 6

BadSNN: Backdoor Attacks on Spiking Neural Networks via Adversarial Spiking Neuron

arXiv:2602.07200v1h-index: 2Has Code
Originality Incremental advance
AI Analysis

This addresses a security vulnerability in energy-efficient SNNs, which are increasingly used in applications like neuromorphic computing, but the approach is incremental as it adapts existing backdoor attack concepts to SNNs.

The paper tackles the problem of backdoor attacks on Spiking Neural Networks (SNNs) by exploiting hyperparameter variations in spiking neurons, achieving superior attack performance on various datasets and architectures compared to state-of-the-art methods.

Spiking Neural Networks (SNNs) are energy-efficient counterparts of Deep Neural Networks (DNNs) with high biological plausibility, as information is transmitted through temporal spiking patterns. The core element of an SNN is the spiking neuron, which converts input data into spikes following the Leaky Integrate-and-Fire (LIF) neuron model. This model includes several important hyperparameters, such as the membrane potential threshold and membrane time constant. Both the DNNs and SNNs have proven to be exploitable by backdoor attacks, where an adversary can poison the training dataset with malicious triggers and force the model to behave in an attacker-defined manner. Yet, how an adversary can exploit the unique characteristics of SNNs for backdoor attacks remains underexplored. In this paper, we propose \textit{BadSNN}, a novel backdoor attack on spiking neural networks that exploits hyperparameter variations of spiking neurons to inject backdoor behavior into the model. We further propose a trigger optimization process to achieve better attack performance while making trigger patterns less perceptible. \textit{BadSNN} demonstrates superior attack performance on various datasets and architectures, as well as compared with state-of-the-art data poisoning-based backdoor attacks and robustness against common backdoor mitigation techniques. Codes can be found at https://github.com/SiSL-URI/BadSNN.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes