paper-with-me

홈 › Papers

Reconstructing Backpropagation from Forward Fluctuations in Noise-modulated Neural Networks

2026-07-29 · Shuhei Ikemoto arxiv

A Noise-modulated Neural Network (NNN) learns and infers only in the presence of noise, treating noise as a computational resource rather than a disturbance. The noise lets it learn efficiently by backpropagation while transmitting spike-like signals, but backpropagation needs a reverse path through transposed weights, the weight transport problem, which undermines biological and neuromorphic plausibility. Forward-only alternatives typically substitute a different objective or fixed random feedback, sacrificing stability and accuracy. We show that backpropagation itself can be reconstructed in the NNN from forward-pass statistics alone: a weight mirror estimates each weight matrix from the covariance between a previous-layer unit's output and the next-layer unit's input, and combining it with local differential estimation inside the units propagates the output error recursively along the computational graph, with no transposed-weight readout and no backward data path. The resulting gradient is empirically near-unbiased, and with local per-weight Adam updates it matches the final accuracy of backpropagation on simple regression tasks. With uniformly distributed noise, the local operations reduce to polynomials and comparators, making the whole system, learning rule included, well suited to digital circuits. Thus, in the NNN, noise is a resource not only for inference but also for reconstructing backpropagation.

📄 PDF Abstract BibTeX arXiv:2607.26483

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Predictive Forward-Forward Algorithm

2023-01-04 · Alexander Ororbia, Ankur Mali

We propose the predictive forward-forward (PFF) algorithm for conducting credit assignment in neural systems. Specifically, we design a novel, dynamic recurrent neural system that learns a directed generative circuit joi…

Stochastic Analysis Of An Incoherent Feedforward Genetic Motif

2015-09-30

Gene products (RNAs, proteins) often occur at low molecular counts inside individual cells, and hence are subject to considerable random fluctuations (noise) in copy number over time. Not surprisingly, cells encode diver…

Reconstructing Patchy Reionization with Deep Learning

2021-01-04 · Eric Guzman, Joel Meyers

The precision anticipated from next-generation cosmic microwave background (CMB) surveys will create opportunities for characteristically new insights into cosmology. Secondary anisotropies of the CMB will have an increa…

Deep Learning

The Integrated Forward-Forward Algorithm: Integrating Forward-Forward and Shallow Backpropagation With Local Losses

2023-05-22 · Desmond Y. M. Tang

The backpropagation algorithm, despite its widespread use in neural network learning, may not accurately emulate the human cortex's learning process. Alternative strategies, such as the Forward-Forward Algorithm (FFA), o…

Noise-based reward-modulated learning

2025-03-31 · Jesús García Fernández, Nasir Ahmad, Marcel van Gerven

Recent advances in reinforcement learning (RL) have led to significant improvements in task performance. However, training neural networks in an RL regime is typically achieved in combination with backpropagation, limiti…

Reinforcement Learning (RL)