Rethinking ImageNet Pre-training
Kaiming He, Ross Girshick, Piotr Doll\'ar

TL;DR
This paper demonstrates that training models from random initialization can achieve comparable results to ImageNet pre-training on object detection and segmentation tasks, challenging the standard paradigm in computer vision.
Contribution
It shows that ImageNet pre-training is not essential for competitive performance, even with limited data and complex models, and questions its assumed benefits.
Findings
Randomly initialized models match pre-trained performance when trained longer.
Pre-training accelerates early convergence but does not improve final accuracy.
Achieved 50.9 AP on COCO without external data, rivaling top competition results.
Abstract
We report competitive results on object detection and instance segmentation on the COCO dataset using standard models trained from random initialization. The results are no worse than their ImageNet pre-training counterparts even when using the hyper-parameters of the baseline system (Mask R-CNN) that were optimized for fine-tuning pre-trained models, with the sole exception of increasing the number of training iterations so the randomly initialized models may converge. Training from random initialization is surprisingly robust; our results hold even when: (i) using only 10% of the training data, (ii) for deeper and wider models, and (iii) for multiple tasks and metrics. Experiments show that ImageNet pre-training speeds up convergence early in training, but does not necessarily provide regularization or improve final target task accuracy. To push the envelope we demonstrate 50.9 AP on…
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
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Machine Learning and Data Classification
MethodsAverage Pooling · ResNeXt Block · Grouped Convolution · Bottleneck Residual Block · Global Average Pooling · Residual Block · Residual Connection · *Communicated@Fast*How Do I Communicate to Expedia? · Kaiming Initialization · Max Pooling
