paper-with-me

Papers

Brain-inspired Multilayer Perceptron with Spiking Neurons

2022-03-28 · CVPR 2022 1 · Wenshuo Li, Hanting Chen, Jianyuan Guo, Ziyang Zhang, Yunhe Wang

Recently, Multilayer Perceptron (MLP) becomes the hotspot in the field of computer vision tasks. Without inductive bias, MLPs perform well on feature extraction and achieve amazing results. However, due to the simplicity of their structures, the performance highly depends on the local features communication machenism. To further improve the performance of MLP, we introduce information communication mechanisms from brain-inspired neural networks. Spiking Neural Network (SNN) is the most famous brain-inspired neural network, and achieve great success on dealing with sparse data. Leaky Integrate and Fire (LIF) neurons in SNNs are used to communicate between different time steps. In this paper, we incorporate the machanism of LIF neurons into the MLP models, to achieve better accuracy without extra FLOPs. We propose a full-precision LIF operation to communicate between patches, including horizontal LIF and vertical LIF in different directions. We also propose to use group LIF to extract better local features. With LIF modules, our SNN-MLP model achieves 81.9%, 83.3% and 83.5% top-1 accuracy on ImageNet dataset with only 4.4G, 8.5G and 15.2G FLOPs, respectively, which are state-of-the-art results as far as we know.

📄 PDF Abstract BibTeX arXiv:2203.14679

Code (4)

2023-MindSpore-4/Code12/tree/main/d2l/chapter_04_multilayer-perceptrons mindspore
code-implementation1/Code8/tree/main/snn_mlp mindspore
huawei-noah/Efficient-AI-Backbones pytorch
robin-ex/snn_mlp mindspore

Tasks

Inductive Bias

Similar Papers 제목 키워드 기반

An STDP-Based Supervised Learning Algorithm for Spiking Neural Networks

2022-03-07 · Zhanhao Hu, Tao Wang, Xiaolin Hu

Compared with rate-based artificial neural networks, Spiking Neural Networks (SNN) provide a more biological plausible model for the brain. But how they perform supervised learning remains elusive. Inspired by recent wor…

From LIF to QIF: Toward Differentiable Spiking Neurons for Scientific Machine Learning

2025-11-10 · Ruyin Wan, George Em Karniadakis, Panos Stinis arxiv

Spiking neural networks (SNNs) offer biologically inspired computation but remain underexplored for continuous regression tasks in scientific machine learning. In this work, we introduce and systematically evaluate Quadr…

Reconstructing Spiking Neural Networks Using a Single Neuron with Autapses

2026-03-25 · Wuque Cai, Hongze Sun, Quan Tang, Shifeng Mao 외 arxiv

Spiking neural networks (SNNs) are promising for neuromorphic computing, but high-performing models still rely on dense multilayer architectures with substantial communication and state-storage costs. Inspired by autapse…

Perfect Associative Learning with Spike-Timing-Dependent Plasticity

2013-12-01 · NeurIPS 2013 12 · Christian Albers, Maren Westkott, Klaus Pawelzik

Recent extensions of the Perceptron, as e.g. the Tempotron, suggest that this theoretical concept is highly relevant also for understanding networks of spiking neurons in the brain. It is not known, however, how the comp…

Shenjing: A low power reconfigurable neuromorphic accelerator with partial-sum and spike networks-on-chip

2019-11-25 · Bo Wang, Jun Zhou, Weng-Fai Wong, Li-Shiuan Peh

The next wave of on-device AI will likely require energy-efficient deep neural networks. Brain-inspired spiking neural networks (SNN) has been identified to be a promising candidate. Doing away with the need for multipli…