English

Activation Learning by Local Competitions

Neural and Evolutionary Computing 2022-12-27 v2 Artificial Intelligence Computer Vision and Pattern Recognition Machine Learning

Abstract

Despite its great success, backpropagation has certain limitations that necessitate the investigation of new learning methods. In this study, we present a biologically plausible local learning rule that improves upon Hebb's well-known proposal and discovers unsupervised features by local competitions among neurons. This simple learning rule enables the creation of a forward learning paradigm called activation learning, in which the output activation (sum of the squared output) of the neural network estimates the likelihood of the input patterns, or "learn more, activate more" in simpler terms. For classification on a few small classical datasets, activation learning performs comparably to backpropagation using a fully connected network, and outperforms backpropagation when there are fewer training samples or unpredictable disturbances. Additionally, the same trained network can be used for a variety of tasks, including image generation and completion. Activation learning also achieves state-of-the-art performance on several real-world datasets for anomaly detection. This new learning paradigm, which has the potential to unify supervised, unsupervised, and semi-supervised learning and is reasonably more resistant to adversarial attacks, deserves in-depth investigation.

Keywords

Cite

@article{arxiv.2209.13400,
  title  = {Activation Learning by Local Competitions},
  author = {Hongchao Zhou},
  journal= {arXiv preprint arXiv:2209.13400},
  year   = {2022}
}

Comments

Updated Equation (13) for the modification rule with feedback; Adding discussions regarding activation learning for anormaly detection

R2 v1 2026-06-28T02:12:00.755Z