Wide Residual Networks
Sergey Zagoruyko,Nikos Komodakis +1 more
- 01 Jan 2016
TL;DR: This paper conducts a detailed experimental study on the architecture of ResNet blocks and proposes a novel architecture where the depth and width of residual networks are decreased and the resulting network structures are called wide residual networks (WRNs), which are far superior over their commonly used thin and very deep counterparts.
read more
Abstract: Deep residual networks were shown to be able to scale up to thousands of layers and still have improving performance. However, each fraction of a percent of improved accuracy costs nearly doubling the number of layers, and so training very deep residual networks has a problem of diminishing feature reuse, which makes these networks very slow to train. To tackle these problems, in this paper we conduct a detailed experimental study on the architecture of ResNet blocks, based on which we propose a novel architecture where we decrease depth and increase width of residual networks. We call the resulting network structures wide residual networks (WRNs) and show that these are far superior over their commonly used thin and very deep counterparts. For example, we demonstrate that even a simple 16-layer-deep wide residual network outperforms in accuracy and efficiency all previous deep residual networks, including thousand-layer-deep networks, achieving new state-of-the-art results on CIFAR, SVHN, COCO, and significant improvements on ImageNet. Our code and models are available at this https URL
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
•Posted Content
On Lazy Training in Differentiable Programming.
TL;DR: In this article, the authors show that the lazy training phenomenon is not specific to over-parameterized neural networks, and is due to a choice of scaling, often implicit, that makes the model behave as its linearization around the initialization, thus yielding a model equivalent to learning with positive-definite kernels.
219
Wide-Slice Residual Networks for Food Recognition
Niki Martinel,Gian Luca Foresti,Christian Micheloni +2 more
- 12 Mar 2018
TL;DR: In this paper, a slice convolution block is introduced to capture vertical food traits that are common to a large number of categories (i.e., 15% of the whole data in current datasets).
218
Regularizing Activation Distribution for Training Binarized Deep Networks
Ruizhou Ding,Ting-Wu Chin,Zeye Liu,Diana Marculescu +3 more
- 01 Jun 2019
TL;DR: The experiments show that the distribution loss can consistently improve the accuracy of BNNs without losing their energy benefits and equipped with the proposed regularization, BNN training is shown to be robust to the selection of hyper-parameters including optimizer and learning rate.
A Survey on Semi-, Self- and Unsupervised Learning for Image Classification
TL;DR: In this article, the authors provide an overview of often used ideas and methods in image classification with fewer labels and compare 34 methods in detail based on their performance and their commonly used ideas rather than a fine-grained taxonomy.
Towards a Better Understanding of Transfer Learning for Medical Imaging: A Case Study
Laith Alzubaidi,Mohammed A. Fadhel,Omran Al-Shamma,Jinglan Zhang,José Santamaría,Ye Duan,Sameer Razzaq Oleiwi +6 more
TL;DR: A deep convolutional neural network (DCNN) model that integrates three ideas including traditional and parallel Convolutional layers and residual connections along with global average pooling is designed that can significantly improve the performance considering a reduced number of images in the same domain of the target dataset.
Related Papers (5)
Kaiming He,Xiangyu Zhang,Shaoqing Ren,Jian Sun +3 more
- 27 Jun 2016
Gao Huang,Zhuang Liu,Laurens van der Maaten,Kilian Q. Weinberger +3 more
- 21 Jul 2017