🎉 This work has been accepted by ICASSP 2025. 🎉
This is the official Pytorch implementation of the paper Time-independent Spiking Neuron via Membrane Potential Estimation for Efficient Spiking Neural Networks
step1: clone the repo
git clone https://github.com/Chrazqee/MPE-PSN.git
step2: run the *.sh
scripts we support (You may need to install certain packages on your own.)
chmod +x train.sh
./train.sh
and then, you will get the results that we support in related dirs.
if you find our project useful, please cite:
@misc{chen2024timeindependentspikingneuronmembrane,
title={Time-independent Spiking Neuron via Membrane Potential Estimation for Efficient Spiking Neural Networks},
author={Hanqi Chen and Lixing Yu and Shaojie Zhan and Penghui Yao and Jiankun Shao},
year={2024},
eprint={2409.04978},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2409.04978},
}
PSN, Spikingjelly and, NSNN
For their implementations of codes!!!