XuYuanchi / HSI-SDeCNN

Source code of "A Single Model CNN for Hyperspectral Image Denoising"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Single Model CNN for Hyperspectral Image Denoising

The Code for "A Single Model CNN for Hyperspectral Image Denoising". [https://ieeexplore.ieee.org/abstract/document/8913713]

Alessandro Maffei, Juan M. Haut, Mercedes E. Paoletti, Javier Plaza, Lorenzo Bruzone and Antonio Plaza.
A Single Model CNN for Hyperspectral Image Denoising.
IEEE Transactions on Geoscience and Remote Sensing.
DOI: 10.1109/TGRS.2019.2952062
Accepted for publication, 2019.

HSI-SDeCNN

Example of use

Dataset

Go to trainset folder and run "split_file.py"

Some tips

In the "trainset" folder are reported the 4 part of the Washigton DC mall HSI used for the training of the network, while in the "testsets" directory the HSI on which the method has been tested.

To train the network run "Demo_training_HSI_SDeCNN.mat". The best model will be saved in the "data" folder.

To apply the denoising process with the model trained in the paper (the one in the "BestModel" directory) run the demo-test scripts. The results will be saved in the "Results" folder.

NB! if you want to change the number of considered channel in the training process you need to change the "nch" variable in the "model_train.mat" and in the "model_init_HSI_SDeCNN.mat" scripts.

Reference code

https://github.com/cszn/FFDNet

About

Source code of "A Single Model CNN for Hyperspectral Image Denoising"

License:GNU General Public License v3.0


Languages

Language:MATLAB 88.6%Language:Python 10.3%Language:M 1.1%