Efficient Deep Learning with Decorrelated Backpropagation
Sander Dalm, Joshua Offergeld, Nasir Ahmad, Marcel van Gerven

TL;DR
This paper introduces a novel decorrelated backpropagation algorithm that significantly speeds up training of deep neural networks while improving accuracy, offering a more efficient alternative to traditional backpropagation.
Contribution
The paper presents a new decorrelated backpropagation method that enforces network-wide input decorrelation with minimal overhead, enabling faster and more accurate training of deep CNNs.
Findings
Over two-fold training speed-up achieved.
Higher test accuracy compared to standard backpropagation.
Effective decorrelation mechanism with minimal computational cost.
Abstract
The backpropagation algorithm remains the dominant and most successful method for training deep neural networks (DNNs). At the same time, training DNNs at scale comes at a significant computational cost and therefore a high carbon footprint. Converging evidence suggests that input decorrelation may speed up deep learning. However, to date, this has not yet translated into substantial improvements in training efficiency in large-scale DNNs. This is mainly caused by the challenge of enforcing fast and stable network-wide decorrelation. Here, we show for the first time that much more efficient training of deep convolutional neural networks is feasible by embracing decorrelated backpropagation as a mechanism for learning. To achieve this goal we made use of a novel algorithm which induces network-wide input decorrelation using minimal computational overhead. By combining this algorithm with…
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
TopicsFace and Expression Recognition
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
