Reconstructing Backpropagation from Forward Fluctuations in Noise-modulated Neural Networks

📅 2026-07-29
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the challenge that conventional backpropagation—relying on weight transposes and backward signal propagation—is difficult to implement on biological or neuromorphic hardware. The authors propose a gradient estimation method that operates solely through forward pathways. By injecting uniform noise into neural activities, the approach leverages local covariance statistics to unbiasedly reconstruct gradients, eliminating the need for weight mirroring or reverse data flow. Integrated with local differential error propagation, per-weight Adam optimization, and a noise-based polynomial comparator circuit, the method achieves accuracy comparable to standard backpropagation on simple regression tasks. Critically, its gradient estimates are nearly unbiased, substantially enhancing deployability on digital neuromorphic systems.
📝 Abstract
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.
Problem

Research questions and friction points this paper is trying to address.

weight transport problem
backpropagation
noise-modulated neural networks
forward-only learning
gradient reconstruction
Innovation

Methods, ideas, or system contributions that make the work stand out.

noise-modulated neural network
forward-only backpropagation
weight transport problem
local learning rule
neuromorphic computing
🔎 Similar Papers
S
Shuhei Ikemoto
Graduate School of Life Science and Systems Engineering, Kyushu Institute of Technology, Kitakyushu, Japan