MobileNetV2 is a convolutional neural network architecture that seeks to perform well on mobile devices. It is based on an inverted residual structure where the residual connections are between the bottleneck layers. The intermediate expansion layer uses lightweight depthwise convolutions to filter features as a source of non-linearity. As a whole, the architecture of MobileNetV2 contains the initial fully convolution layer with 32 filters, followed by 19 residual bottleneck layers.
Source: MobileNetV2: Inverted Residuals and Linear BottlenecksPaper | Code | Results | Date | Stars |
---|
Task | Papers | Share |
---|---|---|
Image Classification | 63 | 11.86% |
Object Detection | 47 | 8.85% |
Quantization | 45 | 8.47% |
Semantic Segmentation | 27 | 5.08% |
Classification | 20 | 3.77% |
Model Compression | 15 | 2.82% |
General Classification | 15 | 2.82% |
Network Pruning | 9 | 1.69% |
Object | 9 | 1.69% |
Component | Type |
|
---|---|---|
1x1 Convolution
|
Convolutions | |
Average Pooling
|
Pooling Operations | |
Convolution
|
Convolutions | |
Inverted Residual Block
|
Skip Connection Blocks |