ResNeSt: Split-Attention Networks
Hang Zhang, Chongruo Wu, Zhongyue Zhang, Yi Zhu, Haibin Lin, Zhi, Zhang, Yue Sun, Tong He, Jonas Mueller, R. Manmatha, Mu Li, Alexander Smola

TL;DR
ResNeSt introduces a split-attention architecture that enhances feature interaction and diversity, leading to improved accuracy and transfer learning performance in image recognition tasks.
Contribution
It proposes a modular split-attention block integrated into ResNeSt, which outperforms previous models like EfficientNet and is effective as a backbone in various benchmarks.
Findings
ResNeSt surpasses EfficientNet in accuracy and latency.
Achieves state-of-the-art transfer learning results.
Used in winning entries of COCO-LVIS challenge.
Abstract
It is well known that featuremap attention and multi-path representation are important for visual recognition. In this paper, we present a modularized architecture, which applies the channel-wise attention on different network branches to leverage their success in capturing cross-feature interactions and learning diverse representations. Our design results in a simple and unified computation block, which can be parameterized using only a few variables. Our model, named ResNeSt, outperforms EfficientNet in accuracy and latency trade-off on image classification. In addition, ResNeSt has achieved superior transfer learning results on several public benchmarks serving as the backbone, and has been adopted by the winning entries of COCO-LVIS challenge. The source code for complete system and pretrained models are publicly available.
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
- 🤗kadirnar/timm_model_listmodel· ♡ 1♡ 1
- 🤗timm/resnest14d.gluon_in1kmodel· 7.5k dl7.5k dl
- 🤗timm/resnest26d.gluon_in1kmodel· 460 dl460 dl
- 🤗timm/resnest50d.in1kmodel· 20k dl20k dl
- 🤗timm/resnest50d_1s4x24d.in1kmodel· 96 dl96 dl
- 🤗timm/resnest50d_4s2x40d.in1kmodel· 939 dl939 dl
- 🤗timm/resnest101e.in1kmodel· 3.9k dl· ♡ 13.9k dl♡ 1
- 🤗timm/resnest200e.in1kmodel· 1.4k dl1.4k dl
- 🤗timm/resnest269e.in1kmodel· 476 dl476 dl
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques · Advanced Neural Network Applications
MethodsCosine Annealing · Depthwise Convolution · Pointwise Convolution · Depthwise Separable Convolution · (FiLe@Against@Claim)How do I file a claim against Expedia? · RMSProp · Squeeze-and-Excitation Block · Inverted Residual Block · EfficientNet · Sigmoid Activation
