Add task category and link to EarthEmbeddingExplorer paper

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +24 -8
README.md CHANGED
@@ -1,5 +1,9 @@
1
  ---
2
  license: cc-by-sa-4.0
 
 
 
 
3
  tags:
4
  - embeddings
5
  - earth-observation
@@ -8,8 +12,6 @@ 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
@@ -18,6 +20,9 @@ configs:
18
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6304c06eeb6d777a838eab63/JDxneZWkFfnfz6r_32zuF.png)
19
 
20
  # Core-S2L1C-SSL4EO 🟥🟩🟦🟧🟨🟪 🛰️
 
 
 
21
  | Dataset | Modality | Number of Embeddings | Sensing Type | Total Comments | Source Dataset | Source Model | Size |
22
  |:--------:|:--------------:|:-------------------:|:------------:|:--------------:|:--------------:|:--------------:|:--------------:|
23
  |Core-S2L1C-SSL4EO|Sentinel-2 (Level 1C)|56,147,150|Multi-Spectral|General-Purpose Global|[Core-S2L1C](https://huggingface.co/datasets/Major-TOM/Core-S2L1C)|[SSL4EO-ResNet50-DINO](https://github.com/zhu-xlab/SSL4EO-S12)|252.9 GB|
@@ -33,7 +38,7 @@ configs:
33
  | product_id | string | ID of the original product |
34
  | timestamp | string | Timestamp of the sample |
35
  | centre_lat | float | Centre of the fragment latitude |
36
- | centre_lon | float | Centre of the fragment longitude |
37
  | geometry | geometry | Polygon footprint (WGS84) of the fragment |
38
  | utm_footprint | string | Polygon footprint (image UTM) of the fragment |
39
  | utm_crs | string | CRS of the original product |
@@ -71,22 +76,33 @@ Discover more at [**CloudFerro AI services**](https://cloudferro.com/ai/).
71
  ## Authors
72
  [**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)
73
 
74
- ## Open Access Manuscript
75
 
76
- This dataset is an output from the embedding expansion project outlined in: [https://arxiv.org/abs/2412.05600/](https://arxiv.org/abs/2412.05600/).
77
 
78
- [![arXiv](https://img.shields.io/badge/arXiv-10.48550/arXiv.2412.05600-B31B1B.svg)](https://doi.org/10.48550/arXiv.2412.05600)
79
 
 
80
 
81
  <details>
82
- <summary>Read Abstract</summary>
83
 
84
  > 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.
85
- > </details>
86
 
87
 
88
  If this dataset was useful for you work, it can be cited as:
89
  ```latex
 
 
 
 
 
 
 
 
 
 
90
  @misc{EmbeddedMajorTOM,
91
  title={Global and Dense Embeddings of Earth: Major TOM Floating in the Latent Space},
92
  author={Mikolaj Czerkawski and Marcin Kluczek and Jędrzej S. Bojanowski},
 
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
 
20
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6304c06eeb6d777a838eab63/JDxneZWkFfnfz6r_32zuF.png)
21
 
22
  # Core-S2L1C-SSL4EO 🟥🟩🟦🟧🟨🟪 🛰️
23
+
24
+ [**Web Application**](https://modelscope.ai/studios/Major-TOM/EarthEmbeddingExplorer) | [**GitHub**](https://github.com/ESA-PhiLab/Major-TOM) | [**Tutorial Paper**](https://huggingface.co/papers/2603.29441) | [**Dataset Paper**](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-S2L1C-SSL4EO|Sentinel-2 (Level 1C)|56,147,150|Multi-Spectral|General-Purpose Global|[Core-S2L1C](https://huggingface.co/datasets/Major-TOM/Core-S2L1C)|[SSL4EO-ResNet50-DINO](https://github.com/zhu-xlab/SSL4EO-S12)|252.9 GB|
 
38
  | product_id | string | ID of the original product |
39
  | timestamp | string | Timestamp of the sample |
40
  | centre_lat | float | Centre of the fragment latitude |
41
+ | centre_lon | float | Centre of the fragment longitude |
42
  | geometry | geometry | Polygon footprint (WGS84) of the fragment |
43
  | utm_footprint | string | Polygon footprint (image UTM) of the fragment |
44
  | utm_crs | string | CRS of the original product |
 
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 Manuscripts
80
 
81
+ The interactive web application for this dataset is described in: [EarthEmbeddingExplorer: A Web Application for Cross-Modal Retrieval of Global Satellite Images](https://huggingface.co/papers/2603.29441).
82
 
83
+ The core embedding project is outlined in: [Global and Dense Embeddings of Earth: Major TOM Floating in the Latent Space](https://huggingface.co/papers/2412.05600).
84
 
85
+ [![arXiv](https://img.shields.io/badge/arXiv-10.48550/arXiv.2412.05600-B31B1B.svg)](https://doi.org/10.48550/arXiv.2412.05600)
86
 
87
  <details>
88
+ <summary>Read Abstract (Global and Dense Embeddings of Earth)</summary>
89
 
90
  > 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.
91
+ </details>
92
 
93
 
94
  If this dataset was useful for you work, it can be cited as:
95
  ```latex
96
+ @misc{zheng2025earthembeddingexplorer,
97
+ title={EarthEmbeddingExplorer: A Web Application for Cross-Modal Retrieval of Global Satellite Images},
98
+ author={Yijie Zheng and Weijie Wu and Bingyue Wu and Long Zhao and Guoqing Li and Mikolaj Czerkawski and Konstantin Klemmer},
99
+ year={2025},
100
+ eprint={2603.29441},
101
+ archivePrefix={arXiv},
102
+ primaryClass={cs.CV},
103
+ url={https://arxiv.org/abs/2603.29441},
104
+ }
105
+
106
  @misc{EmbeddedMajorTOM,
107
  title={Global and Dense Embeddings of Earth: Major TOM Floating in the Latent Space},
108
  author={Mikolaj Czerkawski and Marcin Kluczek and Jędrzej S. Bojanowski},