TL;DR
This paper introduces DRTP, a feedforward training method for deep neural networks using fixed random signals, eliminating the need for backpropagation and enabling efficient training suitable for edge devices.
Contribution
The paper proposes the DRTP algorithm that uses fixed random projections of labels as targets, addressing backpropagation constraints and facilitating low-cost, layerwise training.
Findings
DRTP matches accuracy of backpropagation in certain tasks
Reduces memory and computational overhead for training
Enables training of deep networks on edge devices
Abstract
While the backpropagation of error algorithm enables deep neural network training, it implies (i) bidirectional synaptic weight transport and (ii) update locking until the forward and backward passes are completed. Not only do these constraints preclude biological plausibility, but they also hinder the development of low-cost adaptive smart sensors at the edge, as they severely constrain memory accesses and entail buffering overhead. In this work, we show that the one-hot-encoded labels provided in supervised classification problems, denoted as targets, can be viewed as a proxy for the error sign. Therefore, their fixed random projections enable a layerwise feedforward training of the hidden layers, thus solving the weight transport and update locking problems while relaxing the computational and memory requirements. Based on these observations, we propose the direct random target…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsDirect Feedback Alignment · Feedback Alignment
