Datasets:

Formats:
csv
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
arjunrao2000 commited on
Commit
8ebe68f
·
verified ·
1 Parent(s): 660a822

Update README.md

Browse files

## Geolayers-Data
This dataset card contains usage instructions and metadata for all data-products released with our paper: Using Multiple Input Modalities can Improve Data-Efficiency and O.O.D. Generalization for ML with Satellite Imagery. We release 3 modified versions of 3 benchmark datasets spanning land-cover segmentation, tree-cover regression, and multi-label land-cover classification tasks. These datasets are augmented with auxiliary, geographic inputs. A full list of contributed data products is shown in the table below.

| **Dataset** | **Task Description** | **Multispectral Input** | **Model** | **Additional Data Layers** | **OOD Test Set Present?** |
|-------------|----------------------|-------------------------|-----------|----------------------------|----------|
| [SustainBench](https://arxiv.org/abs/2111.04724) | Farmland boundary delineation | Sentinel-2 RGB | U-Net | OSM rasters†, EU-DEM† | ✗ |
| [EnviroAtlas](https://arxiv.org/abs/2202.14000) | Land-cover segmentation | NAIP RGB + NIR | FCN | [Prior](https://arxiv.org/abs/2202.14000), OSM rasters | ✓ |
| [BigEarthNet v2.0](https://bigearth.net/static/documents/Description_BigEarthNet_v2.pdf) | Land-cover classification | Sentinel-2 (10 bands) | ViT | [SatCLIP](https://arxiv.org/abs/2311.17179) embeddings† | ✓ |
| [USAVars](https://arxiv.org/abs/2010.08168) | Tree-cover regression | NAIP RGB + NIR | ResNet-50 | OSM rasters†, DEM† | ✗ |

Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,3 +1,8 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - image-classification
5
+ - image-segmentation
6
+ tags:
7
+ - climate
8
+ ---