English

LLS: Local Learning Rule for Deep Neural Networks Inspired by Neural Activity Synchronization

Neural and Evolutionary Computing 2025-07-08 v2 Artificial Intelligence Machine Learning

Abstract

Training deep neural networks (DNNs) using traditional backpropagation (BP) presents challenges in terms of computational complexity and energy consumption, particularly for on-device learning where computational resources are limited. Various alternatives to BP, including random feedback alignment, forward-forward, and local classifiers, have been explored to address these challenges. These methods have their advantages, but they can encounter difficulties when dealing with intricate visual tasks or demand considerable computational resources. In this paper, we propose a novel Local Learning rule inspired by neural activity Synchronization phenomena (LLS) observed in the brain. LLS utilizes fixed periodic basis vectors to synchronize neuron activity within each layer, enabling efficient training without the need for additional trainable parameters. We demonstrate the effectiveness of LLS and its variations, LLS-M and LLS-MxM, on multiple image classification datasets, achieving accuracy comparable to BP with reduced computational complexity and minimal additional parameters. Specifically, LLS achieves comparable performance with up to 300×300 \times fewer multiply-accumulate (MAC) operations and half the memory requirements of BP. Furthermore, the performance of LLS on the Visual Wake Word (VWW) dataset highlights its suitability for on-device learning tasks, making it a promising candidate for edge hardware implementations.

Keywords

Cite

@article{arxiv.2405.15868,
  title  = {LLS: Local Learning Rule for Deep Neural Networks Inspired by Neural Activity Synchronization},
  author = {Marco Paul E. Apolinario and Arani Roy and Kaushik Roy},
  journal= {arXiv preprint arXiv:2405.15868},
  year   = {2025}
}

Comments

12 pages, 4 figures

R2 v1 2026-06-28T16:39:32.381Z