English

Meta-Learning through Hebbian Plasticity in Random Networks

Neural and Evolutionary Computing 2022-04-20 v5 Machine Learning

Abstract

Lifelong learning and adaptability are two defining aspects of biological agents. Modern reinforcement learning (RL) approaches have shown significant progress in solving complex tasks, however once training is concluded, the found solutions are typically static and incapable of adapting to new information or perturbations. While it is still not completely understood how biological brains learn and adapt so efficiently from experience, it is believed that synaptic plasticity plays a prominent role in this process. Inspired by this biological mechanism, we propose a search method that, instead of optimizing the weight parameters of neural networks directly, only searches for synapse-specific Hebbian learning rules that allow the network to continuously self-organize its weights during the lifetime of the agent. We demonstrate our approach on several reinforcement learning tasks with different sensory modalities and more than 450K trainable plasticity parameters. We find that starting from completely random weights, the discovered Hebbian rules enable an agent to navigate a dynamical 2D-pixel environment; likewise they allow a simulated 3D quadrupedal robot to learn how to walk while adapting to morphological damage not seen during training and in the absence of any explicit reward or error signal in less than 100 timesteps. Code is available at https://github.com/enajx/HebbianMetaLearning.

Keywords

Cite

@article{arxiv.2007.02686,
  title  = {Meta-Learning through Hebbian Plasticity in Random Networks},
  author = {Elias Najarro and Sebastian Risi},
  journal= {arXiv preprint arXiv:2007.02686},
  year   = {2022}
}

Comments

v5: Typo in initialization values corrected. v4: Typo in equation in 3.1 corrected. v3: Bug that made diagonal patterns appear has been fixed. Simulations have been re-run and plots updated. v2: Figures 1, 7 and Table 1 updated, new results on 4.1 added, typos corrected, references added

R2 v1 2026-06-23T16:52:54.089Z