NECVMar 20, 2025

SpiLiFormer: Enhancing Spiking Transformers with Lateral Inhibition

arXiv:2503.15986v22 citationsh-index: 2Has Code
Originality Incremental advance
AI Analysis

This work addresses a fundamental issue in spiking Transformers for energy-efficient AI, offering incremental improvements in performance and efficiency across multiple datasets.

The paper tackled the problem of over-allocating attention to irrelevant contexts in spiking Transformers by proposing SpiLiFormer, which emulates lateral inhibition to enhance relevant token attention and suppress irrelevant ones, achieving state-of-the-art performance with improvements such as +1.6% on ImageNet-1K and using only 39% of parameters compared to a baseline.

Spiking Neural Networks (SNNs) based on Transformers have garnered significant attention due to their superior performance and high energy efficiency. However, the spiking attention modules of most existing Transformer-based SNNs are adapted from those of analog Transformers, failing to fully address the issue of over-allocating attention to irrelevant contexts. To fix this fundamental yet overlooked issue, we propose a Lateral Inhibition-inspired Spiking Transformer (SpiLiFormer). It emulates the brain's lateral inhibition mechanism, guiding the model to enhance attention to relevant tokens while suppressing attention to irrelevant ones. Our model achieves state-of-the-art (SOTA) performance across multiple datasets, including CIFAR-10 (+0.45%), CIFAR-100 (+0.48%), CIFAR10-DVS (+2.70%), N-Caltech101 (+1.94%), and ImageNet-1K (+1.6%). Notably, on the ImageNet-1K dataset, SpiLiFormer (69.9M parameters, 4 time steps, 384 resolution) outperforms E-SpikeFormer (173.0M parameters, 8 time steps, 384 resolution), a SOTA spiking Transformer, by 0.46% using only 39% of the parameters and half the time steps. The code and model checkpoints are publicly available at https://github.com/KirinZheng/SpiLiFormer.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes