Skip To Content

Introduction to the model

Banner image for the model

The CLIP Zero-Shot Classifier pretrained model available on ArcGIS Living Atlas of the World is a deep learning model that is used to classify images.

This deep learning model, powered by CLIP (Contrastive Language-Image Pretraining), is used to classify an image into one of the several classes specified by the user. It uses CLIP's pretrained knowledge of image and text relationships to classify images based on your provided class names. This model works well on oriented imagery and works on single input image or a folder full of images. In addition to assigning a class to the image, it also provides a probability score for the classification.

License requirements

To complete this workflow, the following are the license requirements:

  • ArcGIS DesktopArcGIS Image Analyst extension for ArcGIS Pro
  • ArcGIS EnterpriseArcGIS Image Server with raster analytics configured
  • ArcGIS OnlineArcGIS Image for ArcGIS Online

Model overview

This model has the following characteristics:

  • Input—8-bit RGB oriented images.
  • Output—Feature class with information about classification of the image.
  • Compute—This workflow is compute-intensive, and a GPU with a minimum CUDA compute capability of 6.0 is recommended.
  • Applicable geographies—This model is expected to work well globally.
  • Architecture—The implementation is based on the OpenAIs CLIP with ViT-B-32 transformer architecture.
  • Accuracy metrics—Refer to the original CLIP model card .

Access and download the model

Download the CLIP Zero-Shot Classifier pretrained model from ArcGIS Living Atlas of the World. Alternatively, access the model directly from ArcGIS Pro, or consume it in ArcGIS Image for ArcGIS Online.

  1. Browse to ArcGIS Living Atlas of the World.
  2. Sign in with your ArcGIS Online credentials.
  3. Search for CLIP Zero-ShotClassifier and open the item_page from the search results.
  4. Click the Download button to download the model.

    You can use the downloaded .dlpk file directly in ArcGIS Pro.

Release notes

The following are the release notes:

DateDescription

June 2024

First release of CLIP Zero-Shot Classifier