Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
15
22
wavelength reflectance
398.84201 0.486311322
401.067993 0.479668397
403.294006 0.491479301
405.519989 0.483106543
407.747009 0.463627025
409.972992 0.476790451
412.199005 0.492304499
414.424988 0.477631082
416.651001 0.463061635
418.877991 0.465958594
421.104004 0.475633541
423.329987 0.467083068
425.556 0.45530748
427.782013 0.451814981
430.009003 0.446745684
432.234985 0.437922365
434.460999 0.433141122
436.687012 0.425964284
438.912994 0.423445854
441.140015 0.416615412
443.365997 0.414814771
445.59201 0.412372281
447.817993 0.411690395
450.044006 0.411625366
452.270996 0.411075
454.497009 0.407184577
456.722992 0.40824
458.949005 0.408542541
461.174988 0.408315618
463.402008 0.409525959
465.627991 0.409941
467.854004 0.411059615
470.079987 0.414800974
472.307007 0.415460351
474.53299 0.418495881
476.759003 0.422865774
478.984985 0.424855095
481.210999 0.427886955
483.437988 0.432565038
485.664001 0.436907522
487.890015 0.442040805
490.115997 0.448049873
492.34201 0.454120028
494.567993 0.460837915
496.795013 0.466535763
499.020996 0.472179438
501.247009 0.479131616
503.472992 0.487392371
505.700012 0.495720058
507.925995 0.503076392
510.152008 0.511864943
512.377991 0.523468123
514.604004 0.537054324
516.830994 0.549386304
519.057007 0.562920466
521.28302 0.575712093
523.508972 0.587068772
525.734985 0.598383365
527.961975 0.609613999
530.187988 0.621602925
532.414001 0.632705478
534.640015 0.641892679
536.866028 0.651048931
539.093018 0.661947051
541.31897 0.672376829
543.544983 0.682540335
545.770996 0.692258787
547.997009 0.702175675
550.223999 0.712053716
552.450012 0.721325304
554.676025 0.731242191
556.901978 0.74196721
559.129028 0.751578076
561.35498 0.760429936
563.580994 0.768046026
565.807007 0.775592027
568.03302 0.783120612
570.26001 0.789434128
572.486023 0.794900036
574.711975 0.80026375
576.937988 0.804917535
579.164001 0.808726682
581.390015 0.812332824
583.617004 0.815404448
585.843018 0.817810845
588.06897 0.820046799
590.294983 0.822230666
592.520996 0.824452014
594.747986 0.827372869
596.973999 0.829879517
599.200012 0.833652024
601.426025 0.837123216
603.653015 0.840603855
605.879028 0.845111532
608.10498 0.850026101
610.330994 0.854896263
612.557007 0.861434615
614.783997 0.868377065
617.01001 0.875399432
End of preview. Expand in Data Studio

PFM-1 Landmine VNIR Hyperspectral Imaging Dataset (IGARSS 2026)

Paper Dataset License: MIT

Dataset Description

This dataset 1 contains Visible and Near-Infrared (VNIR) Hyperspectral Imaging (HSI) data prepared for the IEEE International Geoscience and Remote Sensing Symposium (IGARSS) 2026.

This specific version is a refined subset of the original benchmark dataset 2. While the original release provided full radiance cubes, broad GCP/AeroPoint data, and reference ground spectra of all the targets, this version focuses on a spatially subsetted region containing only PFM-1 landmine targets and includes high-accuracy, pixel-wise binary ground truth masks.

The data was collected over a controlled test field seeded with 143 realistic surrogate landmine and UXO targets (surface, partially buried, and fully buried). Data acquisition was performed using a Headwall Nano-Hyperspec® sensor mounted on a multi-sensor UAV platform flown at an altitude of ~20.6 m 2.

For more details regarding data acquistion and preprocessing, go to the original paper 2.

  • Sensor: [Headwall Nano-Hyperspec®]
  • Spectral Range: [398–1002 nm]
  • Number of Bands: [270 bands]
  • Approximate GSD: [Approx. 1.29 cm]

Dataset File Structure

The dataset is organized as follows:

File Name Size Description
site_with_only_mines 6.42 GB Main Hyperspectral (HSI) data cube (ENVI format), referred to as "Full Region" in the paper [1].
site_with_only_mines.hdr 23.2 kB Header file containing metadata for the HSI data cube.
roi_site_with_only_mines.roi 256 B Region of Interest (ROI) file used for spatial subsetting the original dataset from [2].
binary_ground_truth_mask_for_pfm1 5.9 MB Pixel-wise binary ground truth mask for PFM-1 mine locations.
binary_ground_truth_mask_for_pfm1.hdr 803 B Header file for the binary ground truth mask.
target_signature_pfm_1_svc.txt 7.86 kB Reference ground spectral signature for PFM-1 (captured via SVC).
.gitattributes 2.63 kB Configuration file for Git LFS and XetData tracking.

Usage

Download

pip install huggingface_hub
from huggingface_hub import snapshot_download
 
snapshot_download(repo_id="SagarLekhak/pfm1-landmine-uav-vnir-hsi-IGARSS-2026", repo_type="dataset", local_dir="./data")

To load the data using Python

import spectral.io.envi as envi

# Load the hyperspectral cube
img = envi.open('site_with_only_mines.hdr', 'site_with_only_mines')
print(f"Loaded cube with {img.shape[2]} spectral bands.")

Citation

If you use this dataset, please cite the specific IGARSS 2026 work 1 and the original benchmark paper 2:

[1] IGARSS 2026 Work:

@misc{lekhak2026benchmarkingdeeplearningstatistical,
      title={Benchmarking Deep Learning and Statistical Target Detection Methods for PFM-1 Landmine Detection in UAV Hyperspectral Imagery}, 
      author={Sagar Lekhak and Prasanna Reddy Pulakurthi and Ramesh Bhatta and Emmett J. Ientilucci},
      year={2026},
      eprint={2602.10434},
      archivePrefix={arXiv},
      primaryClass={eess.IV},
      url={https://arxiv.org/abs/2602.10434}, 
}

[2] Original Benchmark Dataset:

@misc{lekhak2026uavbasedvnirhyperspectralbenchmark,
      title={A UAV-Based VNIR Hyperspectral Benchmark Dataset for Landmine and UXO Detection}, 
      author={Sagar Lekhak and Emmett J. Ientilucci and Jasper Baur and Susmita Ghosh},
      year={2026},
      eprint={2510.02700},
      archivePrefix={arXiv},
      primaryClass={eess.IV},
      url={https://arxiv.org/abs/2510.02700}, 
}
Downloads last month
67

Papers for sumantadasdotdelhi/pfm1-kriging-hsi