English

Neuron-centric Hebbian Learning

Neural and Evolutionary Computing 2024-06-10 v2 Artificial Intelligence Machine Learning

Abstract

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 5W5W to 5N5N, being WW and NN the number of weights and neurons, and usually NWN \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 97\sim97 times less parameters, thus allowing for scalable plasticity

Cite

@article{arxiv.2403.12076,
  title  = {Neuron-centric Hebbian Learning},
  author = {Andrea Ferigo and Elia Cunegatti and Giovanni Iacca},
  journal= {arXiv preprint arXiv:2403.12076},
  year   = {2024}
}

Comments

Accepted at Genetic and Evolutionary Computation Conference (GECCO 2024)

R2 v1 2026-06-28T15:24:42.828Z