English

Forward Target Propagation: A Forward-Only Approach to Global Error Credit Assignment via Local Losses

Machine Learning 2025-06-16 v1 Artificial Intelligence

Abstract

Training neural networks has traditionally relied on backpropagation (BP), a gradient-based algorithm that, despite its widespread success, suffers from key limitations in both biological and hardware perspectives. These include backward error propagation by symmetric weights, non-local credit assignment, and frozen activity during backward passes. We propose Forward Target Propagation (FTP), a biologically plausible and computationally efficient alternative that replaces the backward pass with a second forward pass. FTP estimates layerwise targets using only feedforward computations, eliminating the need for symmetric feedback weights or learnable inverse functions, hence enabling modular and local learning. We evaluate FTP on fully connected networks, CNNs, and RNNs, demonstrating accuracies competitive with BP on MNIST, CIFAR10, and CIFAR100, as well as effective modeling of long-term dependencies in sequential tasks. Moreover, FTP outperforms BP under quantized low-precision and emerging hardware constraints while also demonstrating substantial efficiency gains over other biologically inspired methods such as target propagation variants and forward-only learning algorithms. With its minimal computational overhead, forward-only nature, and hardware compatibility, FTP provides a promising direction for energy-efficient on-device learning and neuromorphic computing.

Keywords

Cite

@article{arxiv.2506.11030,
  title  = {Forward Target Propagation: A Forward-Only Approach to Global Error Credit Assignment via Local Losses},
  author = {Nazmus Saadat As-Saquib and A N M Nafiz Abeer and Hung-Ta Chien and Byung-Jun Yoon and Suhas Kumar and Su-in Yi},
  journal= {arXiv preprint arXiv:2506.11030},
  year   = {2025}
}