Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.75 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.75 KB

HyperGANs

Code for the paper Generative adversarial networks for realistic synthesis of hyperspectral samples.

http://www.onera.fr/en/dtim https://www-obelix.irisa.fr/

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} } 

Motivation

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.

Code

This Jupyter notebook relies on PyTorch and implements a Wasserstein GAN using an auxiliary classifier.

Proposed GAN architecture

The datasets can be downloaded through this website.

License

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.