Non-iterative recomputation of dense layers for performance improvement of DCNN
Yimin Yang, Q.M.Jonathan Wu, Xiexing Feng, Thangarajah Akilan

TL;DR
This paper introduces a non-iterative learning method for DCNNs that replaces backpropagation in dense layers with Moore-Penrose Inverse computations, leading to faster training and improved performance across multiple benchmarks.
Contribution
It proposes a novel non-iterative training strategy for dense layers in DCNNs using Moore-Penrose Inverse, reducing training time and enhancing accuracy.
Findings
Significant performance improvements over 30 state-of-the-art methods.
Faster training process compared to traditional backpropagation.
Better generalization with the proposed recomputation approach.
Abstract
An iterative method of learning has become a paradigm for training deep convolutional neural networks (DCNN). However, utilizing a non-iterative learning strategy can accelerate the training process of the DCNN and surprisingly such approach has been rarely explored by the deep learning (DL) community. It motivates this paper to introduce a non-iterative learning strategy that eliminates the backpropagation (BP) at the top dense or fully connected (FC) layers of DCNN, resulting in, lower training time and higher performance. The proposed method exploits the Moore-Penrose Inverse to pull back the current residual error to each FC layer, generating well-generalized features. Then using the recomputed features, i.e., the new generalized features the weights of each FC layer is computed according to the Moore-Penrose Inverse. We evaluate the proposed approach on six widely accepted object…
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 · Advanced Image and Video Retrieval Techniques
MethodsDiffusion-Convolutional Neural Networks
