Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks

About

Convolutional Neural Networks (ConvNets) are commonly developed at a fixed resource budget, and then scaled up for better accuracy if more resources are available. In this paper, we systematically study model scaling and identify that carefully balancing network depth, width, and resolution can lead to better performance. Based on this observation, we propose a new scaling method that uniformly scales all dimensions of depth/width/resolution using a simple yet highly effective compound coefficient. We demonstrate the effectiveness of this method on scaling up MobileNets and ResNet. To go even further, we use neural architecture search to design a new baseline network and scale it up to obtain a family of models, called EfficientNets, which achieve much better accuracy and efficiency than previous ConvNets. In particular, our EfficientNet-B7 achieves state-of-the-art 84.3% top-1 accuracy on ImageNet, while being 8.4x smaller and 6.1x faster on inference than the best existing ConvNet. Our EfficientNets also transfer well and achieve state-of-the-art accuracy on CIFAR-100 (91.7%), Flowers (98.8%), and 3 other transfer learning datasets, with an order of magnitude fewer parameters. Source code is at https://github.com/tensorflow/tpu/tree/master/models/official/efficientnet.

Mingxing Tan, Quoc V. Le• 2019

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)
Accuracy91.7
3518
Image ClassificationCIFAR-10 (test)
Accuracy98.1
3381
Semantic segmentationADE20K (val)
mIoU31.3
3089
Object DetectionCOCO 2017 (val)
AP38
2930
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy86.8
2386
Semantic segmentationPASCAL VOC 2012 (val)
Mean IoU85.2
2210
Image ClassificationImageNet-1k (val)
Top-1 Accuracy85.5
1498
Instance SegmentationCOCO 2017 (val)--
1304
Object DetectionCOCO (test-dev)
mAP55.1
1239
Image ClassificationImageNet-1K
Top-1 Acc83.6
1239
Showing 10 of 523 rows
...

Other info

Code

Follow for update