Initial README Update
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
task_categories:
|
|
|
1 |
+
## Geolayers-Data
|
2 |
+
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.
|
3 |
+
|
4 |
+
| **Dataset** | **Task Description** | **Multispectral Input** | **Model** | **Additional Data Layers** | **OOD Test Set Present?** |
|
5 |
+
|-------------|----------------------|-------------------------|-----------|----------------------------|----------|
|
6 |
+
| [SustainBench](https://arxiv.org/abs/2111.04724) | Farmland boundary delineation | Sentinel-2 RGB | U-Net | OSM rasters†, EU-DEM† | ✗ |
|
7 |
+
| [EnviroAtlas](https://arxiv.org/abs/2202.14000) | Land-cover segmentation | NAIP RGB + NIR | FCN | [Prior](https://arxiv.org/abs/2202.14000), OSM rasters | ✓ |
|
8 |
+
| [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† | ✓ |
|
9 |
+
| [USAVars](https://arxiv.org/abs/2010.08168) | Tree-cover regression | NAIP RGB + NIR | ResNet-50 | OSM rasters†, DEM† | ✗ |
|
10 |
+
|
11 |
+
|
12 |
---
|
13 |
license: mit
|
14 |
task_categories:
|