Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Wide Residual Networks

About

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 https://github.com/szagoruyko/wide-residual-networks

Sergey Zagoruyko, Nikos Komodakis• 2016

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)
Accuracy84.01
3518
Image ClassificationCIFAR-10 (test)
Accuracy96.75
3381
Image ClassificationImageNet (val)
Top-1 Acc78.1
1206
ClassificationImageNet-1K 1.0 (val)--
1155
Image ClassificationCIFAR-10 (test)
Accuracy96
906
Image ClassificationCIFAR-100 (val)--
661
Image ClassificationCIFAR-100--
622
Fine-grained Image ClassificationCUB200 2011 (test)
Accuracy84.3
536
Image ClassificationCIFAR-10--
471
Image ClassificationCIFAR100 (test)
Top-1 Accuracy82.7
377
Showing 10 of 73 rows
...

Other info

Code

Follow for update