Towards High-performance Spiking Transformers from ANN to SNN Conversion
Zihan Huang, Xinyu Shi, Zecheng Hao, Tong Bu, Jianhao Ding, Zhaofei Yu, Tiejun Huang
TL;DR
This paper tackles the challenge of converting Transformers to Spiking Neural Networks by introducing the Expectation Compensation Module (ECM) to preserve nonlinear behavior during conversion and the Multi-Threshold (MT) neuron with Parallel Parameter normalization to reduce latency and energy. The ECM computes time-step–dependent expected outputs for nonlinear components and matrix products, enabling lossless conversion, while MT neurons distribute spikes across multiple thresholds to curb power and delay. The approach, termed ECMT, achieves state-of-the-art results on ImageNet1k (e.g., 88.60% top-1 with 4 time steps and ~35% of the original energy for EVA) and demonstrates strong energy efficiency and low-latency operation across ViT variants and CIFAR datasets, marking a first high-accuracy ANN-to-SNN Transformer conversion. This work significantly advances energy-efficient neuromorphic implementations of large-scale vision transformers with practical impact for real-time, low-power AI systems, and provides open-source code for reproducibility. The key theoretical contributions include formal proofs (Theorem 1 and Theorem 2) linking SNN outputs to ANN expectations and a matrix-product EC framework, together with an engineered hardware-aware neuron design to enable practical deployment.
Abstract
Spiking neural networks (SNNs) show great potential due to their energy efficiency, fast processing capabilities, and robustness. There are two main approaches to constructing SNNs. Direct training methods require much memory, while conversion methods offer a simpler and more efficient option. However, current conversion methods mainly focus on converting convolutional neural networks (CNNs) to SNNs. Converting Transformers to SNN is challenging because of the presence of non-linear modules. In this paper, we propose an Expectation Compensation Module to preserve the accuracy of the conversion. The core idea is to use information from the previous T time-steps to calculate the expected output at time-step T. We also propose a Multi-Threshold Neuron and the corresponding Parallel Parameter normalization to address the challenge of large time steps needed for high accuracy, aiming to reduce network latency and power consumption. Our experimental results demonstrate that our approach achieves state-of-the-art performance. For example, we achieve a top-1 accuracy of 88.60\% with only a 1\% loss in accuracy using 4 time steps while consuming only 35\% of the original power of the Transformer. To our knowledge, this is the first successful Artificial Neural Network (ANN) to SNN conversion for Spiking Transformers that achieves high accuracy, low latency, and low power consumption on complex datasets. The source codes of the proposed method are available at https://github.com/h-z-h-cell/Transformer-to-SNN-ECMT.
