We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.CV

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Computer Vision and Pattern Recognition

Title: EfficientNetV2: Smaller Models and Faster Training

Abstract: This paper introduces EfficientNetV2, a new family of convolutional networks that have faster training speed and better parameter efficiency than previous models. To develop this family of models, we use a combination of training-aware neural architecture search and scaling, to jointly optimize training speed and parameter efficiency. The models were searched from the search space enriched with new ops such as Fused-MBConv. Our experiments show that EfficientNetV2 models train much faster than state-of-the-art models while being up to 6.8x smaller.
Our training can be further sped up by progressively increasing the image size during training, but it often causes a drop in accuracy. To compensate for this accuracy drop, we propose to adaptively adjust regularization (e.g., dropout and data augmentation) as well, such that we can achieve both fast training and good accuracy.
With progressive learning, our EfficientNetV2 significantly outperforms previous models on ImageNet and CIFAR/Cars/Flowers datasets. By pretraining on the same ImageNet21k, our EfficientNetV2 achieves 87.3% top-1 accuracy on ImageNet ILSVRC2012, outperforming the recent ViT by 2.0% accuracy while training 5x-11x faster using the same computing resources. Code will be available at this https URL
Comments: ICML 2021
Subjects: Computer Vision and Pattern Recognition (cs.CV)
Journal reference: International Conference on Machine Learning, 2021
Cite as: arXiv:2104.00298 [cs.CV]
  (or arXiv:2104.00298v3 [cs.CV] for this version)

Submission history

From: Mingxing Tan [view email]
[v1] Thu, 1 Apr 2021 07:08:36 GMT (961kb,D)
[v2] Thu, 13 May 2021 01:51:01 GMT (961kb,D)
[v3] Wed, 23 Jun 2021 22:04:56 GMT (960kb,D)

Link back to: arXiv, form interface, contact.