MobileNetV2

E431005

MobileNetV2 is a lightweight convolutional neural network architecture designed for efficient image classification on resource-constrained devices, widely used in computer vision applications and available in libraries like torchvision.

All labels observed (1)

Label Occurrences
MobileNetV2 canonical 1

How this entity was disambiguated

Statements (54)

Predicate Object
instanceOf convolutional neural network architecture
deep learning model
image classification model
lightweight neural network architecture
activationFunction ReLU6
affiliationOfDevelopers Google NERFINISHED
availableInLibrary Keras Applications NERFINISHED
ONNX model zoo NERFINISHED
PyTorch torchvision NERFINISHED
TensorFlow NERFINISHED
TensorFlow Lite models NERFINISHED
basedOn MobileNet NERFINISHED
designedFor embedded systems
mobile devices
resource-constrained devices
developedBy Andrew Howard NERFINISHED
Andrey Zhmoginov NERFINISHED
Liang-Chieh Chen NERFINISHED
Mark Sandler NERFINISHED
Menglong Zhu NERFINISHED
FLOPs approximately 300 million multiply-adds (1.0 width, 224x224)
hasDesignFeature ReLU6 activation
batch normalization
bottleneck residual blocks
depthwise separable convolutions
expansion layers
inverted residual blocks
linear bottlenecks
hasLayerType convolutional layers
depthwise convolutional layers
fully connected classification layer
pointwise (1x1) convolutional layers
hasPretrainedWeightsOn ImageNet NERFINISHED
licenseOfReferenceImplementation Apache License 2.0 NERFINISHED
normalization batch normalization
optimizationGoal computational efficiency
deployment on mobile devices
low memory footprint
paperVenue CVPR 2018 NERFINISHED
parameterCount approximately 3.4 million parameters (1.0 width, 224x224)
precedes MobileNetV3 NERFINISHED
publicationYear 2018
publishedIn "MobileNetV2: Inverted Residuals and Linear Bottlenecks" NERFINISHED
succeeds MobileNetV1 NERFINISHED
supports different number of classes
resolution multiplier
width multiplier
typicalInput RGB images
typicalInputResolution 224x224
usedFor feature extraction
image classification
object detection backbones
semantic segmentation backbones
transfer learning

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

torchvision (ecosystem) modelFamily MobileNetV2
subject surface form: torchvision