AI Tools.

Search

image classification

mobilenetv3_small_100.lamb_in1k

MobileNetV3 small model at 100% width multiplier, trained on ImageNet-1k using the LAMB optimizer via the timm library. At under 3M parameters, it targets image classification on mobile and edge hardware where latency and memory are primary constraints. Part of timm's standardized pretrained model zoo with consistent preprocessing and inference APIs.

Last reviewed

Use cases

  • On-device image classification for mobile or embedded applications
  • Edge vision systems with strict latency and memory budgets
  • ImageNet-1k top-level category classification in production pipelines
  • Lightweight transfer learning backbone for domain-specific fine-tuning
  • High-throughput batch image classification where compute is limited

Pros

  • ~2.5M parameters enables mobile deployment and CPU inference
  • timm integration provides standardized preprocessing, augmentation, and inference APIs
  • LAMB optimizer training improves accuracy at this scale vs. standard SGD
  • Apache 2.0 license

Cons

  • ImageNet-1k training limits classification to 1000 fixed categories
  • Low capacity means accuracy ceiling is substantially below larger models
  • Requires fine-tuning for any domain outside natural ImageNet photography
  • No bounding box, segmentation, or multi-label output
  • timm dependency adds library requirements vs. standalone Transformers models

FAQ

What is mobilenetv3_small_100.lamb_in1k used for?

On-device image classification for mobile or embedded applications. Edge vision systems with strict latency and memory budgets. ImageNet-1k top-level category classification in production pipelines. Lightweight transfer learning backbone for domain-specific fine-tuning. High-throughput batch image classification where compute is limited.

Is mobilenetv3_small_100.lamb_in1k free to use?

mobilenetv3_small_100.lamb_in1k is an open-source model published on HuggingFace. License terms vary by model — check the model card for the specific license.

How do I run mobilenetv3_small_100.lamb_in1k locally?

Most HuggingFace models can be loaded with transformers or the appropriate framework library. See the model card for framework-specific instructions and hardware requirements.

Tags

timmpytorchsafetensorsimage-classificationtransformersdataset:imagenet-1karxiv:2110.00476arxiv:1905.02244license:apache-2.0region:us