Wide Residual Networks
Sergey Zagoruyko, Nikos Komodakis

TL;DR
This paper introduces Wide Residual Networks (WRNs), a novel architecture that increases width and decreases depth of residual networks, leading to superior performance and efficiency on multiple datasets compared to traditional very deep residual networks.
Contribution
The paper proposes WRNs, a new residual network architecture that emphasizes increased width over depth, achieving state-of-the-art results with simpler, shallower models.
Findings
Wide residual networks outperform deep residual networks in accuracy.
16-layer WRNs surpass previous models on CIFAR, SVHN, COCO, and ImageNet.
WRNs are more efficient to train and achieve better results with fewer layers.
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…
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
- 🤗glasses/wide_resnet101_2model· 1 dl1 dl
- 🤗keras-io/adamatch-domain-adaptionmodel· 8 dl8 dl
- 🤗timm/wide_resnet50_2.racm_in1kmodel· 494k dl· ♡ 2494k dl♡ 2
- 🤗timm/wide_resnet50_2.tv2_in1kmodel· 432 dl432 dl
- 🤗timm/wide_resnet50_2.tv_in1kmodel· 5.6k dl5.6k dl
- 🤗timm/wide_resnet101_2.tv2_in1kmodel· 123 dl123 dl
- 🤗timm/wide_resnet101_2.tv_in1kmodel· 95k dl95k dl
- 🤗mlx-vision/wide_resnet50_2-mlximmodel· 4 dl· ♡ 14 dl♡ 1
- 🤗mlx-vision/wide_resnet101_2-mlximmodel· 4 dl4 dl
- 🤗qualcomm/WideResNet50model· 93 dl· ♡ 193 dl♡ 1
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Domain Adaptation and Few-Shot Learning
Methods09 Ways to Reach How Do I Contact Metamask Customer Care: A Step by step 24-7 · Average Pooling · Global Average Pooling · Residual Connection · *Communicated@Fast*How Do I Communicate to Expedia? · Convolution · Dropout · Batch Normalization · Wide Residual Block · Random Resized Crop
