File size: 6,649 Bytes
c049fc5 0dffa65 c049fc5 fca1d71 c049fc5 0d26ea4 c049fc5 f6438a0 c049fc5 f6438a0 2c2089b f6438a0 c049fc5 f6438a0 c049fc5 f6438a0 c049fc5 f6438a0 c049fc5 f6438a0 21ee65f c049fc5 f6438a0 c049fc5 f6438a0 c049fc5 f6438a0 c049fc5 f6438a0 c049fc5 f6438a0 d99d2bc f6438a0 d99d2bc f6438a0 d99d2bc f6438a0 c049fc5 f6438a0 21ee65f c049fc5 a8fd6e9 c049fc5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | ---
library_name: pytorch
license: other
tags:
- backbone
- bu_auto
- real_time
- android
pipeline_tag: image-classification
---

# EfficientViT-b2-cls: Optimized for Qualcomm Devices
EfficientViT is a machine learning model that can classify images from the Imagenet dataset. It can also be used as a backbone in building more complex models for specific use cases.
This is based on the implementation of EfficientViT-b2-cls found [here](https://github.com/CVHub520/efficientvit).
This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the [Qualcomm® AI Hub Models](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/efficientvit_b2_cls) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
Qualcomm AI Hub Models uses [Qualcomm AI Hub Workbench](https://workbench.aihub.qualcomm.com) to compile, profile, and evaluate this model. [Sign up](https://myaccount.qualcomm.com/signup) to run these models on a hosted Qualcomm® device.
## Getting Started
There are two ways to deploy this model on your device:
### Option 1: Download Pre-Exported Models
Below are pre-exported model assets ready for deployment.
| Runtime | Precision | Chipset | SDK Versions | Download |
|---|---|---|---|---|
| ONNX | float | Universal | QAIRT 2.42, ONNX Runtime 1.24.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientvit_b2_cls/releases/v0.47.0/efficientvit_b2_cls-onnx-float.zip)
| ONNX | w8a16 | Universal | QAIRT 2.42, ONNX Runtime 1.24.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientvit_b2_cls/releases/v0.47.0/efficientvit_b2_cls-onnx-w8a16.zip)
| ONNX | w8a16_mixed_fp16 | Universal | QAIRT 2.42, ONNX Runtime 1.24.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientvit_b2_cls/releases/v0.47.0/efficientvit_b2_cls-onnx-w8a16_mixed_fp16.zip)
| QNN_DLC | float | Universal | QAIRT 2.43 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientvit_b2_cls/releases/v0.47.0/efficientvit_b2_cls-qnn_dlc-float.zip)
| TFLITE | float | Universal | QAIRT 2.43, TFLite 2.17.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientvit_b2_cls/releases/v0.47.0/efficientvit_b2_cls-tflite-float.zip)
For more device-specific assets and performance metrics, visit **[EfficientViT-b2-cls on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/efficientvit_b2_cls)**.
### Option 2: Export with Custom Configurations
Use the [Qualcomm® AI Hub Models](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/efficientvit_b2_cls) Python library to compile and export the model with your own:
- Custom weights (e.g., fine-tuned checkpoints)
- Custom input shapes
- Target device and runtime configurations
This option is ideal if you need to customize the model beyond the default configuration provided here.
See our repository for [EfficientViT-b2-cls on GitHub](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/efficientvit_b2_cls) for usage instructions.
## Model Details
**Model Type:** Model_use_case.image_classification
**Model Stats:**
- Model checkpoint: Imagenet
- Input resolution: 224x224
- Number of parameters: 24.3M
- Model size (float): 92.9 MB
## Performance Summary
| Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
|---|---|---|---|---|---|---
| EfficientViT-b2-cls | ONNX | float | Snapdragon® X Elite | 5.903 ms | 49 - 49 MB | NPU
| EfficientViT-b2-cls | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 3.625 ms | 0 - 181 MB | NPU
| EfficientViT-b2-cls | ONNX | float | Qualcomm® QCS8550 (Proxy) | 5.163 ms | 0 - 58 MB | NPU
| EfficientViT-b2-cls | ONNX | float | Qualcomm® QCS9075 | 5.828 ms | 1 - 4 MB | NPU
| EfficientViT-b2-cls | ONNX | float | Snapdragon® 8 Elite For Galaxy Mobile | 2.693 ms | 0 - 89 MB | NPU
| EfficientViT-b2-cls | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 2.272 ms | 0 - 115 MB | NPU
| EfficientViT-b2-cls | ONNX | float | Snapdragon® X2 Elite | 2.54 ms | 49 - 49 MB | NPU
| EfficientViT-b2-cls | QNN_DLC | float | Snapdragon® X Elite | 5.981 ms | 1 - 1 MB | NPU
| EfficientViT-b2-cls | QNN_DLC | float | Snapdragon® 8 Gen 3 Mobile | 3.777 ms | 0 - 164 MB | NPU
| EfficientViT-b2-cls | QNN_DLC | float | Qualcomm® QCS8275 (Proxy) | 13.008 ms | 1 - 90 MB | NPU
| EfficientViT-b2-cls | QNN_DLC | float | Qualcomm® QCS8550 (Proxy) | 5.352 ms | 1 - 215 MB | NPU
| EfficientViT-b2-cls | QNN_DLC | float | Qualcomm® QCS9075 | 6.201 ms | 3 - 5 MB | NPU
| EfficientViT-b2-cls | QNN_DLC | float | Qualcomm® QCS8450 (Proxy) | 7.193 ms | 0 - 164 MB | NPU
| EfficientViT-b2-cls | QNN_DLC | float | Snapdragon® 8 Elite For Galaxy Mobile | 2.79 ms | 0 - 91 MB | NPU
| EfficientViT-b2-cls | QNN_DLC | float | Snapdragon® 8 Elite Gen 5 Mobile | 2.334 ms | 1 - 95 MB | NPU
| EfficientViT-b2-cls | QNN_DLC | float | Snapdragon® X2 Elite | 2.961 ms | 1 - 1 MB | NPU
| EfficientViT-b2-cls | TFLITE | float | Snapdragon® 8 Gen 3 Mobile | 3.794 ms | 0 - 217 MB | NPU
| EfficientViT-b2-cls | TFLITE | float | Qualcomm® QCS8275 (Proxy) | 13.061 ms | 0 - 148 MB | NPU
| EfficientViT-b2-cls | TFLITE | float | Qualcomm® QCS8550 (Proxy) | 5.352 ms | 0 - 3 MB | NPU
| EfficientViT-b2-cls | TFLITE | float | Qualcomm® QCS9075 | 6.232 ms | 0 - 52 MB | NPU
| EfficientViT-b2-cls | TFLITE | float | Qualcomm® QCS8450 (Proxy) | 7.167 ms | 0 - 223 MB | NPU
| EfficientViT-b2-cls | TFLITE | float | Snapdragon® 8 Elite For Galaxy Mobile | 2.781 ms | 0 - 153 MB | NPU
| EfficientViT-b2-cls | TFLITE | float | Snapdragon® 8 Elite Gen 5 Mobile | 2.337 ms | 0 - 155 MB | NPU
## License
* The license for the original implementation of EfficientViT-b2-cls can be found
[here](https://github.com/CVHub520/efficientvit/blob/main/LICENSE).
## References
* [EfficientViT: Multi-Scale Linear Attention for High-Resolution Dense Prediction](https://arxiv.org/abs/2205.14756)
* [Source Model Implementation](https://github.com/CVHub520/efficientvit)
## Community
* Join [our AI Hub Slack community](https://aihub.qualcomm.com/community/slack) to collaborate, post questions and learn more about on-device AI.
* For questions or feedback please [reach out to us](mailto:ai-hub-support@qti.qualcomm.com).
|