Skip to content

Hyperspectral cross-scene domain adaptation for open-set data

License

Notifications You must be signed in to change notification settings

amirmah/OpenSet_CrossScene_HSI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSet_CrossScene_HSI

Hyperspectral Classification in Presence of Domain Shift and Unknown Samples

  • The manuscript describing our methodology is currently under peer review. (Preprint)

These codes are supposed to classify land covers using images taken by HSI sensors in which the target image exhibits domain shift and contains unknown samples that are not associated with any of the defined labels seen on the source image during training of the network.
The codes were written in Python in the Jupyter Notebook environment and are implemented on three datasets: Botswana, Pavia, and Salinas.
The implementation for Botswana can be found in 1-Botswana.ipynb.
The implementation for Pavia can be found in 2-Pavia.ipynb.
The implementation for Salinas can be found in 3-Salinas.ipynb
The methodology consists of three steps which are described in the manuscript.The pretrained weights for each step are also provided. To execute the code more quickly, you can skip the trainings and load these pretrained weights. In the ipynb file, there is a note before each snippet of training that describes how you can load the weights and skip that snippet of training.
Alternatively, you can run the ‘Quickrun’ version of the ipynb files, which skips the trainings and loads the pretrained weights during execution.
It is also possible to run the codes directly in Google Colab by using this pattern as URL:
(colab.research.google.com/github/amirmah/OpenSet_CrossScene_HSI/blob/main/*notebook_file_name*)
For example, you may use these URLs to run the ‘Quickrun' versions in Colab:
Botswana:
https://colab.research.google.com/github/amirmah/OpenSet_CrossScene_HSI/blob/main/4-Botswana-Quickrun.ipynb
Pavia:
https://colab.research.google.com/github/amirmah/OpenSet_CrossScene_HSI/blob/main/5-Pavia-Quickrun.ipynb
Salinas:
https://colab.research.google.com/github/amirmah/OpenSet_CrossScene_HSI/blob/main/6-Salinas-Quickrun.ipynb