Papers › Toulouse Hyperspectral Data Set: a benchmark data set to assess semi-supervised...

Toulouse Hyperspectral Data Set: a benchmark data set to assess semi-supervised spectral representation learning and pixel-wise classification techniques

15 Nov 2023arXiv:2311.08863archive 2025-07-28

Romain Thoreau, Laurent Risser, Véronique Achard, Béatrice Berthelot, Xavier Briottet

Airborne hyperspectral images can be used to map the land cover in large urban areas, thanks to their very high spatial and spectral resolutions on a wide spectral domain. While the spectral dimension of hyperspectral images is highly informative of the chemical composition of the land surface, the use of state-of-the-art machine learning algorithms to map the land cover has been dramatically limited by the availability of training data. To cope with the scarcity of annotations, semi-supervised and self-supervised techniques have lately raised a lot of interest in the community. Yet, the publicly available hyperspectral data sets commonly used to benchmark machine learning models are not totally suited to evaluate their generalization performances due to one or several of the following properties: a limited geographical coverage (which does not reflect the spectral diversity in metropolitan areas), a small number of land cover classes and a lack of appropriate standard train / test splits for semi-supervised and self-supervised learning. Therefore, we release in this paper the Toulouse Hyperspectral Data Set that stands out from other data sets in the above-mentioned respects in order to meet key issues in spectral representation learning and classification over large-scale hyperspectral images with very few labeled pixels. Besides, we discuss and experiment self-supervised techniques for spectral representation learning, including the Masked Autoencoder, and establish a baseline for pixel-wise classification achieving 85% overall accuracy and 77% F1 score. The Toulouse Hyperspectral Data Set and our code are publicly available at https://www.toulouse-hyperspectral-data-set.com and https://www.github.com/Romain3Ch216/tlse-experiments, respectively.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2311.08863")

Code

Syntology Ran 15 of 17 code samples harvested from 2 repositories linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · honoured contract; 14 ran with no contract checked.

By repository: official repository: 17 samples from 2 repositories, 15 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

romain3ch216/tlse-experiments officialmentioned in papermentioned on GitHubpytorch report
romain3ch216/tlsehypdataset officialmentioned in papermentioned on GitHubpytorchNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 15 ran; 1 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
14ran
2unverified

Licence: 17 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

assert_feasible romain3ch216/tlsehypdataset/TlseHypDataSet/utils/dataset.py official repository ran licence not identified · pointer only · b451f5c7de175cd2 · report
ceil_int romain3ch216/tlsehypdataset/TlseHypDataSet/utils/geometry.py official repository ran fingerprinted licence not identified · pointer only · 793f5c6958a285a4 · report
data_in_folder romain3ch216/tlsehypdataset/TlseHypDataSet/utils/utils.py official repository ran licence not identified · pointer only · 1a2c66d3f442cab0 · report
dataset_to_labels romain3ch216/tlsehypdataset/TlseHypDataSet/utils/coreset.py official repository ran licence not identified · pointer only · 1c8073b04be2eb1d · report
dataset_to_tensors romain3ch216/tlsehypdataset/TlseHypDataSet/utils/coreset.py official repository ran licence not identified · pointer only · 566604165d4b5405 · report
euclidean_dist romain3ch216/tlsehypdataset/TlseHypDataSet/utils/coreset.py official repository ran fingerprinted licence not identified · pointer only · 5f30e2cda924efc9 · report
get_channel_dim romain3ch216/tlse-experiments/models/transformer.py official repository ran no licence file found · pointer only · 13cd2fde98bfb846 · report
get_continuous_bands romain3ch216/tlse-experiments/models/utils.py official repository ran no licence file found · pointer only · 1f8f64517e2be335 · report
get_emb romain3ch216/tlse-experiments/models/utils.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 33805df68cb6892e · report
is_polygon_in_rectangle romain3ch216/tlsehypdataset/TlseHypDataSet/utils/geometry.py official repository ran licence not identified · pointer only · 7750eb122bc19ccd · report
labels_to_labels romain3ch216/tlsehypdataset/TlseHypDataSet/utils/utils.py official repository ran licence not identified · pointer only · 7039323eefab287e · report
load_config romain3ch216/tlse-experiments/utils.py official repository ran no licence file found · pointer only · b1a8003f1aa4b684 · report
nchw_to romain3ch216/tlse-experiments/models/transformer.py official repository ran fingerprinted no licence file found · pointer only · 5dd9783f644a9f28 · report
update_config romain3ch216/tlse-experiments/utils.py official repository ran no licence file found · pointer only · 421efb4ab58358fb · report
vis_proportions romain3ch216/tlsehypdataset/TlseHypDataSet/utils/vis.py official repository ran licence not identified · pointer only · 62be49ed14491144 · report
full_spectra romain3ch216/tlsehypdataset/TlseHypDataSet/utils/spectral.py official repository unverified licence not identified · pointer only · c53add4828ab000a · report
get_spatial_dim romain3ch216/tlse-experiments/models/transformer.py official repository unverified no licence file found · pointer only · 0aa5ba67e88dd773 · report

Tasks

Representation LearningSelf-Supervised Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SET

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections