Deep Pyramidal Residual Networks
Dongyoon Han, Jiwhan Kim, and Junmo Kim

TL;DR
This paper introduces Deep Pyramidal Residual Networks that gradually increase feature map dimensions across all units, enhancing generalization and accuracy in image classification tasks, outperforming traditional residual networks.
Contribution
The paper proposes a novel residual network architecture with gradually increasing feature map dimensions and a new residual unit, improving classification accuracy and generalization.
Findings
Superior performance on CIFAR-10 and CIFAR-100 datasets.
Outperforms original residual networks on ImageNet.
Code availability for reproducibility.
Abstract
Deep convolutional neural networks (DCNNs) have shown remarkable performance in image classification tasks in recent years. Generally, deep neural network architectures are stacks consisting of a large number of convolutional layers, and they perform downsampling along the spatial dimension via pooling to reduce memory usage. Concurrently, the feature map dimension (i.e., the number of channels) is sharply increased at downsampling locations, which is essential to ensure effective performance because it increases the diversity of high-level attributes. This also applies to residual networks and is very closely related to their performance. In this research, instead of sharply increasing the feature map dimension at units that perform downsampling, we gradually increase the feature map dimension at all units to involve as many locations as possible. This design, which is discussed in…
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
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Adversarial Robustness in Machine Learning
Methods1x1 Convolution · Pyramidal Bottleneck Residual Unit · Convolution · Average Pooling · Global Average Pooling · Kaiming Initialization · Batch Normalization · *Communicated@Fast*How Do I Communicate to Expedia? · Random Resized Crop · Weight Decay
