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.
MobileNetV2 is released under Apache-2.0, a permissive license. The MobileNetV2 license lets you run, fine-tune, and redistribute the model in commercial products with no obligation to open-source related code changes, so no separate commercial license is required.
Apache-2.0 grants an express patent license that terminates if you bring a patent claim over the work, and it disclaims warranties. Validate MobileNetV2 on your own data before you depend on it in production.
Read the full Apache 2.0 license ↗This is the straightforward case: a permissive license is the best technical solution and you are free to deploy MobileNetV2 commercially without open-sourcing your own code.
Do not hesitate to reach out with questions for your commercial project — our team will help you start solving business problems on the first call. See Roboflow commercial licensing for the models included in each plan.
Talk to salesThis model is released under the Apache License 2.0, a permissive open-source license that allows commercial use, modification, distribution, and patent use.
Yes. Under the terms of the Apache 2.0 license, you can freely use this model for commercial purposes, including in proprietary products. You must retain the copyright notice and disclaimers when redistributing.
License information is provided as a guide and is not legal advice.