--- library_name: pytorch license: other tags: - foundation - android pipeline_tag: image-classification --- ![](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/openai_clip/web-assets/model_demo.png) # OpenAI-Clip: Optimized for Qualcomm Devices Contrastive Language-Image Pre-Training (CLIP) uses a ViT like transformer to get visual features and a causal language model to get the text features. Both the text and visual features can then be used for a variety of zero-shot learning tasks. This is based on the implementation of OpenAI-Clip found [here](https://github.com/openai/CLIP/). 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/openai_clip) 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 Download pre-exported model assets from **[OpenAI-Clip on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/openai_clip)**. ### 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/openai_clip) 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 [OpenAI-Clip on GitHub](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/openai_clip) for usage instructions. ## Model Details **Model Type:** Model_use_case.image_classification **Model Stats:** - Model checkpoint: ViT-B/16 - Image input resolution: 224x224 - Text context length: 77 - Number of parameters: 150M - Model size (float): 571 MB ## Performance Summary | Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit |---|---|---|---|---|---|--- | OpenAI-Clip | ONNX | float | Snapdragon® X Elite | 16.457 ms | 291 - 291 MB | NPU | OpenAI-Clip | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 11.291 ms | 0 - 563 MB | NPU | OpenAI-Clip | ONNX | float | Qualcomm® QCS8550 (Proxy) | 15.753 ms | 0 - 322 MB | NPU | OpenAI-Clip | ONNX | float | Qualcomm® QCS9075 | 20.495 ms | 0 - 4 MB | NPU | OpenAI-Clip | ONNX | float | Snapdragon® 8 Elite For Galaxy Mobile | 9.064 ms | 1 - 534 MB | NPU | OpenAI-Clip | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 6.995 ms | 1 - 496 MB | NPU | OpenAI-Clip | ONNX | float | Snapdragon® X2 Elite | 7.22 ms | 291 - 291 MB | NPU | OpenAI-Clip | QNN_DLC | float | Snapdragon® X Elite | 18.869 ms | 1 - 1 MB | NPU | OpenAI-Clip | QNN_DLC | float | Snapdragon® 8 Gen 3 Mobile | 12.582 ms | 0 - 550 MB | NPU | OpenAI-Clip | QNN_DLC | float | Qualcomm® QCS8275 (Proxy) | 56.011 ms | 1 - 506 MB | NPU | OpenAI-Clip | QNN_DLC | float | Qualcomm® QCS8550 (Proxy) | 17.87 ms | 1 - 3 MB | NPU | OpenAI-Clip | QNN_DLC | float | Qualcomm® SA8775P | 97.264 ms | 1 - 504 MB | NPU | OpenAI-Clip | QNN_DLC | float | Qualcomm® QCS9075 | 20.917 ms | 1 - 3 MB | NPU | OpenAI-Clip | QNN_DLC | float | Qualcomm® QCS8450 (Proxy) | 20.991 ms | 0 - 503 MB | NPU | OpenAI-Clip | QNN_DLC | float | Qualcomm® SA7255P | 56.011 ms | 1 - 506 MB | NPU | OpenAI-Clip | QNN_DLC | float | Qualcomm® SA8295P | 22.079 ms | 1 - 496 MB | NPU | OpenAI-Clip | QNN_DLC | float | Snapdragon® 8 Elite For Galaxy Mobile | 10.557 ms | 1 - 516 MB | NPU | OpenAI-Clip | QNN_DLC | float | Snapdragon® 8 Elite Gen 5 Mobile | 8.333 ms | 0 - 486 MB | NPU | OpenAI-Clip | QNN_DLC | float | Snapdragon® X2 Elite | 9.078 ms | 1 - 1 MB | NPU | OpenAI-Clip | TFLITE | float | Snapdragon® 8 Gen 3 Mobile | 11.083 ms | 0 - 554 MB | NPU | OpenAI-Clip | TFLITE | float | Qualcomm® QCS8275 (Proxy) | 52.04 ms | 0 - 509 MB | NPU | OpenAI-Clip | TFLITE | float | Qualcomm® QCS8550 (Proxy) | 15.622 ms | 0 - 3 MB | NPU | OpenAI-Clip | TFLITE | float | Qualcomm® SA8775P | 18.658 ms | 0 - 507 MB | NPU | OpenAI-Clip | TFLITE | float | Qualcomm® QCS9075 | 20.687 ms | 0 - 294 MB | NPU | OpenAI-Clip | TFLITE | float | Qualcomm® QCS8450 (Proxy) | 20.313 ms | 0 - 499 MB | NPU | OpenAI-Clip | TFLITE | float | Qualcomm® SA7255P | 52.04 ms | 0 - 509 MB | NPU | OpenAI-Clip | TFLITE | float | Qualcomm® SA8295P | 21.243 ms | 0 - 495 MB | NPU | OpenAI-Clip | TFLITE | float | Snapdragon® 8 Elite For Galaxy Mobile | 9.007 ms | 0 - 514 MB | NPU | OpenAI-Clip | TFLITE | float | Snapdragon® 8 Elite Gen 5 Mobile | 6.926 ms | 0 - 494 MB | NPU ## License * The license for the original implementation of OpenAI-Clip can be found [here](https://github.com/openai/CLIP/blob/main/LICENSE). ## References * [Learning Transferable Visual Models From Natural Language Supervision](https://arxiv.org/abs/2103.00020) * [Source Model Implementation](https://github.com/openai/CLIP/) ## 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).