@article{blumenstiel2025ssl4eos12,
title={{SSL4EOS12 v1.1 - A Multimodal, Multiseasonal Dataset for Pretraining}},
author={Blumenstiel, Benedikt and Braham, Nassim Ait Ali and Albrecht, Conrad M and Maurogiovanni, Stefano and Fraccaro, Paolo},
journal={arXiv preprint arXiv:2503.00168},
year={2025}
}
## Downstream tasks
Currently, 11 downstream tasks are available
- biomass\_mean\_\_regr: Biomass mean across all pixels, with labels retrieved from [GEDI](https://daac.ornl.gov/GEDI/guides/GEDI_L4A_AGB_Density_V2_1.html).
- biomass\_std\_\_regr: Biomass standard deviation across pixels, same source as above.
- crops\_\_regr: Combined fraction of Soybean and Corn in image, with labels retrieved from [CDL](https://www.nass.usda.gov/Research_and_Science/Cropland/SARS1a.php).
- landcover\_aggriculture\_regr: Fraction of agriculture in image, with the labels retrieved from the [Corine land cover dataset](https://land.copernicus.eu/en/map-viewer?product=130299ac96e54c30a12edd575eff80f7).
- landcover\_forest\_\_regr: Fraction of forest in image, same source as above.
- clouds\_reg\_\_regr: Average cloud cover percentage across the four seasons. Labels retrieved from [CloudSen12](https://cloudsen12.github.io/). This task was not part of the Embed2Scale data challenge.
- heatisland\_mean\_\_regr: Mean summertime surface temperature in larger cities across the northern hemisphere. Labels estimated from LandSat-8 thermal bands.
- heatisland\_std\_\_regr: Summertime surface temperature standard deviation of the same locations as above.
- nodata\_\_regr: The fraction of zero pizels in the Sentinel-2 image. Based on all 13260 currently available image data.
- random\_reg\_\_reg: Random task with majority zero entries. The samples are the same as from the clouds\_reg\_\_reg task and a minor set of the labels are also the same.
- random\_cls\_\_cls: Binary classification version of the random tasks where the positive class is given to samples with regression targets greater than 10.
## Recreate 2025 CVPR EarthVision data challenge
To recreate the challenge phases, the downstream task label files used in the competition have two additional columns, in addition to the `id` and `label` columns. The two boolean columns `cvpr_earthvision_phase_eval` and `cvpr_earthvision_phase_dev` indicates which samples were included in which phase. Alternatively, use the commit [https://huggingface.co/datasets/embed2scale/SSL4EO-S12-downstream/tree/5c5539acd6f42e2e3547ec816fcf577e3f6800fa](https://huggingface.co/datasets/embed2scale/SSL4EO-S12-downstream/tree/5c5539acd6f42e2e3547ec816fcf577e3f6800fa) to download the dataset in the state used in the competition.