NCLGOct 3, 2019

Spike-based causal inference for weight alignment

arXiv:1910.01689v226 citations
Originality Highly original
AI Analysis

This addresses a key bottleneck in biologically plausible deep learning for neuroscience and AI, offering a novel solution to a long-standing problem.

The paper tackles the weight transport problem in biological learning models by proposing a spike-based algorithm derived from causal inference methods, which rapidly aligns backward weights with forward weights and improves learning performance on datasets like Fashion-MNIST, SVHN, CIFAR-10, and VOC over feedback alignment.

In artificial neural networks trained with gradient descent, the weights used for processing stimuli are also used during backward passes to calculate gradients. For the real brain to approximate gradients, gradient information would have to be propagated separately, such that one set of synaptic weights is used for processing and another set is used for backward passes. This produces the so-called "weight transport problem" for biological models of learning, where the backward weights used to calculate gradients need to mirror the forward weights used to process stimuli. This weight transport problem has been considered so hard that popular proposals for biological learning assume that the backward weights are simply random, as in the feedback alignment algorithm. However, such random weights do not appear to work well for large networks. Here we show how the discontinuity introduced in a spiking system can lead to a solution to this problem. The resulting algorithm is a special case of an estimator used for causal inference in econometrics, regression discontinuity design. We show empirically that this algorithm rapidly makes the backward weights approximate the forward weights. As the backward weights become correct, this improves learning performance over feedback alignment on tasks such as Fashion-MNIST, SVHN, CIFAR-10 and VOC. Our results demonstrate that a simple learning rule in a spiking network can allow neurons to produce the right backward connections and thus solve the weight transport problem.

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