TL;DR
This paper introduces FPGA, a fast, patch-free global learning framework for hyperspectral image classification that leverages an encoder-decoder FCN with a novel sampling strategy, achieving superior speed and accuracy.
Contribution
The paper proposes a novel global stochastic stratified sampling strategy and a new end-to-end network, FreeNet, for hyperspectral image classification, addressing convergence issues and enhancing performance.
Findings
FPGA outperforms patch-based methods in speed and accuracy.
The global stochastic stratified sampling ensures FCN convergence.
FreeNet effectively exploits global spatial information.
Abstract
Deep learning techniques have provided significant improvements in hyperspectral image (HSI) classification. The current deep learning based HSI classifiers follow a patch-based learning framework by dividing the image into overlapping patches. As such, these methods are local learning methods, which have a high computational cost. In this paper, a fast patch-free global learning (FPGA) framework is proposed for HSI classification. In FPGA, an encoder-decoder based FCN is utilized to consider the global spatial information by processing the whole image, which results in fast inference. However, it is difficult to directly utilize the encoder-decoder based FCN for HSI classification as it always fails to converge due to the insufficiently diverse gradients caused by the limited training samples. To solve the divergence problem and maintain the abilities of FCN of fast inference and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsMax Pooling · Convolution · Fully Convolutional Network
