MobileNetV2 is a lightweight image classification model developed by Google Research, released in January 2018 under the Apache 2.0 license. It introduces two key architectural innovations: inverted residuals, which expand the channel dimension within each bottleneck block before applying depthwise convolution, and linear bottlenecks, which remove the non-linearity before the projection step to preserve information in low-dimensional spaces.
MobileNetV2 achieves competitive top-1 accuracy on ImageNet relative to its computational cost, making it practical for deployment on mobile devices and resource-constrained hardware. It is commonly used as a backbone for classification tasks and as a feature extractor in downstream detection and segmentation models through transfer learning. The architecture scales across a range of width and resolution multipliers, allowing developers to trade accuracy for latency based on deployment requirements.
Other models worth comparing for similar use cases.
License terms and commercial-use guidance for MobileNetV2.
License information is provided as a guide and is not legal advice.