File size: 4,767 Bytes
cdaa748
97b2007
50b0ab3
 
 
 
 
 
 
 
97b2007
 
 
 
 
 
 
 
50b0ab3
 
97b2007
50b0ab3
97b2007
 
 
 
 
 
50b0ab3
 
cdaa748
 
 
 
 
 
 
 
 
 
 
 
02c5b81
 
 
 
fba5fa9
 
02c5b81
 
 
 
 
 
 
 
 
 
 
fba5fa9
 
02c5b81
8870df9
02c5b81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
---
configs:
  - config_name: training_spectra
    data_files: TrainingSpectra_1522.csv
    default: true
    description: >
      Global pool of 1522 labeled training spectra for supervised learning,
      combining samples from both EnMAP and NEON acquisitions.

  - config_name: enmap_labels
    data_files:
      - split: bands
        path: CaseStudies/EnMAP/EnmapBands.csv
      - split: labels_lc
        path: CaseStudies/EnMAP/southLeipzig2_mask_lc.csv
      - split: labels_lc_veg
        path: CaseStudies/EnMAP/southLeipzig2_mask_lc_veg.csv
    description: >
      EnMAP spectral band metadata and land cover label masks
      for the south Leipzig scene (all classes and vegetation-only).

  - config_name: neon_labels
    data_files:
      - split: bands
        path: CaseStudies/NEON/NeonBands.csv
      - split: labels_lc
        path: CaseStudies/NEON/Liro3_mask_lc.csv
    description: >
      NEON spectral band metadata and land cover label mask
      for the Liro site (Wisconsin, USA).
license: cc-by-nc-4.0
language:
- en
tags:
- hyperspectral
- plant-traits
- remote-sensing
- vegetation
- multi-regression
- Uncertainty
size_categories:
- 10M<n<100M
---

# Dist_Uncertainty – Hyperspectral Case Studies for Plant Trait Uncertainty Assessment

![Workflow](Fig1.png)

## Dataset Description

This dataset contains hyperspectral remote sensing imagery and associated land cover labels used as **out-of-domain (OOD) test cases** for evaluating uncertainty estimation methods in deep learning-based plant trait retrievals. It accompanies the paper by Cherif et al. (2025, *Biogeosciences*) and supports the evaluation of a distance-based uncertainty method (Dis_UN) against traditional approaches (deep ensembles and Monte Carlo dropout).

The dataset includes two real-world hyperspectral scenes from different sensors and geographic locations:

- **EnMAP** scene over south Leipzig, Germany
- **NEON AOP** scene over the Liro site, Wisconsin, USA

Each scene comes with spectral band metadata and pixel-level land cover labels, enabling the identification of OOD components such as urban surfaces, bare ground, water bodies, and clouds — elements not represented in the training data.

![scenes](Fig2.png)

The `TrainingSpectra_1522.csv` file serves as the **reference distribution** for the distance-based uncertainty method (Dis_UN): at inference time, the dissimilarity between any new unseen spectrum and this training set is computed in the predictor and embedding space to quantify how far the new data lies from the known training distribution.

---

## Dataset Structure

```
Dist_Uncertainty/
├── TrainingSpectra_1522.csv              # 1522 labeled training spectra
└── CaseStudies/
    ├── EnMAP/
    │   ├── clip2_south.tif               # EnMAP hyperspectral image (south Leipzig): Contains modified EnMAP data © DLR [2024].
    │   ├── EnmapBands.csv                # EnMAP band wavelengths
    │   ├── southLeipzig2_mask_lc.csv     # Land cover metatada (all classes)
    │   └── southLeipzig2_mask_lc_veg.csv # Land cover metatada (vegetation only)
    └── NEON/
        ├── clip_Liro_3.tif               # NEON hyperspectral image (Liro, tile 3): Contains modified NEON data
        ├── NeonBands.csv                 # NEON band wavelengths
        └── Liro3_mask_lc.csv             # Land cover metatada
```

> **Note:** The `.tif` GeoTIFF images are available as raw file downloads. The HF Dataset Viewer loads the CSV files only.

---

## Citation

If you use this dataset, please cite the associated paper:

> Cherif, E., Kattenborn, T., Brown, L. A., Ewald, M., Berger, K., Dao, P. D., Hank, T. B., Laliberté, E., Lu, B., and Feilhauer, H.: Uncertainty Assessment in Deep Learning-based Plant Trait Retrievals from Hyperspectral data, EGUsphere [preprint], https://doi.org/10.5194/egusphere-2025-1284, 2025.

```bibtex
@article{cherif2025uncertainty,
  author    = {Cherif, Eya and Kattenborn, Teja and Brown, Luke A. and Ewald, Michael
               and Berger, Katja and Dao, Phuong D. and Hank, Tobias B.
               and Laliberté, Etienne and Lu, Bing and Feilhauer, Hannes},
  title     = {Uncertainty Assessment in Deep Learning-based Plant Trait Retrievals
               from Hyperspectral data},
  journal   = {EGUsphere},
  year      = {2025},
  note      = {preprint},
  doi       = {10.5194/egusphere-2025-1284}
}
```

---

## Acknowledgements

The EnMAP hyperspectral data were provided by the German Aerospace Center (DLR) through the EnMAP Science Service System (https://planning.enmap.org/).

The NEON hyperspectral data were provided by the National Ecological Observatory Network (NEON, https://data.neonscience.org).