EfficientNet Explained: Rethinking Model Scaling for Convolutional Neural Networks

Code With Aarohi
Code With Aarohi
24.8 هزار بار بازدید - 3 سال پیش - EfficientNet: Rethinking Model Scaling for
EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks

EfficientNet is a convolutional neural network architecture and scaling method that uniformly scales all dimensions of depth/width/resolution using a compound coefficient.

For queries: [email protected]


The researchers used the compound scaling method to scale the dimensions of the network. The applied grid search strategy to find the relationship between the different scaling dimensions of the baseline network under a fixed resource constraint. Using this strategy, the could find the appropriate scaling coefficients for each of the dimensions to be scaled-up. Using these coefficients, the baseline network was scaled by the desired size.

What does scaling mean in the context of CNNs?
There are three scaling dimensions of a CNN: depth, width, and resolution.
Depth simply means how deep the networks is which is equivalent to the number of layers in it.

Width simply means how wide the network is. One measure of width, for example, is the number of channels in a Conv layer
Resolution is simply the image resolution that is being passed to a CNN.
Compound scaling:
Compound scaling method uses a compound co-efficient ø to scale width, depth, and resolution together


Learn Vanishing Gradients: L-13 Vanishing Gradients

Learn ResNet:    ResNet Explained Step by Step( Residu...




#ai #artificialintelligence #computervision #deeplearning #artificialintelligence #efficientnet
3 سال پیش در تاریخ 1400/05/28 منتشر شده است.
24,831 بـار بازدید شده
... بیشتر