paper-with-me

Papers

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

2025-05-20 · Nazmus Saadat As-Saquib, A N M Nafiz Abeer, Hung-Ta Chien, Byung-Jun Yoon, Suhas Kumar, Su-in Yi

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.

📄 PDF Abstract BibTeX arXiv:2506.11030

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Signal Propagation: A Framework for Learning and Inference In a Forward Pass

2022-04-04 · Adam Kohan, Edward A. Rietman, Hava T. Siegelmann

We propose a new learning framework, signal propagation (sigprop), for propagating a learning signal and updating neural network parameters via a forward pass, as an alternative to backpropagation. In sigprop, there is o…

Reshaping the Forward-Forward Algorithm with a Similarity-Based Objective

2025-08-29 · James Gong, Raymond Luo, Emma Wang, Leon Ge 외 arxiv

Backpropagation is the pivotal algorithm underpinning the success of artificial neural networks, yet it has critical limitations such as biologically implausible backward locking and global error propagation. To circumve…

Mono-Forward: Backpropagation-Free Algorithm for Efficient Neural Network Training Harnessing Local Errors

2025-01-16 · James Gong, Bruce Li, Waleed Abdulla

Backpropagation is the standard method for achieving state-of-the-art accuracy in neural network training, but it often imposes high memory costs and lacks biological plausibility. In this paper, we introduce the Mono-Fo…

Efficient Neural Network

Fixed-Weight Difference Target Propagation

2022-12-19 · Tatsukichi Shibuya, Nakamasa Inoue, Rei Kawakami, Ikuro Sato

Target Propagation (TP) is a biologically more plausible algorithm than the error backpropagation (BP) to train deep networks, and improving practicality of TP is an open issue. TP methods require the feedforward and fee…

Forward Learning with Top-Down Feedback: Empirical and Analytical Characterization

2023-02-10 · Ravi Srinivasan, Francesca Mignacco, Martino Sorbaro, Maria Refinetti 외

"Forward-only" algorithms, which train neural networks while avoiding a backward pass, have recently gained attention as a way of solving the biologically unrealistic aspects of backpropagation. Here, we first address co…