LGAIDec 27, 2025

Towards Reliable Evaluation of Adversarial Robustness for Spiking Neural Networks

arXiv:2512.22522v3h-index: 19Has Code
Originality Incremental advance
AI Analysis

This addresses a critical problem for researchers and practitioners in neuromorphic computing by providing a more reliable evaluation method, though it is incremental as it builds on existing surrogate gradient techniques.

The paper tackles the unreliable evaluation of adversarial robustness in Spiking Neural Networks (SNNs) due to gradient vanishing in surrogate gradients, proposing a framework that increases attack success rates across various SNN setups, revealing that current SNN robustness is significantly overestimated.

Spiking Neural Networks (SNNs) utilize spike-based activations to mimic the brain's energy-efficient information processing. However, the binary and discontinuous nature of spike activations causes vanishing gradients, making adversarial robustness evaluation via gradient descent unreliable. While improved surrogate gradient methods have been proposed, their effectiveness under strong adversarial attacks remains unclear. We propose a more reliable framework for evaluating SNN adversarial robustness. We theoretically analyze the degree of gradient vanishing in surrogate gradients and introduce the Adaptive Sharpness Surrogate Gradient (ASSG), which adaptively evolves the shape of the surrogate function according to the input distribution during attack iterations, thereby enhancing gradient accuracy while mitigating gradient vanishing. In addition, we design an adversarial attack with adaptive step size under the $L_\infty$ constraint-Stable Adaptive Projected Gradient Descent (SA-PGD), achieving faster and more stable convergence under imprecise gradients. Extensive experiments show that our approach substantially increases attack success rates across diverse adversarial training schemes, SNN architectures and neuron models, providing a more generalized and reliable evaluation of SNN adversarial robustness. The experimental results further reveal that the robustness of current SNNs has been significantly overestimated and highlighting the need for more dependable adversarial training methods. The code is released at https://github.com/craree/ASSG-SNNs-Robustness-Evaluation

Foundations

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

Your Notes