CVLGOct 1, 2021

ResNet strikes back: An improved training procedure in timm

arXiv:2110.00476v1610 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This provides improved baselines for future research in computer vision, though it is incremental as it applies existing methods to a known architecture.

The paper re-evaluates the vanilla ResNet-50 by integrating modern training advances, achieving 80.4% top-1 accuracy on ImageNet-val without extra data or distillation.

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.

Code Implementations14 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes