Datasets:

Tasks:
Other
Languages:
English
ArXiv:
License:
Rikard Vinge commited on
Commit
fd1853d
·
verified ·
1 Parent(s): 047293c

Add files using upload-large-folder tool

Browse files
Files changed (1) hide show
  1. README.md +39 -1
README.md CHANGED
@@ -1 +1,39 @@
1
- # Test readme
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: SSL4EO-S12-downstream
4
+ task_categories:
5
+ - Earth Observation use cases
6
+ language: en
7
+ size_dev:
8
+ - 57 GB
9
+ ---
10
+ # SSL4EO-S12-downstream
11
+
12
+ Welcome to the SSL4EO-S12-downstream dataset. This dataset is used in the [Embed2Scale Challenge](https://eval.ai/web/challenges/challenge-page/2453/overview).
13
+
14
+ Currently there is only one set of data available `data_dev`, used in the development (dev) phase of the challenge.
15
+
16
+ The dev set comprises 5149 datacubes of Sentinel-1 and Sentinel-2 data, as visualized below. Each datacube constitute one location, with S1 VV and VH polarisations, S2 L1C and S2 L2A channels, at four timesteps. For each datacube, there is one sample of all the modalities for the four season: spring, summer, autumn and winter. The datacubes are stored in zipped zarr archives; see [here](https://github.com/DLR-MF-DAS/embed2scale-challenge-supplement/tree/main/data_loading_submission_demo) for instructions how to load the data. The data in the zarr archives is structure as (number of locations, number of timestamps, number of channels, heigh, width) with the dimensions (1, 4, 27, 264, 264); the 27 channels coming from 2 S1 polarizations (VV and VH), 13 S2 L1C channels (B1, B2, B3, B4, B5, B6, B7, B8A, B9, B10, B11, B12), and 12 S2 L2A channels (B1, B2, B3, B4, B5, B6, B7, B8A, B9, B11, B12).
17
+
18
+ <img src="https://raw.githubusercontent.com/DLR-MF-DAS/embed2scale-challenge-supplement/refs/heads/main/figs/Figure_20250219_Albrecht_Eval-AI-Challenge.svg" alt="Technical overview of challenge data and evaluation scheme." style="width: 100%; height: auto;">
19
+
20
+ The data is structured identically to the SSL4EOS12 v1.1 dataset:
21
+ <blockquote>
22
+ @article{blumenstiel2025ssl4eos12,
23
+ title={{SSL4EOS12 v1.1 - A Multimodal, Multiseasonal Dataset for Pretraining}},
24
+ author={Blumenstiel, Benedikt and Braham, Nassim Ait Ali and Albrecht, Conrad M and Maurogiovanni, Stefano and Fraccaro, Paolo},
25
+ journal={arXiv preprint arXiv:2503.00168},
26
+ year={2025}
27
+ }
28
+ </blockquote>
29
+
30
+ which is based on
31
+
32
+ <blockquote>
33
+ @article{wang2022ssl4eo,
34
+ title={{SSL4EO-S12: A Large-Scale Multi-Modal, Multi-Temporal Dataset for Self-Supervised Learning in Earth Observation}},
35
+ author={Wang, Yi and Braham, Nassim Ait Ali and Xiong, Zhitong and Liu, Chenying and Albrecht, Conrad M and Zhu, Xiao Xiang},
36
+ journal={arXiv preprint arXiv:2211.07044},
37
+ year={2022}
38
+ }
39
+ </blockquote>