Adaptive Gradient Learning for Spiking Neural Networks by Exploiting Membrane Potential Dynamics

Abstract

Recent advancements have focused on directly training high-performance spiking neural networks (SNNs) by estimating the approximate gradients of spiking activity through a continuous function with constant sharpness, known as surrogate gradient (SG) learning. However, as spikes propagate within neurons and among layers, the distribution of membrane potential dynamics (MPD) will deviate from the gradient-available interval of fixed SG, hindering SNNs from searching the optimal solution space. To maintain the stability of gradient flows, SG needs to align with evolving MPD. Here, we propose a novel adaptive gradient learning for SNNs by exploiting MPD, namely MPD-AGL. It fully accounts for the underlying factors contributing to membrane potential shifts and establishes a dynamic association between SG and MPD at different timesteps to relax gradient estimation, which provides a new degree of freedom for SG learning. Experimental results demonstrate that our method achieves excellent performance at low latency. Moreover, it increases the proportion of neurons that fall into the gradient-available interval compared to fixed SG, effectively mitigating the gradient vanishing problem. Code is available at https://github.com/jqjiang1999/MPD-AGL.

Cite

Text

Jiang et al. "Adaptive Gradient Learning for Spiking Neural Networks by Exploiting Membrane Potential Dynamics." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/464

Markdown

[Jiang et al. "Adaptive Gradient Learning for Spiking Neural Networks by Exploiting Membrane Potential Dynamics." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/jiang2025ijcai-adaptive/) doi:10.24963/IJCAI.2025/464

BibTeX

@inproceedings{jiang2025ijcai-adaptive,
  title     = {{Adaptive Gradient Learning for Spiking Neural Networks by Exploiting Membrane Potential Dynamics}},
  author    = {Jiang, Jiaqiang and Wang, Lei and Jiang, Runhao and Fan, Jing and Yan, Rui},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {4164-4172},
  doi       = {10.24963/IJCAI.2025/464},
  url       = {https://mlanthology.org/ijcai/2025/jiang2025ijcai-adaptive/}
}