zhang5566 siruiwang commited on
Commit
743908e
·
verified ·
0 Parent(s):

Duplicate from zhu-xlab/GEWDiff_training_dataset

Browse files

Co-authored-by: siruiwang <siruiwang@users.noreply.huggingface.co>

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +0 -0
  2. README.md +87 -0
  3. epoch_200.pth +3 -0
  4. test_mdas1/.DS_Store +0 -0
  5. test_mdas1/edge/1216_hr_md.npy +3 -0
  6. test_mdas1/gt/.DS_Store +0 -0
  7. test_mdas1/gt/1216_hr_md.tif +3 -0
  8. test_mdas1/lq/.DS_Store +0 -0
  9. test_mdas1/lq/1216_hr_md.tif +3 -0
  10. test_mdas1/mask/1216_hr_md.npy +3 -0
  11. test_mdas2/edge/1015_hr_md.npy +3 -0
  12. test_mdas2/gt/1015_hr_md.tif +3 -0
  13. test_mdas2/mask/1015_hr_md.npy +3 -0
  14. test_wdc/.DS_Store +0 -0
  15. test_wdc/edge/output_input.npy +3 -0
  16. test_wdc/gt/output_input.tif +3 -0
  17. test_wdc/lq/output_input.tif +3 -0
  18. test_wdc/mask/output_input.npy +3 -0
  19. test_wdc2/edge/wdc.npy +3 -0
  20. test_wdc2/gt/wdc.tif +3 -0
  21. test_wdc2/lq/wdc.tif +3 -0
  22. train/edge/1010_flip1_hr_as04.npy +3 -0
  23. train/edge/1010_flip1_hr_as08.npy +3 -0
  24. train/edge/1010_flip1_hr_do.npy +3 -0
  25. train/edge/1010_flip1_hr_ge.npy +3 -0
  26. train/edge/1010_flip1_hr_md.npy +3 -0
  27. train/edge/1010_flip1_hr_na.npy +3 -0
  28. train/edge/1010_flip2_hr_as04.npy +3 -0
  29. train/edge/1010_flip2_hr_as08.npy +3 -0
  30. train/edge/1010_flip2_hr_do.npy +3 -0
  31. train/edge/1010_flip2_hr_ge.npy +3 -0
  32. train/edge/1010_flip2_hr_md.npy +3 -0
  33. train/edge/1010_flip2_hr_na.npy +3 -0
  34. train/edge/1010_flip3_hr_as08.npy +3 -0
  35. train/edge/1010_flip3_hr_ge.npy +3 -0
  36. train/edge/1010_flip3_hr_md.npy +3 -0
  37. train/edge/1010_flip3_hr_na.npy +3 -0
  38. train/edge/1010_orig_hr_as04.npy +3 -0
  39. train/edge/1010_orig_hr_as08.npy +3 -0
  40. train/edge/1010_orig_hr_do.npy +3 -0
  41. train/edge/1010_orig_hr_md.npy +3 -0
  42. train/edge/1011_flip1_hr_as04.npy +3 -0
  43. train/edge/1011_flip1_hr_as08.npy +3 -0
  44. train/edge/1011_flip1_hr_do.npy +3 -0
  45. train/edge/1011_flip1_hr_md.npy +3 -0
  46. train/edge/1011_flip1_hr_na.npy +3 -0
  47. train/edge/1011_flip2_hr_as08.npy +3 -0
  48. train/edge/1011_flip2_hr_md.npy +3 -0
  49. train/edge/1011_flip2_hr_na.npy +3 -0
  50. train/edge/1011_flip3_hr_as08.npy +3 -0
.gitattributes ADDED
The diff for this file is too large to render. See raw diff
 
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - super-resolution
7
+ - hyperspectral
8
+ - remote_sensing
9
+ size_categories:
10
+ - 1K<n<10K
11
+ ---
12
+ # GEWDiff Training & Evaluation Dataset
13
+
14
+ ## 📘 Overview
15
+
16
+ The **GEWDiff Training & Evaluation Dataset** is derived from the EnMAP Champion and MDAS hyperspectral datasets.
17
+ It is designed for image enhancement, super-resolution, restoration, and generative remote sensing tasks.
18
+ The dataset includes Low-Quality (LQ) low-resolution images, corresponding Ground-Truth (GT) high-resolution images, and optional structure information such as **masks** and **edges** (partially provided; remaining components can be automatically generated using the accompanying GitHub scripts).
19
+
20
+ All data have been preprocessed, spatially tiled, spectrally unified, and harmonized through **nearest-neighbor approximation of the spectral response functions (SRF)**.
21
+
22
+ ---
23
+
24
+ ## 📂 Dataset Structure
25
+
26
+ ### **1. Training Set**
27
+ - **LQ images**: low-quality / low-resolution observations
28
+ - **GT images**: high-quality ground-truth targets
29
+ - **Mask (partial)**: missing parts can be generated with included scripts
30
+ - **Edge (partial)**: missing parts can be generated with included scripts
31
+ Used for model training across various reconstruction and generative tasks.
32
+
33
+ ---
34
+
35
+ ### **2. Validation Set (val)**
36
+ - Same structure as the training set
37
+ - Paired LQ–GT samples for model validation and tuning
38
+
39
+ ---
40
+
41
+ ### **3. Test Sets (with ground truth)**
42
+ Includes several subsets:
43
+
44
+ - **MDAS1**
45
+ - **MDAS2**
46
+ - **WDC**
47
+
48
+ These subsets contain paired LQ–GT data and are suitable for quantitative evaluations.
49
+
50
+ ---
51
+
52
+
53
+
54
+ ## 📐 Preprocessing Details
55
+
56
+ The dataset originates from **EnMAP Champion** and **MDAS hyperspectral** sources.
57
+ All data have undergone:
58
+
59
+ - Spatial tiling
60
+ - Spectral band unification
61
+ - **Spectral response harmonization using nearest-neighbor approximation**
62
+ - Conversion into LQ/GT pairs suitable for super-resolution, enhancement, and generative modeling tasks
63
+
64
+ ---
65
+
66
+ ## 🔧 Additional Resources
67
+
68
+ Mask and edge maps—when not provided—can be generated automatically using the scripts available in the linked GitHub repository.
69
+ These structural cues enable models to leverage both texture and geometric information.
70
+
71
+ ---
72
+
73
+ ## 📑 Citation
74
+
75
+ If you use this dataset in your research or applications, please cite **our paper** (arXiv](https://arxiv.org/abs/2511.07103)):
76
+
77
+ ```bibtex
78
+ @misc{wang2025gewdiffgeometricenhancedwaveletbased,
79
+ title={GEWDiff: Geometric Enhanced Wavelet-based Diffusion Model for Hyperspectral Image Super-resolution},
80
+ author={Sirui Wang and Jiang He and Natàlia Blasco Andreo and Xiao Xiang Zhu},
81
+ year={2025},
82
+ eprint={2511.07103},
83
+ archivePrefix={arXiv},
84
+ primaryClass={cs.CV},
85
+ url={https://arxiv.org/abs/2511.07103},
86
+ }
87
+
epoch_200.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ceb26f3484c34f89c600a610fcbfa93ca8e671fb0d8e4c9976a72a6557e4c5e
3
+ size 4547098506
test_mdas1/.DS_Store ADDED
Binary file (8.2 kB). View file
 
test_mdas1/edge/1216_hr_md.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a3d192eb4a248a485e68a20790eef8821a9b1c444c4984b47a0226008bedc53
3
+ size 65664
test_mdas1/gt/.DS_Store ADDED
Binary file (6.15 kB). View file
 
test_mdas1/gt/1216_hr_md.tif ADDED

Git LFS Details

  • SHA256: 48d7644b2e7031e297fb1401e47d4f189f61cd08c4c8fcfd4483ce403f6e968b
  • Pointer size: 133 Bytes
  • Size of remote file: 63.5 MB
test_mdas1/lq/.DS_Store ADDED
Binary file (6.15 kB). View file
 
test_mdas1/lq/1216_hr_md.tif ADDED

Git LFS Details

  • SHA256: 859e14751ca595bb0c6fd3c276084ce53d4e2ca605d0492e7d906e1a5d4ee4c3
  • Pointer size: 132 Bytes
  • Size of remote file: 4.01 MB
test_mdas1/mask/1216_hr_md.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:473825ca3e3a20267d186da9c0d13716906cd2efc87ad04511a56dc1595dfcdb
3
+ size 262272
test_mdas2/edge/1015_hr_md.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a06dfce161e53c3a435e2e143ec9e757e99974d4fe51286daf0cd432d24f149
3
+ size 65664
test_mdas2/gt/1015_hr_md.tif ADDED

Git LFS Details

  • SHA256: f58f09e98ff2e92d771312bad848fae951babcc1bf70e197b68c4ca42d4dea27
  • Pointer size: 133 Bytes
  • Size of remote file: 63.5 MB
test_mdas2/mask/1015_hr_md.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cb9b631a68c3bb57f1751698724fc42e87386adfe24f2add9f73487c810ab1a
3
+ size 262272
test_wdc/.DS_Store ADDED
Binary file (6.15 kB). View file
 
test_wdc/edge/output_input.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a00f85fc787dc2016cecb1e532e8036ebfd24605dd75343dd5da036081925748
3
+ size 65664
test_wdc/gt/output_input.tif ADDED

Git LFS Details

  • SHA256: b26dd25d74b27ec8beb6e44985b33df25ee2fbc5101d03a9419435506c07c0c8
  • Pointer size: 134 Bytes
  • Size of remote file: 100 MB
test_wdc/lq/output_input.tif ADDED

Git LFS Details

  • SHA256: d99ab7e19a3b82c9c9e81d261305c18b171af57ae1db9cac4cdc793c555a1363
  • Pointer size: 132 Bytes
  • Size of remote file: 3.16 MB
test_wdc/mask/output_input.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eb07cf248411e7aac449a9a65431cd20ffed0216fda087e391202259b12c8c1
3
+ size 262272
test_wdc2/edge/wdc.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a00f85fc787dc2016cecb1e532e8036ebfd24605dd75343dd5da036081925748
3
+ size 65664
test_wdc2/gt/wdc.tif ADDED

Git LFS Details

  • SHA256: 75f98082afcf88f4677e4c489b94b40ef76d3f15df7b3d5cc1e76691ebeb302f
  • Pointer size: 133 Bytes
  • Size of remote file: 63.4 MB
test_wdc2/lq/wdc.tif ADDED

Git LFS Details

  • SHA256: b0e66e968b9961ad84b888f1e0a8268ca386728dee7dbcd3eb65385ab3ada430
  • Pointer size: 132 Bytes
  • Size of remote file: 3.97 MB
train/edge/1010_flip1_hr_as04.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e859e1ee25319c77af9f472dca73fbcfccca7cbba7f6236e526cc3b76925af1
3
+ size 65664
train/edge/1010_flip1_hr_as08.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2acfa552e0ba14e5d147f656f3fa5ba824cad893d574f51e65b3a95a21450f5
3
+ size 65664
train/edge/1010_flip1_hr_do.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6f9b10752d4ed0f6cc9b9a1055a73a44a00cc3021e7ad54576d40c9d17b7b0e
3
+ size 65664
train/edge/1010_flip1_hr_ge.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6f9b10752d4ed0f6cc9b9a1055a73a44a00cc3021e7ad54576d40c9d17b7b0e
3
+ size 65664
train/edge/1010_flip1_hr_md.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72fa0b0fe1a7e3de3d504a27cb3196bc9aa892510d12cfeaa57723daff413979
3
+ size 65664
train/edge/1010_flip1_hr_na.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24095762695871c8827efe0dc204444dbcccae1cf3016c33c5cbef554d24ccd9
3
+ size 65664
train/edge/1010_flip2_hr_as04.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ee79dd356c5bee84c819a04dbf0f24249f656da62586511db13f807806d6e8d
3
+ size 65664
train/edge/1010_flip2_hr_as08.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28931a09074702b44ada7df877afa829f2e1732f05a32e3cb39ee9644ec5ee42
3
+ size 65664
train/edge/1010_flip2_hr_do.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:073c1d588d199c07b246bda20f1e98f7ab303063cc5766e676bbdc7b1f57c1ad
3
+ size 65664
train/edge/1010_flip2_hr_ge.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96646189b458ca8e823d789c4c178e3557d53e300157780273b50608560951cd
3
+ size 65664
train/edge/1010_flip2_hr_md.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd781a5faf4460b506bf62f5eb6f95bdbcdfd2ae1ab86ab17d9dcaf2b0f6b4e0
3
+ size 65664
train/edge/1010_flip2_hr_na.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6f9b10752d4ed0f6cc9b9a1055a73a44a00cc3021e7ad54576d40c9d17b7b0e
3
+ size 65664
train/edge/1010_flip3_hr_as08.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72bde84d2e6ba4ac7477a3fc24e7da33f49032e6c2fe1e9b44a3f2d8ec0553a2
3
+ size 65664
train/edge/1010_flip3_hr_ge.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:801bc8ad2cad0dfe5707ea17d77d1ba367967c324346b08993362323f53a6f6e
3
+ size 65664
train/edge/1010_flip3_hr_md.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26bad44a36aab003eacc9cddd61486beb25e97f302fc206d938338ff0d38cf00
3
+ size 65664
train/edge/1010_flip3_hr_na.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6f9b10752d4ed0f6cc9b9a1055a73a44a00cc3021e7ad54576d40c9d17b7b0e
3
+ size 65664
train/edge/1010_orig_hr_as04.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:605726332756c01584c760fb17c51793dc51cfea70b2a795ce7fac51e498b0f5
3
+ size 65664
train/edge/1010_orig_hr_as08.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb068da9922963f55ca8ed0792e90d44e1f2de20b0ab860ec93ca3d176716d9e
3
+ size 65664
train/edge/1010_orig_hr_do.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6f9b10752d4ed0f6cc9b9a1055a73a44a00cc3021e7ad54576d40c9d17b7b0e
3
+ size 65664
train/edge/1010_orig_hr_md.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:011e5079a7239a1dc8f4ef4a77b238c01609416440101cfcb07311588654e55d
3
+ size 65664
train/edge/1011_flip1_hr_as04.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a58fbf60fbd8b40651314edd1da077325955085647acfa7024cae519b10d3b3c
3
+ size 65664
train/edge/1011_flip1_hr_as08.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ffee7856ea7dbf6db954bc7dcbcd89f5f5e79bb34ac8bcc018adb5629e3de74
3
+ size 65664
train/edge/1011_flip1_hr_do.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4124ab7a0e0a4c2a961842212aea775b9eecde279f4a094604c17deef0f28b81
3
+ size 65664
train/edge/1011_flip1_hr_md.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:def58fb47a315431176fc01e5340dcfec165c8097bb0cb5ba3029b95dac3120b
3
+ size 65664
train/edge/1011_flip1_hr_na.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9393f23b3c70e91a7f8458d8a51da6b88f756d5b111f2e2ba4009b16e50542a4
3
+ size 65664
train/edge/1011_flip2_hr_as08.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c78e61408d3261393eb836c8ee997a6e372c133a5c3b2f1ee77bbe6235da3089
3
+ size 65664
train/edge/1011_flip2_hr_md.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdbc4a810c87b80cefd246783b2d6611205f25b764025d8486301f31e4102d44
3
+ size 65664
train/edge/1011_flip2_hr_na.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6f9b10752d4ed0f6cc9b9a1055a73a44a00cc3021e7ad54576d40c9d17b7b0e
3
+ size 65664
train/edge/1011_flip3_hr_as08.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dcc0999f8040dc6a1a2e683da14dfbe29f5c98b6e38c7e6bcca8588cd399e52
3
+ size 65664