A new deep convolutional neural network for fast hyperspectral image classification Review

Basically, this paper imply a 3D CNN.

Points 1:Three ways to apply CNN on remote sensing image

  1. Extract only spectral information: Nx1 dimension Vector, N represents the band of specture.
  2. Extract only spatial information: Consider neighboring pixels of original pixel.
  3. Fusion the above two models to improve accuracy.

Points 2: Proposal CNN:

A new deep convolutional neural network for fast hyperspectral image classification Review

Points 3: Data processing

In image processing part, divide the who hyperspectral image into several dxdxn patches where d is the width and height of the batch which n is the total No. of bands.

Highlight:

in order to suppression overfitting and handle more information in each patch, this paper rise a simple idea to mirror the d/2 pixels outwards each edge pixels.

相关文章:

  • 2021-04-02
  • 2022-02-12
  • 2021-11-11
  • 2021-10-01
  • 2021-07-19
  • 2021-09-23
  • 2021-06-25
  • 2021-08-03
猜你喜欢
  • 2021-06-27
  • 2021-09-16
  • 2021-12-25
  • 2022-01-28
  • 2021-05-11
  • 2021-04-03
  • 2021-05-08
相关资源
相似解决方案