paper-with-me

홈 › Papers

Spiking Transformers Need High Frequency Information

2025-05-24 · Yuetong Fang, Deming Zhou, Ziqing Wang, Hongwei Ren, Zecui Zeng, Lusong Li, Shibo Zhou, Renjing Xu

Spiking Transformers offer an energy-efficient alternative to conventional deep learning by transmitting information solely through binary (0/1) spikes. However, there remains a substantial performance gap compared to artificial neural networks. A common belief is that their binary and sparse activation transmission leads to information loss, thus degrading feature representation and accuracy. In this work, however, we reveal for the first time that spiking neurons preferentially propagate low-frequency information. We hypothesize that the rapid dissipation of high-frequency components is the primary cause of performance degradation. For example, on Cifar-100, adopting Avg-Pooling (low-pass) for token mixing lowers performance to 76.73%; interestingly, replacing it with Max-Pooling (high-pass) pushes the top-1 accuracy to 79.12%, surpassing the well-tuned Spikformer baseline by 0.97%. Accordingly, we introduce Max-Former that restores high-frequency signals through two frequency-enhancing operators: extra Max-Pooling in patch embedding and Depth-Wise Convolution in place of self-attention. Notably, our Max-Former (63.99 M) hits the top-1 accuracy of 82.39% on ImageNet, showing a +7.58% improvement over Spikformer with comparable model size (74.81%, 66.34 M). We hope this simple yet effective solution inspires future research to explore the distinctive nature of spiking neural networks, beyond the established practice in standard deep learning.

📄 PDF Abstract BibTeX arXiv:2505.18608

Code (1)

bic-L/Spiking-Transformers-Need-High-Frequency-Information 공식 구현 pytorch

Tasks

Avg

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

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 …

SpikePool: Event-driven Spiking Transformer with Pooling Attention

2025-10-14 · Donghyun Lee, Alex Sima, Yuhang Li, Panos Stinis 외 arxiv

Building on the success of transformers, Spiking Neural Networks (SNNs) have increasingly been integrated with transformer architectures, leading to spiking transformers that demonstrate promising performance on event-ba…

Event-based visionObject Detection

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 …

Rethinking Spiking Self-Attention Mechanism: Implementing a-XNOR Similarity Calculation in Spiking Transformers

2025-01-01 · CVPR 2025 1 · Yichen Xiao, Shuai Wang, Dehao Zhang, Wenjie Wei 외

Transformers significantly raise the performance limits across various tasks, spurring research into integrating them into spiking neural networks. However, a notable performance gap remains between existing spiking …

Attribute