Skip to content

yfguo91/MPBN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Membrane Potential Batch Normalization for Spiking Neural Networks

Official implementation of Membrane Potential Batch Normalization for Spiking Neural Networks (ICCV2023).

Introduction

The spiking neuron is much more complex with the spatio-temporal dynamics. The regulated data flow after the BN layer will be disturbed again by the membrane potential updating operation before the firing function, i.e., the nonlinear activation. Therefore, we advocate adding another BN layer before the firing function to normalize the membrane potential again, called MPBN.

Dataset

The dataset will be download automatically.

Get Started

cd imloss
python main_train.py --spike --step 4 

Citation

@article{guo2023membrane,
      title={Membrane Potential Batch Normalization for Spiking Neural Networks}, 
      author={Yufei Guo and Yuhan Zhang and Yuanpei Chen and Weihang Peng and Xiaode Liu and Liwen Zhang and Xuhui Huang and Zhe Ma},
      year={2023},
      journal={arXiv preprint arXiv:2308.08359},
}

About

Membrane Potential Batch Normalization for Spiking Neural Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published