paper-with-me

홈 › Papers

Neural Dynamics Self-Attention for Spiking Transformers

2026-03-09 · Dehao Zhang, Fukai Guo, Shuai Wang, Jingya Wang, Jieyuan Zhang, Yimeng Shan, Malu Zhang, Yang Yang, Haizhou Li arxiv

Integrating Spiking Neural Networks (SNNs) with Transformer architectures offers a promising pathway to balance energy efficiency and performance, particularly for edge vision applications. However, existing Spiking Transformers face two critical challenges: (i) a substantial performance gap compared to their Artificial Neural Networks (ANNs) counterparts and (ii) high memory overhead during inference. Through theoretical analysis, we attribute both limitations to the Spiking Self-Attention (SSA) mechanism: the lack of locality bias and the need to store large attention matrices. Inspired by the localized receptive fields (LRF) and membrane-potential dynamics of biological visual neurons, we propose LRF-Dyn, which uses spiking neurons with localized receptive fields to compute attention while reducing memory requirements. Specifically, we introduce a LRF method into SSA to assign higher weights to neighboring regions, strengthening local modeling and improving performance. Building on this, we approximate the resulting attention computation via charge-fire-reset dynamics, eliminating explicit attention-matrix storage and reducing inference-time memory. Extensive experiments on visual tasks confirm that our method reduces memory overhead while delivering significant performance improvements. These results establish it as a key unit for achieving energy-efficient Spiking Transformers.

📄 PDF Abstract BibTeX arXiv:2603.19290

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Winner-Take-All Spiking Transformer for Language Modeling

2026-04-13 · Chenlin Zhou, Sihang Guo, Jiaqi Wang, Dongyang Ma 외 arxiv

Spiking Transformers, which combine the scalability of Transformers with the sparse, energy-efficient property of Spiking Neural Networks (SNNs), have achieved impressive results in neuromorphic and vision tasks and attr…

Natural Language Understanding

Spiking Transformer:Introducing Accurate Addition-Only Spiking Self-Attention for Transformer

2025-02-28 · Yufei Guo, Xiaode Liu, Yuanpei Chen, Weihang Peng 외

Transformers have demonstrated outstanding performance across a wide range of tasks, owing to their self-attention mechanism, but they are highly energy-consuming. Spiking Neural Networks have emerged as a promising ener…

Spiking Transformer: Introducing Accurate Addition-Only Spiking Self-Attention for Transformer

2025-01-01 · CVPR 2025 1 · Yufei Guo, Xiaode Liu, Yuanpei Chen, Weihang Peng 외

Transformers have demonstrated outstanding performance across a wide range of tasks, owing to their self-attention mechanism, but they are highly energy-consuming. Spiking Neural Networks have emerged as a promising …

Spiking Wavelet Transformer

2024-03-17 · Yuetong Fang, Ziqing Wang, Lingfeng Zhang, Jiahang Cao 외

Spiking neural networks (SNNs) offer an energy-efficient alternative to conventional deep learning by emulating the event-driven processing manner of the brain. Incorporating Transformers with SNNs has shown promise for …

SpikingResformer: Bridging ResNet and Vision Transformer in Spiking Neural Networks

2024-03-21 · CVPR 2024 1 · Xinyu Shi, Zecheng Hao, Zhaofei Yu

The remarkable success of Vision Transformers in Artificial Neural Networks (ANNs) has led to a growing interest in incorporating the self-attention mechanism and transformer-based architecture into Spiking Neural Networ…