Image Models

MobileNetV2

Introduced by Sandler et al. in MobileNetV2: Inverted Residuals and Linear Bottlenecks

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 Bottlenecks

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Image Classification 57 12.23%
Object Detection 46 9.87%
Quantization 44 9.44%
Semantic Segmentation 25 5.36%
Classification 20 4.29%
General Classification 15 3.22%
Model Compression 14 3.00%
Instance Segmentation 8 1.72%
Benchmarking 7 1.50%

Categories