Node Perturbation Can Effectively Train Multi-Layer Neural Networks
Sander Dalm, Marcel van Gerven, Nasir Ahmad
TL;DR
The paper addresses the inefficiency and instability of node perturbation (NP) compared with backpropagation (BP) by recasting NP in terms of directional derivatives, adding input decorrelation, and introducing an activity-based NP (ANP) variant. Decorrelated NP (DNP, DINP, DANP) aligns updates with the true gradient and enables faster convergence, approaching BP performance on CIFAR-10 and robotics tasks, even in noisy or inaccessible-noise hardware. Resampling (multiple noisy passes) scales NP to deeper networks (e.g., Tiny ImageNet) and makes ANP more robust, with DANP showing strong performance in noisy hardware scenarios. Overall, the work demonstrates that decorrelation and directional-derivative framing can render gradient-free NP methods competitive with BP in several practical settings, with significant implications for neuromorphic and on-chip learning.
Abstract
Backpropagation (BP) remains the dominant and most successful method for training parameters of deep neural network models. However, BP relies on two computationally distinct phases, does not provide a satisfactory explanation of biological learning, and can be challenging to apply for training of networks with discontinuities or noisy node dynamics. By comparison, node perturbation (NP), also known as activity-perturbed forward gradients, proposes learning by the injection of noise into network activations, and subsequent measurement of the induced loss change. NP relies on two forward (inference) passes, does not make use of network derivatives, and has been proposed as a model for learning in biological systems. However, standard NP is highly data inefficient and can be unstable due to its unguided noise-based search process. In this work, we develop a modern perspective on NP by relating it to the directional derivative and incorporating input decorrelation. We find that a closer alignment with directional derivatives together with input decorrelation at every layer theoretically and practically enhances performance of NP learning with large improvements in parameter convergence and much higher performance on the test data, approaching that of BP. Furthermore, our novel formulation allows for application to noisy systems in which the noise process itself is inaccessible, which is of particular interest for on-chip learning in neuromorphic systems.
