NEAILGFeb 16, 2024

Neuron-centric Hebbian Learning

arXiv:2403.12076v21 citationsh-index: 27GECCO
Originality Incremental advance
AI Analysis

This work addresses scalability issues in plasticity models for neural networks, offering a more efficient alternative for applications like robotics, though it is incremental as it builds on existing Hebbian learning frameworks.

The paper tackles the high parameter complexity of synaptic-focused Hebbian learning models in artificial neural networks by proposing a neuron-centric approach, which reduces parameters from 5W to 5N and performs comparably on robotic tasks while using up to ~97 times fewer parameters.

One of the most striking capabilities behind the learning mechanisms of the brain is the adaptation, through structural and functional plasticity, of its synapses. While synapses have the fundamental role of transmitting information across the brain, several studies show that it is the neuron activations that produce changes on synapses. Yet, most plasticity models devised for artificial Neural Networks (NNs), e.g., the ABCD rule, focus on synapses, rather than neurons, therefore optimizing synaptic-specific Hebbian parameters. This approach, however, increases the complexity of the optimization process since each synapse is associated to multiple Hebbian parameters. To overcome this limitation, we propose a novel plasticity model, called Neuron-centric Hebbian Learning (NcHL), where optimization focuses on neuron- rather than synaptic-specific Hebbian parameters. Compared to the ABCD rule, NcHL reduces the parameters from $5W$ to $5N$, being $W$ and $N$ the number of weights and neurons, and usually $N \ll W$. We also devise a ``weightless'' NcHL model, which requires less memory by approximating the weights based on a record of neuron activations. Our experiments on two robotic locomotion tasks reveal that NcHL performs comparably to the ABCD rule, despite using up to $\sim97$ times less parameters, thus allowing for scalable plasticity

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