paper-with-me

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 only the forward path for inference and learning. So, there are no structural or computational constraints necessary for learning to take place, beyond the inference model itself, such as feedback connectivity, weight transport, or a backward pass, which exist under backpropagation based approaches. That is, sigprop enables global supervised learning with only a forward path. This is ideal for parallel training of layers or modules. In biology, this explains how neurons without feedback connections can still receive a global learning signal. In hardware, this provides an approach for global supervised learning without backward connectivity. Sigprop by construction has compatibility with models of learning in the brain and in hardware than backpropagation, including alternative approaches relaxing learning constraints. We also demonstrate that sigprop is more efficient in time and memory than they are. To further explain the behavior of sigprop, we provide evidence that sigprop provides useful learning signals in context to backpropagation. To further support relevance to biological and hardware learning, we use sigprop to train continuous time neural networks with Hebbian updates, and train spiking neural networks with only the voltage or with biologically and hardware compatible surrogate functions.

📄 PDF Abstract BibTeX arXiv:2204.01723

Code (2)

amassivek/signalpropagation 공식 구현 pytorch
keitaroskmt/e2e-info pytorch

Similar Papers 제목 키워드 기반

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…

Hardware-efficient on-line learning through pipelined truncated-error backpropagation in binary-state networks

2017-06-15 · Hesham Mostafa, Bruno Pedroni, Sadique Sheik, Gert Cauwenberghs

Artificial neural networks (ANNs) trained using backpropagation are powerful learning architectures that have achieved state-of-the-art performance in various benchmarks. Significant effort has been devoted to developing…

Stabilising priors for robust Bayesian deep learning

2019-10-23 · Felix McGregor, Arnu Pretorius, Johan du Preez, Steve Kroon

Bayesian neural networks (BNNs) have developed into useful tools for probabilistic modelling due to recent advances in variational inference enabling large scale BNNs. However, BNNs remain brittle and hard to train, espe…

Deep LearningVariational Inference

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

A Physical Theory of Backpropagation: Exact Gradients from the Least-Action Principle

2026-02-02 · Antonino Emanuele Scurria arxiv

Backpropagation is typically presented as a symbolic procedure: a backward pass topologically distinct from inference, with non-local error signals and synchronous global clocking, features with no clear analog in physic…