How to use the Clay Foundation Model
mainThe Clay model is a Vision Transformer adapted for Earth Observation (EO) data. It takes satellite imagery, location, and time as inputs to produce mathematical embeddings. There are three primary usage patterns:
- Generate semantic embeddings: Use embeddings to find specific features (e.g., surface mines, aquaculture, or concentrated animal feeding operations) at any given location and time.
- Fine-tune for downstream tasks: Leverage pre-trained knowledge to perform specific tasks more efficiently than training from scratch. This includes:
- Classification/Regression: Identifying crop types, land cover, or predicting variables like above-ground biomass.
- Change Detection: Detecting deforestation, wildfires, flooding, or urban development by training a model to process embeddings over time.
- Use as a backbone: Utilize the model as the foundational architecture for other specialized models.