English

Learning with Spike Synchrony in Spiking Neural Networks

Neural and Evolutionary Computing 2025-08-26 v2 Artificial Intelligence

Abstract

Spiking neural networks (SNNs) promise energy-efficient computation by mimicking biological neural dynamics, yet existing plasticity rules focus on isolated spike pairs and fail to leverage the synchronous activity patterns that drive learning in biological systems. We introduce spike-synchrony-dependent plasticity (SSDP), a training approach that adjusts synaptic weights based on the degree of synchronous neural firing rather than spike timing order. Our method operates as a local, post-optimization mechanism that applies updates to sparse parameter subsets, maintaining computational efficiency with linear scaling. SSDP serves as a lightweight event-structure regularizer, biasing the network toward biologically plausible spatio-temporal synchrony while preserving standard convergence behavior. SSDP seamlessly integrates with standard backpropagation while preserving the forward computation graph. We validate our approach across single-layer SNNs and spiking Transformers on datasets from static images to high-temporal-resolution tasks, demonstrating improved convergence stability and enhanced robustness to spike-time jitter and event noise. These findings provide new insights into how biological neural networks might leverage synchronous activity for efficient information processing and suggest that synchrony-dependent plasticity represents a key computational principle underlying neural learning.

Keywords

Cite

@article{arxiv.2505.14841,
  title  = {Learning with Spike Synchrony in Spiking Neural Networks},
  author = {Yuchen Tian and Assel Kembay and Samuel Tensingh and Nhan Duy Truong and Jason K. Eshraghian and Omid Kavehei},
  journal= {arXiv preprint arXiv:2505.14841},
  year   = {2025}
}

Comments

23 pages, 6 figures, 9 tables. This work proposes SSDP, a biologically inspired spike-synchrony-dependent plasticity rule. We demonstrate its effectiveness across shallow and deep spiking architectures including Spiking-ResNet18 and SNN-Transformer