English

Bag of Tricks for Image Classification with Convolutional Neural Networks

Computer Vision and Pattern Recognition 2018-12-07 v2

Abstract

Much of the recent progress made in image classification research can be credited to training procedure refinements, such as changes in data augmentations and optimization methods. In the literature, however, most refinements are either briefly mentioned as implementation details or only visible in source code. In this paper, we will examine a collection of such refinements and empirically evaluate their impact on the final model accuracy through ablation study. We will show that, by combining these refinements together, we are able to improve various CNN models significantly. For example, we raise ResNet-50's top-1 validation accuracy from 75.3% to 79.29% on ImageNet. We will also demonstrate that improvement on image classification accuracy leads to better transfer learning performance in other application domains such as object detection and semantic segmentation.

Keywords

Cite

@article{arxiv.1812.01187,
  title  = {Bag of Tricks for Image Classification with Convolutional Neural Networks},
  author = {Tong He and Zhi Zhang and Hang Zhang and Zhongyue Zhang and Junyuan Xie and Mu Li},
  journal= {arXiv preprint arXiv:1812.01187},
  year   = {2018}
}

Comments

10 pages, 9 tables, 4 figures

R2 v1 2026-06-23T06:30:27.850Z