Publication | Open Access
EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks
5K
Citations
36
References
2019
Year
Neural Scaling LawConvolutional Neural NetworkMachine VisionMachine LearningImage AnalysisData ScienceNetwork DepthEngineeringConvolutional Neural NetworksComputer EngineeringComputer ScienceDeep LearningNeural Architecture SearchVideo TransformerModel ScalingModel CompressionComputer Vision
Convolutional Neural Networks are typically built at a fixed resource budget and later scaled up to improve accuracy when more resources are available. The authors aim to systematically study model scaling and develop a new scaling method that balances depth, width, and resolution, ultimately creating EfficientNets that outperform prior ConvNets. They uniformly scale depth, width, and resolution using a compound coefficient and employ neural architecture search to design a baseline network that is then scaled into the EfficientNet family. The new scaling method and EfficientNet models achieve state‑of‑the‑art ImageNet accuracy (84.3 % top‑1 with EfficientNet‑B7) while being 8.4× smaller and 6.1× faster, and also outperform on CIFAR‑100, Flowers, and other datasets with far fewer parameters. Source code is available at https://github.com/tensorflow/tpu/tree/master/models/official/efficientnet.
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.
| Year | Citations | |
|---|---|---|
Page 1
Page 1