Deep Residual Compensation Convolutional Network without Backpropagation
Mubarakah Alotaibi, Richard Wilson

TL;DR
This paper introduces a deep residual compensation convolutional network trained without backpropagation, achieving high accuracy on multiple benchmarks by using residual-based layer training.
Contribution
The paper presents a novel PCANet-like deep network trained with hundreds of layers using residual labels, eliminating backpropagation and gradient computations.
Findings
Outperforms existing PCANet-like networks on benchmarks.
Achieves competitive accuracy with traditional gradient-based models.
Supports training of very deep networks without backpropagation.
Abstract
PCANet and its variants provided good accuracy results for classification tasks. However, despite the importance of network depth in achieving good classification accuracy, these networks were trained with a maximum of nine layers. In this paper, we introduce a residual compensation convolutional network, which is the first PCANet-like network trained with hundreds of layers while improving classification accuracy. The design of the proposed network consists of several convolutional layers, each followed by post-processing steps and a classifier. To correct the classification errors and significantly increase the network's depth, we train each layer with new labels derived from the residual information of all its preceding layers. This learning mechanism is accomplished by traversing the network's layers in a single forward pass without backpropagation or gradient computations. Our…
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
TopicsAnomaly Detection Techniques and Applications · Digital Imaging for Blood Diseases · Advanced Neural Network Applications
