Back to Mmdetection

ResNet strikes back

configs/resnet_strikes_back/README.md

3.3.05.0 KB
Original Source

ResNet strikes back

ResNet strikes back: An improved training procedure in timm

<!-- [OTHERS] -->

Abstract

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 & dataaugmentation 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 224×224 on ImageNet-val without extra data or distillation. We also report the performance achieved with popular models with our training procedure.

<div align=center> </div>

Results and Models

MethodBackboneLr schdMem (GB)Inf time (fps)box APmask APConfigDownload
Faster R-CNNR-50 rsb1x3.9-40.8 (+3.4)-Configmodel | log
Mask R-CNNR-50 rsb1x4.5-41.2 (+3.0)38.2 (+3.0)Configmodel | log
Cascade Mask R-CNNR-50 rsb1x6.2-44.8 (+3.6)39.9 (+3.6)Configmodel | log
RetinaNetR-50 rsb1x3.8-39.0 (+2.5)-Configmodel | log

Notes:

  • 'rsb' is short for 'resnet strikes back'
  • We have done some grid searches on learning rate and weight decay and get these optimal hyper-parameters.

Citation

latex
@article{wightman2021resnet,
title={Resnet strikes back: An improved training procedure in timm},
author={Ross Wightman, Hugo Touvron, Hervé Jégou},
journal={arXiv preprint arXiv:2110.00476},
year={2021}
}