You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

TeX-1500

TeX-1500 is a paired long-wave infrared hyperspectral imaging (LWIR HSI) dataset for temperature-emissivity-texture (TeX) decomposition. The associated paper describes 1,522 calibrated real-scene HSI-TeX pairs from DARPA pushbroom data and our FTIR acquisitions. Each full dataset sample pairs calibrated LWIR HSI with wavelength information, temperature, emissivity, and texture labels.

This repository is currently a preview release. It contains one example sample for format inspection and visualization. The full dataset will be made available in a later release.

Authors

*Equal Contribution.

Paper

Preprocessing

The dataset preprocessing is based on HAIR:

Baseline

Current Release Contents

.
β”œβ”€β”€ README.md
β”œβ”€β”€ LICENSE
β”œβ”€β”€ NOTICE
β”œβ”€β”€ CITATION.cff
β”œβ”€β”€ data/
β”‚   └── sample_0001/
β”‚       β”œβ”€β”€ hsi.mat
β”‚       β”œβ”€β”€ hsi_noisy.mat
β”‚       β”œβ”€β”€ T.mat
β”‚       β”œβ”€β”€ e.mat
β”‚       β”œβ”€β”€ X.mat
β”‚       └── previews/
β”‚           β”œβ”€β”€ T.png
β”‚           β”œβ”€β”€ e.png
β”‚           β”œβ”€β”€ X.png
β”‚           └── hsi_band.png
β”œβ”€β”€ docs/
β”‚   β”œβ”€β”€ DATA_FORMAT.md
β”‚   └── RELEASE_STATUS.md
β”œβ”€β”€ metadata/
β”‚   β”œβ”€β”€ checksums.sha256
β”‚   β”œβ”€β”€ dataset_summary.json
β”‚   └── sample_manifest.jsonl
└── scripts/
    β”œβ”€β”€ inspect_sample.py
    └── verify_checksums.py

Example Sample

The included example is stored as MATLAB v5 .mat files:

  • data/sample_0001/hsi.mat: denoised calibrated HSI, wavelengths, valid-band indices, sky estimates, and working wavelengths.
  • data/sample_0001/hsi_noisy.mat: noisy input HSI.
  • data/sample_0001/T.mat: temperature field T.
  • data/sample_0001/e.mat: spectral emissivity field e.
  • data/sample_0001/X.mat: texture field X.
  • data/sample_0001/previews/: PNG previews for quick visual inspection.

Run the inspection helper with:

uv run python scripts/inspect_sample.py data/sample_0001

The helper prints each .mat variable name, shape, and dtype without loading the full arrays into memory.

Verify file integrity with:

uv run python scripts/verify_checksums.py

Data Format

See docs/DATA_FORMAT.md for the preview sample layout and variable schema. See metadata/sample_manifest.jsonl for machine-readable sample metadata.

Release Status

This is a documentation and one-sample preview release. The full 1,522-sample dataset described in the paper is not included yet. See docs/RELEASE_STATUS.md for the public-release boundary and what is intentionally excluded at this stage.

License

The dataset files and repository documentation are distributed under the PolyForm Noncommercial License 1.0.0. See LICENSE and NOTICE.

This license permits noncommercial use, including research and educational use, under its terms. Commercial use is not granted by this release.

Citation

If you use this dataset or preview sample, cite the TeX-1500 paper:

@misc{dai2026tex1500pairedrealworldlwir,
      title={TeX-1500: A Paired Real-World LWIR Hyperspectral Dataset and Benchmark for Temperature-Emissivity-Texture Decomposition}, 
      author={Cheng Dai and Jiale Lin and Hongyi Xu and Bingxuan Song and Ziyang Xie and Fanglin Bao},
      year={2026},
      eprint={2606.03806},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2606.03806}, 
}
Downloads last month
20

Models trained or fine-tuned on jialelin2007/TeX-1500

Papers for jialelin2007/TeX-1500