Add task category and link to EarthEmbeddingExplorer paper

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +15 -18
README.md CHANGED
@@ -1,5 +1,9 @@
1
  ---
2
  license: cc-by-sa-4.0
 
 
 
 
3
  tags:
4
  - embeddings
5
  - earth-observation
@@ -8,21 +12,23 @@ tags:
8
  - satellite
9
  - geospatial
10
  - satellite-imagery
11
- size_categories:
12
- - 10M<n<100M
13
  configs:
14
  - config_name: default
15
  data_files: embeddings/*.parquet
16
  ---
17
 
18
-
19
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6304c06eeb6d777a838eab63/Z46c9v4OhCO_e7yc-d4KS.png)
20
 
21
  # Core-S2RGB-DINOv2 🔴🟢🔵
 
 
 
22
  | Dataset | Modality | Number of Embeddings | Sensing Type | Total Comments | Source Dataset | Source Model | Size |
23
  |:--------:|:--------------:|:-------------------:|:------------:|:--------------:|:--------------:|:--------------:|:--------------:|
24
- |Core-S2RGB-SigLIP|Sentinel-2 Level 2A (RGB)|56,147,150|True Colour (RGB)|General-Purpose Global|[Core-S2L2A](https://huggingface.co/datasets/Major-TOM/Core-S2L2A)|[DINOv2](https://huggingface.co/docs/transformers/en/model_doc/dinov2)|223.1 GB|
25
 
 
 
26
 
27
  ## Content
28
  | Field | Type | Description |
@@ -48,7 +54,7 @@ configs:
48
  * Image input size: **224 x 224** pixels, target overlap: 10%, border_shift: True
49
 
50
  ## Model
51
- The image encoder of the [**DINOv2 model**](https://huggingface.co/docs/transformers/en/model_doc/dinov) was used to extract embeddings.
52
 
53
  ## Example Use
54
  Interface scripts are available at
@@ -76,20 +82,10 @@ Discover more at [**CloudFerro AI services**](https://cloudferro.com/ai/).
76
  ## Authors
77
  [**Mikolaj Czerkawski**](https://mikonvergence.github.io) (Φ-lab, European Space Agency), [**Marcin Kluczek**](https://www.linkedin.com/in/marcin-kluczek-03852a1a8/) (CloudFerro), [**Jędrzej S. Bojanowski**](https://www.linkedin.com/in/j%C4%99drzej-s-bojanowski-a5059872/) (CloudFerro)
78
 
79
- ## Open Access Manuscript
80
 
81
  This dataset is an output from the embedding expansion project outlined in: [https://arxiv.org/abs/2412.05600/](https://arxiv.org/abs/2412.05600/).
82
 
83
- [![arXiv](https://img.shields.io/badge/arXiv-10.48550/arXiv.2412.05600-B31B1B.svg)](https://doi.org/10.48550/arXiv.2412.05600)
84
-
85
- <details>
86
- <summary>Read Abstract</summary>
87
-
88
- > With the ever-increasing volumes of the Earth observation data present in the archives of large programmes such as Copernicus, there is a growing need for efficient vector representations of the underlying raw data. The approach of extracting feature representations from pretrained deep neural networks is a powerful approach that can provide semantic abstractions of the input data. However, the way this is done for imagery archives containing geospatial data has not yet been defined. In this work, an extension is proposed to an existing community project, Major TOM, focused on the provision and standardization of open and free AI-ready datasets for Earth observation. Furthermore, four global and dense embedding datasets are released openly and for free along with the publication of this manuscript, resulting in the most comprehensive global open dataset of geospatial visual embeddings in terms of covered Earth's surface.
89
- > </details>
90
-
91
-
92
- If this dataset was useful for you work, it can be cited as:
93
  ```latex
94
  @misc{EmbeddedMajorTOM,
95
  title={Global and Dense Embeddings of Earth: Major TOM Floating in the Latent Space},
@@ -102,6 +98,7 @@ If this dataset was useful for you work, it can be cited as:
102
  }
103
  ```
104
 
 
 
105
 
106
- Powered by [Φ-lab, European Space Agency (ESA) 🛰️](https://philab.esa.int/) in collaboration with [CloudFerro 🔶](https://cloudferro.com/)
107
-
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ size_categories:
4
+ - 10M<n<100M
5
+ task_categories:
6
+ - image-feature-extraction
7
  tags:
8
  - embeddings
9
  - earth-observation
 
12
  - satellite
13
  - geospatial
14
  - satellite-imagery
 
 
15
  configs:
16
  - config_name: default
17
  data_files: embeddings/*.parquet
18
  ---
19
 
 
20
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6304c06eeb6d777a838eab63/Z46c9v4OhCO_e7yc-d4KS.png)
21
 
22
  # Core-S2RGB-DINOv2 🔴🟢🔵
23
+
24
+ [**Project Page (EarthEmbeddingExplorer)**](https://modelscope.ai/studios/Major-TOM/EarthEmbeddingExplorer) | [**GitHub**](https://github.com/ESA-PhiLab/Major-TOM) | [**Paper (Tutorial)**](https://huggingface.co/papers/2603.29441) | [**Paper (Dataset)**](https://huggingface.co/papers/2412.05600)
25
+
26
  | Dataset | Modality | Number of Embeddings | Sensing Type | Total Comments | Source Dataset | Source Model | Size |
27
  |:--------:|:--------------:|:-------------------:|:------------:|:--------------:|:--------------:|:--------------:|:--------------:|
28
+ |Core-S2RGB-DINOv2|Sentinel-2 Level 2A (RGB)|56,147,150|True Colour (RGB)|General-Purpose Global|[Core-S2L2A](https://huggingface.co/datasets/Major-TOM/Core-S2L2A)|[DINOv2](https://huggingface.co/docs/transformers/en/model_doc/dinov2)|223.1 GB|
29
 
30
+ ## Overview
31
+ This dataset provides global, dense embeddings of Earth surface imagery extracted using a pre-trained DINOv2 model. It is part of the Major TOM project and is featured in the paper **"EarthEmbeddingExplorer: A Web Application for Cross-Modal Retrieval of Global Satellite Images"**.
32
 
33
  ## Content
34
  | Field | Type | Description |
 
54
  * Image input size: **224 x 224** pixels, target overlap: 10%, border_shift: True
55
 
56
  ## Model
57
+ The image encoder of the [**DINOv2 model**](https://huggingface.co/docs/transformers/en/model_doc/dinov2) was used to extract embeddings.
58
 
59
  ## Example Use
60
  Interface scripts are available at
 
82
  ## Authors
83
  [**Mikolaj Czerkawski**](https://mikonvergence.github.io) (Φ-lab, European Space Agency), [**Marcin Kluczek**](https://www.linkedin.com/in/marcin-kluczek-03852a1a8/) (CloudFerro), [**Jędrzej S. Bojanowski**](https://www.linkedin.com/in/j%C4%99drzej-s-bojanowski-a5059872/) (CloudFerro)
84
 
85
+ ## Citation
86
 
87
  This dataset is an output from the embedding expansion project outlined in: [https://arxiv.org/abs/2412.05600/](https://arxiv.org/abs/2412.05600/).
88
 
 
 
 
 
 
 
 
 
 
 
89
  ```latex
90
  @misc{EmbeddedMajorTOM,
91
  title={Global and Dense Embeddings of Earth: Major TOM Floating in the Latent Space},
 
98
  }
99
  ```
100
 
101
+ For the EarthEmbeddingExplorer tool and cross-modal retrieval workflows, please refer to:
102
+ [EarthEmbeddingExplorer: A Web Application for Cross-Modal Retrieval of Global Satellite Images](https://huggingface.co/papers/2603.29441).
103
 
104
+ Powered by [Φ-lab, European Space Agency (ESA) 🛰️](https://philab.esa.int/) in collaboration with [CloudFerro 🔶](https://cloudferro.com/)