NEAILGApr 8, 2022

Biologically-inspired neuronal adaptation improves learning in neural networks

arXiv:2204.14008v111 citationsh-index: 24
Originality Incremental advance
AI Analysis

This work addresses the challenge of enhancing learning stability and accuracy in neural networks for machine learning researchers, though it appears incremental as it builds on existing biologically inspired methods.

The authors tackled the problem of improving biologically plausible learning algorithms by augmenting Contrastive Hebbian Learning and Equilibrium Propagation with neuronal adaptation, resulting in improved performance on MNIST and CIFAR-10 datasets.

Since humans still outperform artificial neural networks on many tasks, drawing inspiration from the brain may help to improve current machine learning algorithms. Contrastive Hebbian Learning (CHL) and Equilibrium Propagation (EP) are biologically plausible algorithms that update weights using only local information (without explicitly calculating gradients) and still achieve performance comparable to conventional backpropagation. In this study, we augmented CHL and EP with Adjusted Adaptation, inspired by the adaptation effect observed in neurons, in which a neuron's response to a given stimulus is adjusted after a short time. We add this adaptation feature to multilayer perceptrons and convolutional neural networks trained on MNIST and CIFAR-10. Surprisingly, adaptation improved the performance of these networks. We discuss the biological inspiration for this idea and investigate why Neuronal Adaptation could be an important brain mechanism to improve the stability and accuracy of learning.

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