Pyramidal RoR for Image Classification
Ke Zhang, Liru Guo, Ce Gao, Zhenbing Zhao

TL;DR
This paper introduces Pyramidal RoR, a novel image classification network that improves performance by gradually increasing feature map channels, optimizing residual blocks, and using drop-path to prevent overfitting, achieving state-of-the-art results.
Contribution
The paper proposes a Pyramidal RoR model with gradually increasing channels, optimized residual blocks, and drop-path regularization, enhancing RoR performance and training stability.
Findings
Achieved lowest error rates on CIFAR-10/100 and SVHN datasets.
Improved network performance across different datasets.
Effectively mitigated gradient disappearance in training.
Abstract
The Residual Networks of Residual Networks (RoR) exhibits excellent performance in the image classification task, but sharply increasing the number of feature map channels makes the characteristic information transmission incoherent, which losses a certain of information related to classification prediction, limiting the classification performance. In this paper, a Pyramidal RoR network model is proposed by analysing the performance characteristics of RoR and combining with the PyramidNet. Firstly, based on RoR, the Pyramidal RoR network model with channels gradually increasing is designed. Secondly, we analysed the effect of different residual block structures on performance, and chosen the residual block structure which best favoured the classification performance. Finally, we add an important principle to further optimize Pyramidal RoR networks, drop-path is used to avoid…
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 · Advanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning
MethodsDiffusion-Convolutional Neural Networks · Average Pooling · Global Average Pooling · Kaiming Initialization · 1x1 Convolution · Zero-padded Shortcut Connection · Pyramidal Residual Unit · Pyramidal Bottleneck Residual Unit · PyramidNet · *Communicated@Fast*How Do I Communicate to Expedia?
