RSC-SNN: Exploring the Trade-off Between Adversarial Robustness and Accuracy in Spiking Neural Networks via Randomized Smoothing Coding
Keming Wu, Man Yao, Yuhong Chou, Xuerui Qiu, Rui Yang, Bo Xu, Guoqi Li
TL;DR
This work investigates adversarial robustness in Spiking Neural Networks and reveals that Poisson coding shares foundational properties with randomized smoothing, providing a theoretical basis for robustness observed in Poisson-encoded SNNs. It introduces Randomized Smoothing Coding (RSC) and Quantification Trade-off Estimation (QTE) to navigate the accuracy-robustness trade-off, supported by theoretical analysis of covariance and equivalence with Poisson coding. To mitigate clean-accuracy loss, Efficient-RSC Training (E-RSCT) uses knowledge distillation from pre-trained ANNs in conjunction with a pre-synaptic loss, yielding improved robustness while recapturing accuracy. Experiments across CIFAR-10/100, Tiny-ImageNet, and ImageNet show state-of-the-art adversarial robustness for RSC-SNN, with open-source code, highlighting practical impact for safety-critical SNN deployments.
Abstract
Spiking Neural Networks (SNNs) have received widespread attention due to their unique neuronal dynamics and low-power nature. Previous research empirically shows that SNNs with Poisson coding are more robust than Artificial Neural Networks (ANNs) on small-scale datasets. However, it is still unclear in theory how the adversarial robustness of SNNs is derived, and whether SNNs can still maintain its adversarial robustness advantage on large-scale dataset tasks. This work theoretically demonstrates that SNN's inherent adversarial robustness stems from its Poisson coding. We reveal the conceptual equivalence of Poisson coding and randomized smoothing in defense strategies, and analyze in depth the trade-off between accuracy and adversarial robustness in SNNs via the proposed Randomized Smoothing Coding (RSC) method. Experiments demonstrate that the proposed RSC-SNNs show remarkable adversarial robustness, surpassing ANNs and achieving state-of-the-art robustness results on large-scale dataset ImageNet. Our open-source implementation code is available at this https URL: https://github.com/KemingWu/RSC-SNN.
