Dataset Viewer

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

RRealHyperPDID: Remote Sensing Real-World Hyperspectral Paired Dehazing Image Dataset

A real-world paired dataset for hyperspectral and RGB image dehazing, containing aligned hazy and clear image pairs in both RGB and hyperspectral formats. Designed for benchmarking dehazing methods under authentic real-world atmospheric conditions.

Official Dataset for HyperHazeOff: Hyperspectral Remote Sensing Image Dehazing Benchmark MDPI Preprints.org.

Official Code: GitHub.

Dataset Versions

The dataset includes three versions of data and annotations for downstream task quality assessment:

RGB/

  • CSNC/ β€” RGB images synthesized using narrowband spectral reconstruction (.png format)
  • CSSO/ β€” RGB images synthesized via CIE XYZ β†’ sRGB transformation using the standard observer (.png format)

Note: CSNC and CSSO contain the same RGB data with different color synthesis methods

HSI/

Hyperspectral images (.npy format) Each hyperspectral image has size 256Γ—256 pixels with 182 spectral bands.

Additionally, wavelength information for the hyperspectral bands is provided in the file hsi/wavelengths_realhyper.npy.npy, supporting spectral analysis across the dataset.

MARKUP/

Field delineation annotations (.json format)

Dataset Structure

RRealHyperPDID/
β”œβ”€β”€ RGB/
β”‚   β”œβ”€β”€ CSNC/
β”‚   β”‚   β”œβ”€β”€ S01C00/
β”‚   β”‚   β”‚   β”œβ”€β”€ f160621t01p00r17_clean.png
β”‚   β”‚   β”‚   └── f170607t01p00r12_hazed.png
β”‚   β”‚   β”œβ”€β”€ ...
β”‚   β”‚   └── S17C04/
β”‚   β”‚       β”œβ”€β”€ *_clean.png
β”‚   β”‚       └── *_hazed.png
β”‚   └── CSSO/
β”‚       β”œβ”€β”€ S01C00/
β”‚       β”‚   β”œβ”€β”€ f160621t01p00r17_clean.png
β”‚       β”‚   └── f170607t01p00r12_hazed.png
β”‚       β”œβ”€β”€ ...
β”‚       └── S17C04/
β”‚           β”œβ”€β”€ *_clean.png
β”‚           └── *_hazed.png
β”œβ”€β”€ HSI/
β”‚   β”œβ”€β”€ S01C00/
β”‚   β”‚   β”œβ”€β”€ f160621t01p00r17_clean.npy
β”‚   β”‚   └── f170607t01p00r12_hazed.npy
β”‚   β”œβ”€β”€ ...
β”‚   └── S17C04/
β”‚       β”œβ”€β”€ *_clean.npy
β”‚       └── *_hazed.npy
└── MARKUP/
    β”œβ”€β”€ places.txt
    β”œβ”€β”€ S03C00/
    β”‚   β”œβ”€β”€ f210324t01p00r11_hazed.json
    β”‚   └── f210402t01p00r09_clean.json
    β”œβ”€β”€ ...
    └── S16C11/
        β”œβ”€β”€ *_hazed.json
        └── *_clean.json

Changelog

v1.1 (2025-11-17)

  • Updated HSI.zip, RGB.zip, Markup.zip with improved image alignment
  • Image pairs are now better registered/aligned for more accurate correspondence

v1.0

  • Initial release

Data Source

Data derived from AVIRIS imagery.
Courtesy NASA/JPL-Caltech.

Citation

@Article{jimaging11120422,
AUTHOR = {Nikonorov, Artem and Sidorchuk, Dmitry and Odinets, Nikita and Volkov, Vladislav and Sarycheva, Anastasia and Dudenko, Ekaterina and Zhidkov, Mikhail and Nikolaev, Dmitry},
TITLE = {HyperHazeOff: Hyperspectral Remote Sensing Image Dehazing Benchmark},
JOURNAL = {Journal of Imaging},
VOLUME = {11},
YEAR = {2025},
NUMBER = {12},
ARTICLE-NUMBER = {422},
URL = {https://www.mdpi.com/2313-433X/11/12/422},
ISSN = {2313-433X},
ABSTRACT = {Hyperspectral remote sensing images (HSIs) provide invaluable information for environmental and agricultural monitoring, yet they are often degraded by atmospheric haze, which distorts spatial and spectral content and hinders downstream analysis. Progress in hyperspectral dehazing has been limited by the absence of paired real-haze benchmarks; most prior studies rely on synthetic haze or unpaired data, restricting fair evaluation and generalization. We present HyperHazeOff, the first comprehensive benchmark for hyperspectral dehazing that unifies data, tasks, and evaluation protocols. It comprises (i) RRealHyperPDID, 110 scenes with paired real-haze and haze-free HSIs (plus RGB images), and (ii) RSyntHyperPDID, 2616 paired samples generated using a physically grounded haze formation model. The benchmark also provides agricultural field delineation and land classification annotations for downstream task quality assessment, standardized train/validation/test splits, preprocessing pipelines, baseline implementations, pretrained weights, and evaluation tools. Across six state-of-the-art methods (three RGB-based and three HSI-specific), we find that hyperspectral models trained on the widely used HyperDehazing dataset fail to generalize to real haze, while training on RSyntHyperPDID enables significant real-haze restoration by AACNet. HyperHazeOff establishes reproducible baselines and is openly available to advance research in hyperspectral dehazing.},
DOI = {10.3390/jimaging11120422}
}

License

This dataset is released under license: cc-by-4.0

Downloads last month
24