1 Star 1 Fork 0

alphakappa / E_CEM-for-Hyperspectral-Target-Detection

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

E_CEM-for-Hyperspectral-Target-Detection

Python implementation for Ensemble-Based Cascaded Constrained Energy Minimization (E-CEM) algorithm.

For more information of this project, please refer to our paper: R Zhao, Z Shi, Z Zou, Z Zhang, Ensemble-Based Cascaded Constrained Energy Minimization for Hyperspectral Target Detection. Remote Sensing 2019.

Prerequisites

  • python 3.5
  • anaconda>=4.6

Files

Usage

To run the E-CEM detector:

python demo.py

To reproduce our experiments:

python exp.py 

Citation

@article{zhao2019ensemble,
  title={Ensemble-Based Cascaded Constrained Energy Minimization for Hyperspectral Target Detection},
  author={Zhao, Rui and Shi, Zhenwei and Zou, Zhengxia and Zhang, Zhou},
  journal={Remote Sensing},
  volume={11},
  number={11},
  pages={1310},
  year={2019},
  publisher={Multidisciplinary Digital Publishing Institute}
}

Overview

Ensemble learning is an important group of machine learning techniques that aim to enhance the nonlinearity and generalization ability of a learning system by aggregating multiple learners. We found that ensemble techniques show great potential for improving the performance of traditional hyperspectral target detection algorithms, while at present, there are few previous works have been done on this topic. To this end, we propose an Ensemble based Constrained Energy Minimization (E-CEM) detector for hyperspectral image target detection. Classical hyperspectral image target detection algorithms like Constrained Energy Minimization (CEM), matched filter (MF) and adaptive coherence/cosine estimator (ACE) are usually designed based on constrained least square regression methods or hypothesis testing methods with Gaussian distribution assumption. However, remote sensing hyperspectral data captured in a real-world environment usually shows strong nonlinearity and non-Gaussianity, which will lead to performance degradation of these classical detection algorithms. Although some hierarchical detection models are able to learn strong nonlinear discrimination of spectral data, due to the spectrum changes, these models usually suffer from the instability in detection tasks. The proposed E-CEM is designed based on the classical CEM detection algorithm. To improve both of the detection nonlinearity and generalization ability, the strategies of “cascaded detection”, “random averaging” and “multi-scale scanning” are specifically designed. Experiments on one synthetic hyperspectral image and two real hyperspectral images demonstrate the effectiveness of our method. E-CEM outperforms the traditional CEM detector and other state-of-the-art detection algorithms.

E-CEM detector consists of two stages, (1) “multi-scale scanning” stage and (2) “cascaded detection” stage. In the first stage, the input is a spectral vector while the output is a feature vector containing multi-scale spectral information, which aims to extract the features of the spectrum and to enhance the robustness to spectrum changes. In the second stage, the input is the feature vector produced by the multi-scale scanning stage, while the output is the final detection score, where the higher the score, the more likely the current spectrum is a target. In this stage, we use a cascaded detection structure with sigmoid nonlinear transformation to enhance the nonlinear discrimination ability of the detector. Besides, we also use multiple CEM detectors in each layer to further improve the robustness to spectral changes. Figure 1 shows an illustration of the E-CEM detector.

overview Figure 1. An overview of the E-CEM detector.

Experiments

Detection Results on Synthetic Data

syn_scoremaps Figure 2. The first band of the synthetic hyperspectral image (with noise of 20dB SNR), ground truth location of the target and detection results.

syn_rocs Figure 3. ROC curves of different detection algorithms on our synthetic hyperspectral data (with noise of 20dB SNR).

Detection Results on AVIRIS San Diego Data

sandiego_scoremaps Figure 4. The first band of the AVIRIS San Diego hyperspectral image, ground truth location of the target and detection results.

sandiego_rocs Figure 5. ROC curves of different detection algorithms on AVIRIS San Diego hyperspectral image.

Detection Results on AVIRIS Cuprite Data

cuprite_scoremaps Figure 6. The first band of the AVIRIS Cuprite hyperspectral image, ground truth location of the target and detection results.

cuprite_rocs Figure 7. ROC curves of different detection algorithms on AVIRIS Cuprite hyperspectral image.

空文件

简介

Ensemble-Based Cascaded Constrained Energy Minimization for Hyperspectral Target Detection 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/alphakappa/E_CEM-for-Hyperspectral-Target-Detection.git
git@gitee.com:alphakappa/E_CEM-for-Hyperspectral-Target-Detection.git
alphakappa
E_CEM-for-Hyperspectral-Target-Detection
E_CEM-for-Hyperspectral-Target-Detection
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891