MPLIF: Multi-parametric leaky integrate-and-fire neuron for spiking neural networks.
basic_science · Level V
Where this comes from
- Record sourced from PubMed, PMID 42314438.
- Also identified by DOI 10.1016/j.neunet.2026.109253.
- No licence information is recorded for this record.
- Because redistribution is not established, this page shows the abstract only. Follow the links below for the full text.
Abstract
Spiking Neural Networks (SNNs) have garnered significant attention due to their ability to process temporal information efficiently with low power consumption and high biological plausibility. In prevailing SNNs, spiking neuron models play a crucial role and have led to extensive research on variants of neuron models. Despite significant performance and stability improvements achieved by these spiking neuron variants, they typically require task-specific hyperparameter tuning and additional architectural complexity. This reliance often leads to reduced generalization, unstable convergence, and limited applicability in edge devices constrained by energy and memory budgets. To enhance the self-adaptive capability of spiking neurons while preserving the brain-inspired computational characteristics, this study proposes a spiking neuron model, termed Multi-Parametric Leaky Integrate-and-Fire (MPLIF) neuron. The proposed spiking neuron improves the adaptability and generalization of SNNs by utilizing novel self-adaptive mechanisms across all neurodynamic computation processes. Extensive experiments are conducted on six benchmark datasets, including CIFAR-10, CIFAR-100, Caltech101, DVS128-Gesture, CIFAR10-DVS, and N-Caltech101, using Spiking ResNet-18 and Spiking VGG-11 backbones. Under identical training settings, MPLIF-based SNNs consistently outperform LIF and advanced variants, achieving up to 2.1%-4.3% accuracy improvement on static datasets and 1.6%-3.8% improvement on neuromorphic datasets. The source code is available at: https://github.com/JeffRody/MPLIF.