MobileNetV2: Inverted Residuals and Linear Bottlenecks

In this paper we describe a new mobile architecture, MobileNetV2, that improves the state of the art performance of mobile models on multiple tasks and benchmarks as well as across a spectrum of different model sizes. We also describe efficient ways of applying these mobile models to object detection in a novel framework we call SSDLite. Additionally, we demonstrate how to build mobile semantic segmentation models through a reduced form of DeepLabv3 which we call Mobile DeepLabv3. The MobileNetV2 architecture is based on an inverted residual structure where the input and output of the residual block are thin bottleneck layers opposite to traditional residual models which use expanded representations in the input an MobileNetV2 uses lightweight depthwise convolutions to filter features in the intermediate expansion layer. Additionally, we find that it is important to remove non-linearities in the narrow layers in order to maintain representational power. We demonstrate that this improves performance and provide an intuition that led to this design. Finally, our approach allows decoupling of the input/output domains from the expressiveness of the transformation, which provides a convenient framework for further analysis. We measure our performance on Imagenet classification, COCO object detection, VOC image segmentation. We evaluate the trade-offs between accuracy, and number of operations measured by multiply-adds (MAdd), as well as the number of parameters

PDF Abstract CVPR 2018 PDF CVPR 2018 Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Semantic Segmentation DADA-seg MobileNetV2 mIoU 16.05 # 27
Image Classification ImageNet MobileNetV2 Top 1 Accuracy 72% # 929
Number of params 3.4M # 372
GFLOPs 0.600 # 65
Image Classification ImageNet MobileNetV2 (1.4) Top 1 Accuracy 74.7% # 898
Number of params 6.9M # 451
GFLOPs 1.170 # 112

Results from Other Papers


Task Dataset Model Metric Name Metric Value Rank Source Paper Compare
Retinal OCT Disease Classification OCT2017 MobileNet-v2 Acc 98.5 # 7
Sensitivity 99.4 # 4
Retinal OCT Disease Classification Srinivasan2014 MobileNet-v2 Acc 97.46 # 7

Methods