English

Binary Event-Driven Spiking Transformer

Computer Vision and Pattern Recognition 2025-12-23 v2

Abstract

Transformer-based Spiking Neural Networks (SNNs) introduce a novel event-driven self-attention paradigm that combines the high performance of Transformers with the energy efficiency of SNNs. However, the larger model size and increased computational demands of the Transformer structure limit their practicality in resource-constrained scenarios. In this paper, we integrate binarization techniques into Transformer-based SNNs and propose the Binary Event-Driven Spiking Transformer, i.e. BESTformer. The proposed BESTformer can significantly reduce storage and computational demands by representing weights and attention maps with a mere 1-bit. However, BESTformer suffers from a severe performance drop from its full-precision counterpart due to the limited representation capability of binarization. To address this issue, we propose a Coupled Information Enhancement (CIE) method, which consists of a reversible framework and information enhancement distillation. By maximizing the mutual information between the binary model and its full-precision counterpart, the CIE method effectively mitigates the performance degradation of the BESTformer. Extensive experiments on static and neuromorphic datasets demonstrate that our method achieves superior performance to other binary SNNs, showcasing its potential as a compact yet high-performance model for resource-limited edge devices. The repository of this paper is available at https://github.com/CaoHLin/BESTFormer.

Keywords

Cite

@article{arxiv.2501.05904,
  title  = {Binary Event-Driven Spiking Transformer},
  author = {Honglin Cao and Zijian Zhou and Wenjie Wei and Ammar Belatreche and Yu Liang and Dehao Zhang and Malu Zhang and Yang Yang and Haizhou Li},
  journal= {arXiv preprint arXiv:2501.05904},
  year   = {2025}
}

Comments

9 pages, 5 figures

R2 v1 2026-06-28T21:02:31.346Z