English

Lazy learning: a biologically-inspired plasticity rule for fast and energy efficient synaptic plasticity

Neural and Evolutionary Computing 2023-03-29 v1 Artificial Intelligence Machine Learning Neurons and Cognition

Abstract

When training neural networks for classification tasks with backpropagation, parameters are updated on every trial, even if the sample is classified correctly. In contrast, humans concentrate their learning effort on errors. Inspired by human learning, we introduce lazy learning, which only learns on incorrect samples. Lazy learning can be implemented in a few lines of code and requires no hyperparameter tuning. Lazy learning achieves state-of-the-art performance and is particularly suited when datasets are large. For instance, it reaches 99.2% test accuracy on Extended MNIST using a single-layer MLP, and does so 7.6x faster than a matched backprop network

Keywords

Cite

@article{arxiv.2303.16067,
  title  = {Lazy learning: a biologically-inspired plasticity rule for fast and energy efficient synaptic plasticity},
  author = {Aaron Pache and Mark CW van Rossum},
  journal= {arXiv preprint arXiv:2303.16067},
  year   = {2023}
}

Comments

13 pages, 6 figures

R2 v1 2026-06-28T09:38:10.250Z