Fixed-Weight Difference Target Propagation
Tatsukichi Shibuya, Nakamasa Inoue, Rei Kawakami, Ikuro Sato

TL;DR
This paper introduces Fixed-Weight Difference Target Propagation (FW-DTP), a biologically plausible training method for deep networks that maintains fixed feedback weights, simplifying training while achieving better performance than traditional methods.
Contribution
The paper proposes FW-DTP, which keeps feedback weights constant during training, eliminating the need for layer-wise autoencoders and frequent feedback updates, thus improving practicality and performance.
Findings
FW-DTP outperforms baseline DTP on four classification datasets.
FW-DTP maintains effective target propagation with fixed feedback weights.
The method simplifies training and addresses autoencoder-related drawbacks.
Abstract
Target Propagation (TP) is a biologically more plausible algorithm than the error backpropagation (BP) to train deep networks, and improving practicality of TP is an open issue. TP methods require the feedforward and feedback networks to form layer-wise autoencoders for propagating the target values generated at the output layer. However, this causes certain drawbacks; e.g., careful hyperparameter tuning is required to synchronize the feedforward and feedback training, and frequent updates of the feedback path are usually required than that of the feedforward path. Learning of the feedforward and feedback networks is sufficient to make TP methods capable of training, but is having these layer-wise autoencoders a necessary condition for TP to work? We answer this question by presenting Fixed-Weight Difference Target Propagation (FW-DTP) that keeps the feedback weights constant during…
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
TopicsNeural Networks and Applications · AI in cancer detection · Machine Learning in Bioinformatics
MethodsTest
