BackLink: Supervised Local Training with Backward Links
Wenzhe Guo, Mohammed E Fouda, Ahmed M. Eltawil, Khaled N. Salama

TL;DR
BackLink introduces a novel local training algorithm for deep neural networks that enables error flow between modules, improving performance and reducing memory and runtime costs compared to traditional backpropagation.
Contribution
The paper proposes BackLink, a local training method that allows inter-module backward dependency, enhancing accuracy while maintaining computational efficiency.
Findings
Improves classification accuracy by up to 4% on CIFAR10.
Reduces memory cost by up to 79% and runtime by 52% in large networks.
Consistently outperforms existing local training methods.
Abstract
Empowered by the backpropagation (BP) algorithm, deep neural networks have dominated the race in solving various cognitive tasks. The restricted training pattern in the standard BP requires end-to-end error propagation, causing large memory cost and prohibiting model parallelization. Existing local training methods aim to resolve the training obstacle by completely cutting off the backward path between modules and isolating their gradients to reduce memory cost and accelerate the training process. These methods prevent errors from flowing between modules and hence information exchange, resulting in inferior performance. This work proposes a novel local training algorithm, BackLink, which introduces inter-module backward dependency and allows errors to flow between modules. The algorithm facilitates information to flow backward along with the network. To preserve the computational…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Ferroelectric and Negative Capacitance Devices
