Benchmarking local Hebbian learning rules for memory storage and prototype extraction
Summary
A new study, "Benchmarking local Hebbian learning rules for memory storage and prototype extraction," evaluates seven different Hebbian learning rules within non-modular and modular recurrent neural networks. These networks utilize winner-take-all dynamics and operate on moderately sparse binary patterns. The research, submitted on May 1, 2026, focuses on assessing associative memory functions, including pattern storage capacity, weight information capacity, prototype extraction capabilities, and sensitivity to data correlations. Findings indicate that the original additive Hebb rule performs worst in terms of capacity, while covariance learning shows robustness with moderate capacity. Bayesian-Hebbian learning rules consistently demonstrate the highest capacity across nearly all tested conditions, offering superior performance for both memory storage and prototype extraction.
Key takeaway
For AI Scientists designing associative memory systems, prioritizing Bayesian-Hebbian learning rules is crucial for maximizing memory storage and prototype extraction capacity. Your choice of learning rule directly impacts system performance, with Bayesian-Hebbian rules consistently outperforming others in various conditions. Implement these rules to enhance the efficiency and accuracy of your neural network architectures, especially when dealing with distorted prototype instances and requiring robust recall.
Key insights
Bayesian-Hebbian learning rules offer superior capacity for associative memory and prototype extraction compared to other Hebbian rules.
Principles
- Additive Hebb rule has lowest capacity.
- Covariance learning is robust but moderate.
- Bayesian-Hebbian rules achieve highest capacity.
Method
The study benchmarks seven Hebbian learning rules in recurrent networks with winner-take-all dynamics, measuring pattern storage, weight information, prototype extraction, and correlation sensitivity using sparse binary patterns.
In practice
- Implement Bayesian-Hebbian rules for high-capacity associative memory.
- Consider covariance learning for robust, moderate capacity needs.
- Avoid original additive Hebb rule for capacity-critical tasks.
Topics
- Hebbian Learning Rules
- Associative Memory
- Prototype Extraction
- Recurrent Neural Networks
- Winner-Take-All Dynamics
Best for: AI Scientist, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.NE updates on arXiv.org.