Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

ResNet strikes back: An improved training procedure in timm

About

The influential Residual Networks designed by He et al. remain the gold-standard architecture in numerous scientific publications. They typically serve as the default architecture in studies, or as baselines when new architectures are proposed. Yet there has been significant progress on best practices for training neural networks since the inception of the ResNet architecture in 2015. Novel optimization & data-augmentation have increased the effectiveness of the training recipes. In this paper, we re-evaluate the performance of the vanilla ResNet-50 when trained with a procedure that integrates such advances. We share competitive training settings and pre-trained models in the timm open-source library, with the hope that they will serve as better baselines for future work. For instance, with our more demanding training setting, a vanilla ResNet-50 reaches 80.4% top-1 accuracy at resolution 224x224 on ImageNet-val without extra data or distillation. We also report the performance achieved with popular models with our training procedure.

Ross Wightman, Hugo Touvron, Herv\'e J\'egou• 2021

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-10 (test)
Accuracy98.3
3381
Semantic segmentationADE20K (val)
mIoU36.7
3069
Object DetectionCOCO 2017 (val)
AP38
2843
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy82
2238
Image ClassificationImageNet-1k (val)
Top-1 Accuracy80.4
1498
Instance SegmentationCOCO 2017 (val)
APm0.344
1275
Image ClassificationImageNet (val)
Top-1 Acc80.4
1206
ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy (%)82
1171
Image ClassificationImageNet-1k (val)
Top-1 Accuracy81.8
920
Image ClassificationImageNet 1k (test)
Top-1 Accuracy79.64
880
Showing 10 of 33 rows

Other info

Code

Follow for update