Meta-Learning through Hebbian Plasticity in Random Networks
Elias Najarro, Sebastian Risi

TL;DR
This paper introduces a novel meta-learning approach that searches for Hebbian learning rules in neural networks, enabling continuous adaptation and learning in reinforcement tasks without explicit error signals, inspired by biological plasticity.
Contribution
It proposes a method to discover Hebbian plasticity rules that allow neural networks to self-organize and adapt during their lifetime, bypassing direct weight optimization.
Findings
Agents can navigate complex environments starting from random weights.
Robots can learn to walk and adapt to damage without explicit rewards.
The approach scales to networks with over 450K plasticity parameters.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Memory and Neural Computing · Neural dynamics and brain function · Neural Networks and Reservoir Computing
