NCETLGNEMar 4, 2025

Weight transport through spike timing for robust local gradients

arXiv:2503.02642v12 citationsh-index: 26Has Code
Originality Incremental advance
AI Analysis

This addresses a key bottleneck for implementing gradient-based learning in spiking neural networks, relevant to neuromorphic hardware and computational neuroscience, though it is incremental as it builds on existing feedback alignment methods.

The paper tackles the weight transport problem in neural networks, which hinders local gradient computation in biological and neuromorphic systems, by introducing spike-based alignment learning (SAL) that uses spike timing statistics to correct asymmetry in connections. It demonstrates that SAL significantly improves convergence in probabilistic spiking networks and enables effective alignment for backpropagation in cortical microcircuits.

In both machine learning and in computational neuroscience, plasticity in functional neural networks is frequently expressed as gradient descent on a cost. Often, this imposes symmetry constraints that are difficult to reconcile with local computation, as is required for biological networks or neuromorphic hardware. For example, wake-sleep learning in networks characterized by Boltzmann distributions builds on the assumption of symmetric connectivity. Similarly, the error backpropagation algorithm is notoriously plagued by the weight transport problem between the representation and the error stream. Existing solutions such as feedback alignment tend to circumvent the problem by deferring to the robustness of these algorithms to weight asymmetry. However, they are known to scale poorly with network size and depth. We introduce spike-based alignment learning (SAL), a complementary learning rule for spiking neural networks, which uses spike timing statistics to extract and correct the asymmetry between effective reciprocal connections. Apart from being spike-based and fully local, our proposed mechanism takes advantage of noise. Based on an interplay between Hebbian and anti-Hebbian plasticity, synapses can thereby recover the true local gradient. This also alleviates discrepancies that arise from neuron and synapse variability -- an omnipresent property of physical neuronal networks. We demonstrate the efficacy of our mechanism using different spiking network models. First, we show how SAL can significantly improve convergence to the target distribution in probabilistic spiking networks as compared to Hebbian plasticity alone. Second, in neuronal hierarchies based on cortical microcircuits, we show how our proposed mechanism effectively enables the alignment of feedback weights to the forward pathway, thus allowing the backpropagation of correct feedback errors.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes