Metadata for foundation models (FM) #77
Replies: 2 comments 8 replies
-
@rbavery @devisperessutti @simonevaccari (or anyone else, feel free to reference to others that could be interested) IMO, if a model has no specific I can also see a point regarding |
Beta Was this translation helpful? Give feedback.
-
To fully catalog FMs, adding |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 Feature Request
Add a way to catalog EO foundation models
🔉 Motivation
Recent advances within the realm of self-supervised learning have lead to the development of foundation models for EO. The output of such foundation models are task-agnostic embeddings (i.e. a vector or matrix or tensor of numbers), which are an abstract representation of the model input.
An entry in the
Task Enum
is needed to properly describe what foundation models are doing and properly catalog them using stac:mlm: Their task is to compute embeddings, which are task-agnostic.The entry could be
generate-embeddings
orabstract-embeddings
. This term would be generic and apply not only to foundation models, but to any model in general that generates an abstract representation of the input data.📡 Alternatives
The entry could simply be called
foundation-model
, but that is not a "task" and it would be less generic than the ideas mentioned above.📎 Additional context
Beta Was this translation helpful? Give feedback.
All reactions