Aggregated Residual Transformations for Deep Neural Networks
Saining Xie, Ross Girshick, Piotr Doll\'ar, Zhuowen Tu, Kaiming He

TL;DR
This paper introduces ResNeXt, a modular deep neural network architecture that emphasizes the importance of 'cardinality' as a key factor in improving image classification accuracy, outperforming traditional deeper or wider models.
Contribution
The paper proposes a new ResNeXt architecture that incorporates the concept of cardinality, demonstrating its effectiveness over depth and width in neural network design.
Findings
Increasing cardinality improves classification accuracy.
ResNeXt outperforms ResNet on ImageNet and COCO datasets.
ResNeXt achieves high performance in image classification competitions.
Abstract
We present a simple, highly modularized network architecture for image classification. Our network is constructed by repeating a building block that aggregates a set of transformations with the same topology. Our simple design results in a homogeneous, multi-branch architecture that has only a few hyper-parameters to set. This strategy exposes a new dimension, which we call "cardinality" (the size of the set of transformations), as an essential factor in addition to the dimensions of depth and width. On the ImageNet-1K dataset, we empirically show that even under the restricted condition of maintaining complexity, increasing cardinality is able to improve classification accuracy. Moreover, increasing cardinality is more effective than going deeper or wider when we increase the capacity. Our models, named ResNeXt, are the foundations of our entry to the ILSVRC 2016 classification task 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
- 🤗glasses/resnext101_32x8dmodel· 3 dl3 dl
- 🤗glasses/resnext50_32x4dmodel
- 🤗kadirnar/timm_model_listmodel· ♡ 1♡ 1
- 🤗timm/bat_resnext26ts.ch_in1kmodel· 266 dl266 dl
- 🤗timm/eca_resnext26ts.ch_in1kmodel· 80 dl80 dl
- 🤗timm/gcresnext26ts.ch_in1kmodel· 1.8k dl1.8k dl
- 🤗timm/gcresnext50ts.ch_in1kmodel· 48 dl48 dl
- 🤗timm/resnext26ts.ra2_in1kmodel· 271 dl271 dl
- 🤗timm/seresnext26ts.ch_in1kmodel· 92 dl92 dl
- 🤗timm/resnext50_32x4d.a1_in1kmodel· 343 dl343 dl
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Advanced Neural Network Applications · Domain Adaptation and Few-Shot Learning
MethodsAverage Pooling · ResNeXt Block · Random Horizontal Flip · Random Resized Crop · Step Decay · SGD with Momentum · Weight Decay · Grouped Convolution · Bottleneck Residual Block · Global Average Pooling
