Skip to content

Hyperspectral Imagery One Class Classification (ISPRS 2022 & TGRS 2023)

Notifications You must be signed in to change notification settings

ah5735/HOneCls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

One-Class Risk Estimation for One-Class Hyperspectral Image Classification

by Hengwei Zhao, Yanfei Zhong, and Xinyu Wang

[Paper(ISPRS)] [Paper(TGRS)]


This is an official implementation of absNegative and One-class Risk Estimation in our ISPRS 2022 paper and TGRS 2023 paper, respectively.

Applications:

  1. Invasive tree species detection from airborne hyperspectral images [ISPRS (2022)]
  2. Pest and disease detection from UAV-borne hyperspectral images [JAG (2022)]
  3. Crop extraction from spaceborne hyperspectral images [JAG (2021)]

Requirements:

  • pytorch >= 1.13.1
  • GDAL ==3.4.1

Running

1.Modify the data path in the configuration file (./configs/config_XX.py). The hyperspectral data can be obtained from the Link(password:sqyy)

2.Training and testing

sh sh/HongHu.sh
sh sh/LongKou.sh
sh sh/HanChuan.sh

Citation

If you use absNegative or One-class Risk Estimation in your research, please cite the following paper:

@article{ZHAO2022328,
    title = {Mapping the distribution of invasive tree species using deep one-class classification in the tropical montane landscape of Kenya},
    journal = {ISPRS Journal of Photogrammetry and Remote Sensing},
    volume = {187},
    pages = {328-344},
    year = {2022},
    issn = {0924-2716},
    doi = {https://doi.org/10.1016/j.isprsjprs.2022.03.005},
    url = {https://www.sciencedirect.com/science/article/pii/S0924271622000715},
    author = {Hengwei Zhao and Yanfei Zhong and Xinyu Wang and Xin Hu and Chang Luo and Mark Boitt and Rami Piiroinen and Liangpei Zhang and Janne Heiskanen and Petri Pellikka}}

@InProceedings{Zhao_2023_ICCV,
    author    = {Zhao, Hengwei and Wang, Xinyu and Li, Jingtao and Zhong, Yanfei},
    title     = {Class Prior-Free Positive-Unlabeled Learning with Taylor Variational Loss for Hyperspectral Remote Sensing Imagery},
    booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
    month     = {October},
    year      = {2023},
    pages     = {16827-16836}}

@ARTICLE{10174705,
    author={Zhao, Hengwei and Zhong, Yanfei and Wang, Xinyu and Shu, Hong},
    journal={IEEE Transactions on Geoscience and Remote Sensing}, 
    title={One-Class Risk Estimation for One-Class Hyperspectral Image Classification}, 
    year={2023},
    volume={61},
    number={},
    pages={1-17},
    doi={10.1109/TGRS.2023.3292929}}

abgNegative and One-class Risk Estimation can be used for academic purposes only, and any commercial use is prohibited.

知识共享许可协议

About

Hyperspectral Imagery One Class Classification (ISPRS 2022 & TGRS 2023)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.1%
  • Shell 4.9%