Code for the paper Generative adversarial networks for realistic synthesis of hyperspectral samples.
Please cite the following if you use this code in your work.
@inproceedings{audebert_generative_2018,
title = {Generative adversarial networks for realistic synthesis of hyperspectral samples},
booktitle = {2018 {IEEE} {International} {Geoscience} and {Remote} {Sensing} {Symposium} ({IGARSS})},
author = {Audebert, N. and Le Saux, B. and Lefèvre, S.},
month = jul,
year = {2018} }
Hyperspectral imaging allows remote sensing experts to access the spectral signatures of the materials on the ground. This makes hyperspectral cameras the perfect tools for land cover mapping. However, available hyperspectral datasets are rare and weakly labeled. This makes training data hungry algorithms on such datasets challenging.
In this work, we investigate the use of Generative Adversarial Networks for hyperspectral sample synthesis.
This Jupyter notebook relies on PyTorch and implements a Wasserstein GAN using an auxiliary classifier.
The datasets can be downloaded through this website.
Code (scripts and Jupyter notebooks) are released under the GPLv3 license for non-commercial and research purposes only. For commercial purposes, please contact the authors.
See LICENSE.md
for more details.