HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Res2Net: A New Multi-scale Backbone Architecture

Shang-Hua Gao; Ming-Ming Cheng; Kai Zhao; Xin-Yu Zhang; Ming-Hsuan Yang; Philip Torr

Res2Net: A New Multi-scale Backbone Architecture

Abstract

Representing features at multiple scales is of great importance for numerous vision tasks. Recent advances in backbone convolutional neural networks (CNNs) continually demonstrate stronger multi-scale representation ability, leading to consistent performance gains on a wide range of applications. However, most existing methods represent the multi-scale features in a layer-wise manner. In this paper, we propose a novel building block for CNNs, namely Res2Net, by constructing hierarchical residual-like connections within one single residual block. The Res2Net represents multi-scale features at a granular level and increases the range of receptive fields for each network layer. The proposed Res2Net block can be plugged into the state-of-the-art backbone CNN models, e.g., ResNet, ResNeXt, and DLA. We evaluate the Res2Net block on all these models and demonstrate consistent performance gains over baseline models on widely-used datasets, e.g., CIFAR-100 and ImageNet. Further ablation studies and experimental results on representative computer vision tasks, i.e., object detection, class activation mapping, and salient object detection, further verify the superiority of the Res2Net over the state-of-the-art baseline methods. The source code and trained models are available on https://mmcheng.net/res2net/.

Code Repositories

zhuhongwei1999/bsa-net
pytorch
Mentioned in GitHub
rwightman/pytorch-image-models
pytorch
Mentioned in GitHub
ChrisMats/Res2Net
pytorch
Mentioned in GitHub
tuanzhangCS/res2net-on-mxnet
mxnet
Mentioned in GitHub
yfreedomliTHU/Res2Net
pytorch
Mentioned in GitHub
Res2Net/Res2Net-PretrainedModels
pytorch
Mentioned in GitHub
kingcong/res2net
mindspore
Mentioned in GitHub
IMvision12/keras-vision-models
pytorch
Mentioned in GitHub
Res2Net/Res2Net-PoolNet
pytorch
Mentioned in GitHub
osmr/imgclsmob
mxnet
Mentioned in GitHub
Res2Net/Res2Net-maskrcnn
pytorch
Mentioned in GitHub
Res2Net/Res2Net-Pose-Estimation
pytorch
Mentioned in GitHub
fupiao1998/res2net-keras
tf
Mentioned in GitHub
gasvn/Res2Net
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
image-classification-on-cifar-100Res2NeXt-29
Percentage correct: 83.44
image-classification-on-gashissdbRes2Net-50
Accuracy: 98.68
F1-Score: 99.29
Precision: 99.91
image-classification-on-imagenetRes2Net-50-299
Top 1 Accuracy: 78.59%
image-classification-on-imagenetRes2Net-101
Top 1 Accuracy: 81.23%
instance-segmentation-on-coco-minivalFaster R-CNN (Res2Net-50)
AP50: 57.6
APL: 53.7
APM: 37.9
APS: 15.7
mask AP: 35.6
instance-segmentation-on-coco-minivalRes2Net-101+HTC
mask AP: 41.3
medical-image-classification-on-nct-crc-heRes2Net-50
Accuracy (%): 93.37
F1-Score: 96.25
Precision: 99.93
Specificity: 99.17
object-detection-on-coco-minivalFaster R-CNN (Res2Net-50)
AP50: 53.6
APL: 51.1
APM: 38.3
APS: 14
box AP: 33.7
object-detection-on-coco-minivalRes2Net101+HTC
AP50: 66.5
AP75: 51.3
APL: 62.1
APM: 51.6
APS: 28.6
box AP: 47.5
salient-object-detection-on-dut-omronDSS (Res2Net-50)
F-measure: 0.800
MAE: 0.071
salient-object-detection-on-ecssdDSS (Res2Net-50)
F-measure: 0.926
MAE: 0.056
salient-object-detection-on-hku-isDSS (Res2Net-50)
F-measure: 0.905
MAE: 0.05
salient-object-detection-on-pascal-sDSS (Res2Net-50)
F-measure: 0.841
MAE: 0.099
semantic-segmentation-on-pascal-voc-2012-valDeeplab v3+ (Res2Net-101)
mIoU: 79.3%

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Res2Net: A New Multi-scale Backbone Architecture | Papers | HyperAI