English

Learning Using a Single Forward Pass

Artificial Intelligence 2025-06-06 v3

Abstract

We propose a learning algorithm to overcome the limitations of traditional backpropagation in resource-constrained environments: Solo Pass Embedded Learning Algorithm (SPELA). SPELA operates with local loss functions to update weights, significantly saving on resources allocated to the propagation of gradients and storing computational graphs while being sufficiently accurate. Consequently, SPELA can closely match backpropagation using less memory. Moreover, SPELA can effectively fine-tune pre-trained image recognition models for new tasks. Further, SPELA is extended with significant modifications to train CNN networks, which we evaluate on CIFAR-10, CIFAR-100, and SVHN 10 datasets, showing equivalent performance compared to backpropagation. Our results indicate that SPELA, with its features such as local learning and early exit, is a potential candidate for learning in resource-constrained edge AI applications.

Keywords

Cite

@article{arxiv.2402.09769,
  title  = {Learning Using a Single Forward Pass},
  author = {Aditya Somasundaram and Pushkal Mishra and Ayon Borthakur},
  journal= {arXiv preprint arXiv:2402.09769},
  year   = {2025}
}

Comments

Accepted for publication at TMLR

R2 v1 2026-06-28T14:49:19.789Z